<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>article NetApp MultiStore: Security and Mobility for Cloud Storage in Tech ONTAP Articles</title>
    <link>https://community.netapp.com/t5/Tech-ONTAP-Articles/NetApp-MultiStore-Security-and-Mobility-for-Cloud-Storage/ta-p/85714</link>
    <description>&lt;DIV class="lia-message-template-content-zone"&gt;&lt;TABLE border="1" cellpadding="0" cellspacing="0" style="border: 1px solid #f8f4e6; width: 800px; background-color: #ffffff; margin-top:0;"&gt;&lt;TBODY&gt;&lt;TR valign="top"&gt;&lt;TD colspan="2" style="border: 0pt none #f8f4e6; margin: 0; padding: 0; width: 800px;"&gt;&lt;DIV style="margin: 0 0 5px 0; padding: 0; width: 800px; height=84px;"&gt;&lt;IMG border="0" height="84" src="http://communities.netapp.com/servlet/JiveServlet/downloadImage/7241/art_banner_tot_800x84.jpg" width="800" /&gt;&lt;/DIV&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR valign="top"&gt;&lt;TD style="border: 0pt none #f8f4e6; padding-right: 1em;"&gt;&lt;DIV class="article_author"&gt;By &lt;A class="active_link" href="#author"&gt;Roger Weeks, NetApp and Paul Feresten, NetApp&lt;/A&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;P&gt;Cloud computing, like any IT trend, has given rise to a bunch of&amp;nbsp; new buzzwords, some of which refer to real capabilities and many of which refer&amp;nbsp; to capabilities that exist mostly on paper. One of the latter is “secure&amp;nbsp; multi-tenancy”: the ability for a shared infrastructure to support multiple&amp;nbsp; “tenants” (which could be separate applications, departments, or customers)&amp;nbsp; while guaranteeing strict isolation between them.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Most storage vendors are still figuring out exactly what the&amp;nbsp; requirements should be for securely partitioned, shared storage. NetApp, on the&amp;nbsp; other hand, pioneered the idea of secure multi-tenancy with the introduction of&amp;nbsp; its NetApp® MultiStore® solution in 2002—years before the&amp;nbsp; first mention of cloud computing occurred in the industry press. MultiStore&amp;nbsp; lets you create isolated logical partitions on a single storage system such&amp;nbsp; that no information on a secured virtual partition can be accessed by unauthorized&amp;nbsp; users. It also lets you easily migrate virtual partitions between storage&amp;nbsp; systems and provides simple-to-manage yet powerful disaster recovery.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P align="center"&gt;&lt;IMG alt="NetApp MultiStore divides a single storage system into multiple secure partitions called vFiler™ units. Individual vFiler units can be assigned to separate “tenants,” which can be individual applications, departments within a company, or external customers" src="http://media.netapp.com/images/tot-netapp-multistore.jpg" style="border: 1px solid #dddddd;" width="400" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P align="left"&gt;&lt;STRONG&gt;Figure 1) &lt;/STRONG&gt;NetApp MultiStore divides a single storage system into multiple secure partitions called vFiler™ units. Individual vFiler units can be assigned to separate “tenants,” which can be individual applications, departments within a company, or external customers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Whether you like the term secure multi-tenancy or not, many&amp;nbsp; companies have concerns about data security in cloud environments. In this&amp;nbsp; article, we look at the technology that makes MultiStore secure, discuss NetApp&amp;nbsp; Data Motion™, and examine the most common use cases. &lt;A href="https://community.netapp.com/docs/DOC-4914" target="_blank"&gt;A companion&amp;nbsp; article in this issue&lt;/A&gt;&amp;nbsp; of Tech OnTap discusses quality of service in an&amp;nbsp; end-to-end, secure multi-tenant architecture that combines technology from&amp;nbsp; VMware and Cisco with NetApp MultiStore.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H3&gt;MultiStore Security&lt;/H3&gt;&lt;P&gt;The key design element of NetApp MultiStore is the vFiler unit,&amp;nbsp; a virtual storage controller running within Data ONTAP®. A vFiler unit&amp;nbsp; is a lightweight instance of a Data ONTAP multiprotocol server. A vFiler unit consists&amp;nbsp; of data stored in volumes or qtrees, the IP address(es) and network&amp;nbsp; configuration necessary to reach the vFiler unit, and the security and other attributes&amp;nbsp; associated with the data. From the perspective of client systems and management&amp;nbsp; software, the data stored within a vFiler unit is completely secured and&amp;nbsp; isolated from all other vFiler units.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The network components associated with a vFiler unit consist of&amp;nbsp; IP addresses, interfaces, and IPSpaces. An IPSpace is a unique, logical routing&amp;nbsp; table. In addition to any logical network separation provided by VLANs, an&amp;nbsp; IPSpace provides an additional layer of security between vFiler units because&amp;nbsp; traffic cannot leave an IPSpace without going to a network gateway. Each&amp;nbsp; interface or virtual interface belongs to only one IPSpace, but an IPSpace can&amp;nbsp; have multiple interfaces. The dynamic association of a vFiler unit with its&amp;nbsp; storage and networking resources makes the movement of resources a relatively&amp;nbsp; easy operation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When a storage system receives a request, the network driver&amp;nbsp; passes the request to the IP protocol stack. This request is tagged with a&amp;nbsp; context based on the destination IP address and the IPSpace associated with the&amp;nbsp; network interface. This context is associated with each request for the entire&amp;nbsp; time it is being processed. Each vFiler unit has its own protocol stack,&amp;nbsp; enabling it to listen on its own ports. Since context is carried throughout the&amp;nbsp; request, the same port number can exist in multiple vFiler units.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Similarly, a data set owned by one vFiler unit cannot be&amp;nbsp; accessed by another vFiler unit. The storage system maps each volume and qtree to&amp;nbsp; the vFiler unit that owns it. The context that is assigned to each request must&amp;nbsp; match that of the file or directory being accessed. If there is a mismatch, the&amp;nbsp; request fails immediately. If a symbolic link resolves to a path outside a&amp;nbsp; vFiler unit’s boundary, the data access fails, since there is a mismatch in the&amp;nbsp; context of the request.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Independent audits of MultiStore in 2004 and &lt;A class="jive-link-custom" href="http://www.netapp.com/us/library/white-papers/wp-multistore-analysis.html" target="_blank"&gt;2008&lt;/A&gt; uncovered no vulnerabilities in the MultiStore security model.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H3&gt;NetApp Data Motion: Adding Mobility to Multi-Tenancy&lt;/H3&gt;&lt;P&gt;The unique design of MultiStore allows it to support NetApp Data&amp;nbsp; Motion: nondisruptive migration of NFS or iSCSI data sets between storage&amp;nbsp; systems. With NetApp Data Motion, an entire vFiler unit can be migrated from&amp;nbsp; one storage system to another without disrupting ongoing activity. NetApp Data&amp;nbsp; Motion does for data what VMware® VMotion™, XenServer&amp;nbsp; XenMotion, and Microsoft® Hyper-V™ Quick Migration do for&amp;nbsp; virtual machines—making it simple to migrate data as VMs are moved. Combining&amp;nbsp; these services with NetApp Data Motion provides mobility at every layer of your&amp;nbsp; infrastructure for load balancing, for nondisruptive upgrades, or to satisfy&amp;nbsp; other data center needs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MultiStore security prevents tenant data from being compromised&amp;nbsp; during migration. Synchronous SnapMirror is used to synchronize data sets&amp;nbsp; between storage systems during the migration and cutover process. NetApp&amp;nbsp; Operations Manager version 4.0 with the Provisioning Manager add-on automates&amp;nbsp; NetApp Data Motion processes and cleanup.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P align="center"&gt;&lt;A href="/media.netapp.com/images/tot-data-motion-migration-783x288.jpg','785', '295', 'popup');"&gt;&lt;IMG alt="NetApp MultiStore divides a single storage system into multiple secure partitions called vFiler™ units. Individual vFiler units can be assigned to separate “tenants,” which can be individual applications, departments within a company, or external customers" src="http://media.netapp.com/images/tot-data-motion-migration-550x202.jpg" style="border: 0px solid #dddddd;" width="400" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P align="center"&gt;&lt;STRONG&gt;Figure 2) &lt;/STRONG&gt;Initiating NetApp Data Motion migration with the NetApp Provisioning Manager interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H3&gt;Getting Started with&amp;nbsp; MultiStore&lt;/H3&gt;&lt;P&gt;There are a few practical&amp;nbsp; considerations for MultiStore users. For NetApp storage systems with 2GB of&amp;nbsp; memory or more (most current models), MultiStore can support up to 65 vFiler&amp;nbsp; units per storage system. MultiStore supports the following protocols: NFS,&amp;nbsp; CIFS, iSCSI, HTTP, NDMP, FTP, FTPS, and SFTP. Note that FCP is not supported except&amp;nbsp; from the root vFiler unit (vFiler0). Individual protocols can be enabled or&amp;nbsp; disabled on a per-vFiler unit basis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The vFiler units themselves&amp;nbsp; create very little memory overhead, so a system with MultiStore can handle the&amp;nbsp; same aggregate workload that a system without MultiStore can. It’s important to&amp;nbsp; note, however, that a system with MultiStore cannot sustain more load than a&amp;nbsp; system without it.&lt;BR /&gt; You can use NetApp FlexShare®&amp;nbsp; software to prioritize some volumes (and thus the workloads associated with&amp;nbsp; those volumes) over others in a multi-tenant environment. (&lt;A class="jive-link-custom" href="http://partners.netapp.com/go/techontap/flexshare.html" target="_blank"&gt;FlexShare&amp;nbsp; is described in detail in a previous Tech OnTap article&lt;/A&gt;.)&amp;nbsp; When resources are under contention, transactions on volumes with higher&amp;nbsp; priority are processed more quickly. When storage system resources are not in&amp;nbsp; contention, any workload can utilize them regardless of FlexShare priority.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;In terms of management, you can&amp;nbsp; configure a tenant environment to grant a tenant varying degrees of control&amp;nbsp; ranging from no management capability to monitoring to full management&amp;nbsp; capabilities within the limits created by the vFiler unit. Management can be&amp;nbsp; performed using either the command line or NetApp Operations Manager and its&amp;nbsp; add-on products: Provisioning Manager and Protection Manager.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H3&gt;MultiStore Use Cases&lt;/H3&gt;&lt;P&gt;There are four common use cases for MultiStore. These use cases&amp;nbsp; are not mutually exclusive—you might utilize the data migration and/or disaster&amp;nbsp; recovery use cases as part of your MultiStore hosting environment or file&amp;nbsp; services environment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Hosting&lt;/STRONG&gt;. Since&amp;nbsp; MultiStore allows you to easily create multiple administrative domains, it is&amp;nbsp; the ideal multi-tenant foundation for any shared storage service or hosting service.&amp;nbsp; Cloud providers—whether they offer infrastructure services or application&amp;nbsp; hosting services—can partition the resources of a single storage system to&amp;nbsp; create many separate MultiStore vFiler units for client companies. NetApp&amp;nbsp; FlexShare provides up to five priority levels, making it possible to create a&amp;nbsp; hosting environment with up to five tiers of service.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Similarly, an enterprise IT department can create MultiStore vFiler&amp;nbsp; units to serve the needs of various departments within the enterprise. (The&amp;nbsp; final use case, file services consolidation, is really just a limited&amp;nbsp; application of this use case.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Data&amp;nbsp; Migration&lt;/STRONG&gt;. Based on the NetApp Data Motion capabilities described above, MultiStore&amp;nbsp; enables you to migrate data from one storage system to another without disruption&amp;nbsp; or extensive reconfiguration on the destination storage system. Without&amp;nbsp; MultiStore, you could migrate data using NetApp SnapMirror®&amp;nbsp; technology to copy data from one storage system to another, but some disruption&amp;nbsp; would result, and you might need to edit access control lists (ACLs), local&amp;nbsp; user group definitions, user mapping information, and so on before users could&amp;nbsp; access data. If the data being copied is stored with MultiStore, however, all&amp;nbsp; user, group, and ACL information is encapsulated in the vFiler unit. Migration&amp;nbsp; recreates the vFiler unit on the destination storage system with the&amp;nbsp; encapsulated information, so data can be served from the destination storage&amp;nbsp; system without reconfiguration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Disaster Recovery. &lt;/STRONG&gt;Perhaps the least known use case for MultiStore is automated&amp;nbsp; disaster recovery. MultiStore enables simple, cross-site DR in which IP domains&amp;nbsp; migrate with each vFiler unit instance. SnapMirror is used to replicate vFiler&amp;nbsp; units based on a defined schedule, creating backup versions of each vFiler unit&amp;nbsp; that are in sync with the primary versions. Should a failure occur, an&amp;nbsp; administrator can trigger the switch to a backup vFiler unit using a single&amp;nbsp; command, so the cutover is very quick, with minimal client impact. vFiler units&amp;nbsp; at the DR site can resync back to the source once the cause of the problem has&amp;nbsp; been resolved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;File&amp;nbsp; Services Consolidation&lt;/STRONG&gt;. A final MultiStore use case that has proven very popular is&amp;nbsp; for file server consolidation. In many companies, each individual department&amp;nbsp; has its own file server. Consolidating many small file servers into one larger&amp;nbsp; one would improve utilization and decrease management overhead, but many&amp;nbsp; departments are reluctant to give up management control. With MultiStore, each&amp;nbsp; small file server can be consolidated using a vFiler unit, yielding the&amp;nbsp; benefits of consolidation while allowing each department to retain&amp;nbsp; administrative control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H3&gt;Tier 3: Real-World Success&lt;/H3&gt;&lt;P&gt;Tier 3, a leading provider of managed services for small and&amp;nbsp; medium-sized businesses, chose MultiStore to support its rapidly growing cloud&amp;nbsp; infrastructure. With MultiStore, the company can provision in less than an hour&amp;nbsp; a vFiler unit for a new customer that offers all the features of a dedicated&amp;nbsp; SAN, including DR, scalability, and fast backup and restore. Shared storage&amp;nbsp; using MultiStore costs about 80% less for customers and 50% less for Tier 3&amp;nbsp; than dedicated storage. You can find out more about Tier 3 in a &lt;A class="jive-link-custom" href="http://www.netapp.com/us/library/customer-stories/tier-3.html" target="_blank"&gt;recent&amp;nbsp; success story&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H3&gt;Conclusion&lt;/H3&gt;&lt;P&gt;MultiStore is the leading solution for secure multi-tenancy in storage&amp;nbsp; environments. Its robustness has been proven in both laboratory tests and&amp;nbsp; customer environments over years of deployment. MultiStore works on all NetApp&amp;nbsp; storage platforms, offers higher security, and is the only solution that&amp;nbsp; integrates nondisruptive data migration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="padding: 10px; background-color: #f2f2f2;"&gt;&lt;P style="font-family: Arial,Helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; font-size: 12px; line-height: normal; font-size-adjust: none; font-stretch: normal; color: #616365;"&gt;&lt;A href="http://bit.ly/TOT-2"&gt; &lt;STRONG&gt;Got opinions about MultiStore?&lt;/STRONG&gt;&lt;/A&gt;&lt;BR /&gt;Ask questions, exchange ideas, and share your thoughts online in NetApp Communities.&lt;/P&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" cellpadding="0" cellspacing="0" class="author_module" style="border: 1px solid #f8f4e6; width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="author_photo" style="border: 0pt none #f8f4e6; padding-right: 1em;" valign="top"&gt;&lt;IMG alt="Roger Weeks" src="http://media.netapp.com/images/tot-author-rweeks.jpg" style="border: 1px solid #dddddd;" /&gt;&lt;A name="author"&gt;&amp;nbsp; &lt;/A&gt;&lt;/TD&gt;&lt;TD class="author_info" style="border: 0pt none #f8f4e6;"&gt;&lt;P style="font-family: Arial,Helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; font-size: 12px; line-height: normal; font-size-adjust: none; font-stretch: normal; color: #616365;"&gt;&lt;STRONG&gt;Roger Weeks&lt;/STRONG&gt;&lt;BR /&gt;Technical Marketing Engineer&lt;BR /&gt; NetApp &lt;BR /&gt;&lt;BR /&gt; Roger joined NetApp in 2007 to focus on storage security. Before coming to NetApp, he held many different roles in systems and network areas. Over the past several years he has focused on security, from wireless to service providers to storage. Roger has coauthored several books, including &lt;A class="jive-link-custom" href="http://oreilly.com/catalog/9780596005832/" target="_blank"&gt;Linux Unwired&lt;/A&gt; and &lt;A class="jive-link-custom" href="http://oreilly.com/catalog/9780596101442/" target="_blank"&gt;Wireless Hacks, 2nd Edition&lt;/A&gt;.&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;TABLE border="1" cellpadding="0" cellspacing="0" class="author_module" style="border: 1px solid #f8f4e6; width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="author_photo" style="border: 0pt none #f8f4e6; padding-right: 1em;" valign="top"&gt;&lt;IMG alt="Paul Feresten" src="http://media.netapp.com/images/tot-author-feresten.jpg" style="border: 1px solid #dddddd;" /&gt;&lt;/TD&gt;&lt;TD class="author_info" style="border: 0pt none #f8f4e6;"&gt;&lt;P style="font-family: Arial,Helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; font-size: 12px; line-height: normal; font-size-adjust: none; font-stretch: normal; color: #616365;"&gt;&lt;STRONG&gt;Paul Feresten&lt;/STRONG&gt;&lt;BR /&gt;Senior Product Marketing Manager&lt;BR /&gt; NetApp &lt;BR /&gt;&lt;BR /&gt; Paul joined NetApp in 2005, focusing on core NetApp software, including Data ONTAP, MultiStore, FlexClone®, and thin provisioning. He has over 30 years of industry experience in product management, sales, marketing, and executive management roles. Prior to joining NetApp, Paul worked at Data General, Digital Equipment Corporation, MSI Consulting, and SEPATON.&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/TD&gt;&lt;!--Begin Sidebar--&gt;&lt;TD style="border: 0pt none #f8f4e6; margin: 0pt; padding: 0pt;" width="310"&gt;&lt;!--CONTAINER FOR SIDEBAR--&gt;&lt;DIV style="margin-right: 0px; text-align: left;"&gt;&lt;DIV class="explore_heading" style="font-size: 18px; color: #454545; font-weight: bold; padding: 10px 20px 10px 20px; width: 310px; max-width: 310px; background: #dedede; border-top: 4px solid #c3c3c3; border-left: 4px solid #c3c3c3; border-right: 4px solid #c3c3c3; border-bottom: 1px solid #c3c3c3;"&gt;Explore&lt;/DIV&gt;&lt;DIV class="sidebar_box" style="margin:0; padding: 5px 20px 10px 20px; width: 310px; background: #efefef; border-bottom: 1px solid #696969; border-left: 4px solid #c3c3c3; border-right: 4px solid #c3c3c3; min-width: 310px;"&gt;&lt;P&gt;&lt;STRONG&gt;Focus on Multi-Tenant Infrastructure&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;This issue of Tech OnTap includes two articles that focus on technologies for secure multi-tenancy:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="arrow" border="0" src="http://media.netapp.com/designimages/arrow-wrap.gif" /&gt; &lt;A href="#"&gt;NetApp MultiStore: Security and Mobility for Cloud Storage&lt;/A&gt; discusses the security model and other technologies behind the NetApp multi-tenant storage solution.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;IMG alt="arrow" border="0" src="http://media.netapp.com/designimages/arrow-wrap.gif" /&gt; &lt;A href="https://community.netapp.com/docs/DOC-4914" target="_blank"&gt;End-to-End Quality of Service: Cisco, VMware, and NetApp Team to Enhance Multi-Tenant Environments&lt;/A&gt; describes a new reference architecture that provides secure multi-tenancy and quality of service in all architecture layers.&lt;/P&gt;&lt;/DIV&gt;&lt;DIV class="sidebar_box" style="margin:0; padding: 5px 20px 10px 20px; width: 310px; background: #efefef; border-left: 4px solid #c3c3c3; border-right: 4px solid #c3c3c3; border-bottom: 4px solid #c3c3c3; min-width: 310px;"&gt;&lt;P&gt;&lt;STRONG&gt;Cloud Technology in Tech OnTap&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Given the increasing focus on cloud infrastructure at NetApp and across the industry, Tech OnTap is committed to bringing you the latest and most relevant information. Get up to speed with these recent articles:&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;IMG alt="arrow" border="0" src="http://media.netapp.com/designimages/arrow-wrap.gif" /&gt; &lt;A class="jive-link-custom" href="http://www.netapp.com/us/communities/tech-ontap/tot-cloud-storage-0509.html" target="_blank"&gt;Storage Infrastructure for the Cloud &lt;/A&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;IMG alt="arrow" border="0" src="http://media.netapp.com/designimages/arrow-wrap.gif" /&gt; &lt;A class="jive-link-custom" href="http://www.netapp.com/us/communities/tech-ontap/tot-tsystems-case-study-0909.html" target="_blank"&gt;T-Systems Case Study: Implementing Enterprise-Class Cloud Services &lt;/A&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;IMG alt="arrow" border="0" src="http://media.netapp.com/designimages/arrow-wrap.gif" /&gt; &lt;A class="jive-link-custom" href="http://www.netapp.com/us/communities/tech-ontap/tot-supercharge-cloud-computing-0909.html" target="_blank"&gt;Six Tips to Supercharge Your Cloud Deployment&lt;/A&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;IMG alt="arrow" border="0" src="http://media.netapp.com/designimages/arrow-wrap.gif" /&gt; &lt;A class="jive-link-custom" href="http://www.netapp.com/us/communities/tech-ontap/tot-datacenter-efficiency-0509.html" target="_blank"&gt;Boosting Data Center Efficiency &lt;/A&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;IMG alt="arrow" border="0" src="http://media.netapp.com/designimages/arrow-wrap.gif" /&gt; &lt;A class="jive-link-custom" href="http://www.netapp.com/us/communities/tech-ontap/tot-netappandcisco-datacenter-0509.html" target="_blank"&gt;NetApp and Cisco: Virtualizing the Data Center &lt;/A&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;DIV class="sidebar_bottom"&gt; &lt;/DIV&gt;&lt;!--END CONTAINER FOR SIDEBAR--&gt;&lt;/DIV&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;
&lt;/DIV&gt;</description>
    <pubDate>Wed, 27 Jan 2010 23:48:16 GMT</pubDate>
    <dc:creator>Tech_OnTap</dc:creator>
    <dc:date>2010-01-27T23:48:16Z</dc:date>
    <item>
      <title>NetApp MultiStore: Security and Mobility for Cloud Storage</title>
      <link>https://community.netapp.com/t5/Tech-ONTAP-Articles/NetApp-MultiStore-Security-and-Mobility-for-Cloud-Storage/ta-p/85714</link>
      <description>&lt;DIV class="lia-message-template-content-zone"&gt;&lt;TABLE border="1" cellpadding="0" cellspacing="0" style="border: 1px solid #f8f4e6; width: 800px; background-color: #ffffff; margin-top:0;"&gt;&lt;TBODY&gt;&lt;TR valign="top"&gt;&lt;TD colspan="2" style="border: 0pt none #f8f4e6; margin: 0; padding: 0; width: 800px;"&gt;&lt;DIV style="margin: 0 0 5px 0; padding: 0; width: 800px; height=84px;"&gt;&lt;IMG border="0" height="84" src="http://communities.netapp.com/servlet/JiveServlet/downloadImage/7241/art_banner_tot_800x84.jpg" width="800" /&gt;&lt;/DIV&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR valign="top"&gt;&lt;TD style="border: 0pt none #f8f4e6; padding-right: 1em;"&gt;&lt;DIV class="article_author"&gt;By &lt;A class="active_link" href="#author"&gt;Roger Weeks, NetApp and Paul Feresten, NetApp&lt;/A&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;P&gt;Cloud computing, like any IT trend, has given rise to a bunch of&amp;nbsp; new buzzwords, some of which refer to real capabilities and many of which refer&amp;nbsp; to capabilities that exist mostly on paper. One of the latter is “secure&amp;nbsp; multi-tenancy”: the ability for a shared infrastructure to support multiple&amp;nbsp; “tenants” (which could be separate applications, departments, or customers)&amp;nbsp; while guaranteeing strict isolation between them.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Most storage vendors are still figuring out exactly what the&amp;nbsp; requirements should be for securely partitioned, shared storage. NetApp, on the&amp;nbsp; other hand, pioneered the idea of secure multi-tenancy with the introduction of&amp;nbsp; its NetApp® MultiStore® solution in 2002—years before the&amp;nbsp; first mention of cloud computing occurred in the industry press. MultiStore&amp;nbsp; lets you create isolated logical partitions on a single storage system such&amp;nbsp; that no information on a secured virtual partition can be accessed by unauthorized&amp;nbsp; users. It also lets you easily migrate virtual partitions between storage&amp;nbsp; systems and provides simple-to-manage yet powerful disaster recovery.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P align="center"&gt;&lt;IMG alt="NetApp MultiStore divides a single storage system into multiple secure partitions called vFiler™ units. Individual vFiler units can be assigned to separate “tenants,” which can be individual applications, departments within a company, or external customers" src="http://media.netapp.com/images/tot-netapp-multistore.jpg" style="border: 1px solid #dddddd;" width="400" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P align="left"&gt;&lt;STRONG&gt;Figure 1) &lt;/STRONG&gt;NetApp MultiStore divides a single storage system into multiple secure partitions called vFiler™ units. Individual vFiler units can be assigned to separate “tenants,” which can be individual applications, departments within a company, or external customers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Whether you like the term secure multi-tenancy or not, many&amp;nbsp; companies have concerns about data security in cloud environments. In this&amp;nbsp; article, we look at the technology that makes MultiStore secure, discuss NetApp&amp;nbsp; Data Motion™, and examine the most common use cases. &lt;A href="https://community.netapp.com/docs/DOC-4914" target="_blank"&gt;A companion&amp;nbsp; article in this issue&lt;/A&gt;&amp;nbsp; of Tech OnTap discusses quality of service in an&amp;nbsp; end-to-end, secure multi-tenant architecture that combines technology from&amp;nbsp; VMware and Cisco with NetApp MultiStore.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H3&gt;MultiStore Security&lt;/H3&gt;&lt;P&gt;The key design element of NetApp MultiStore is the vFiler unit,&amp;nbsp; a virtual storage controller running within Data ONTAP®. A vFiler unit&amp;nbsp; is a lightweight instance of a Data ONTAP multiprotocol server. A vFiler unit consists&amp;nbsp; of data stored in volumes or qtrees, the IP address(es) and network&amp;nbsp; configuration necessary to reach the vFiler unit, and the security and other attributes&amp;nbsp; associated with the data. From the perspective of client systems and management&amp;nbsp; software, the data stored within a vFiler unit is completely secured and&amp;nbsp; isolated from all other vFiler units.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The network components associated with a vFiler unit consist of&amp;nbsp; IP addresses, interfaces, and IPSpaces. An IPSpace is a unique, logical routing&amp;nbsp; table. In addition to any logical network separation provided by VLANs, an&amp;nbsp; IPSpace provides an additional layer of security between vFiler units because&amp;nbsp; traffic cannot leave an IPSpace without going to a network gateway. Each&amp;nbsp; interface or virtual interface belongs to only one IPSpace, but an IPSpace can&amp;nbsp; have multiple interfaces. The dynamic association of a vFiler unit with its&amp;nbsp; storage and networking resources makes the movement of resources a relatively&amp;nbsp; easy operation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When a storage system receives a request, the network driver&amp;nbsp; passes the request to the IP protocol stack. This request is tagged with a&amp;nbsp; context based on the destination IP address and the IPSpace associated with the&amp;nbsp; network interface. This context is associated with each request for the entire&amp;nbsp; time it is being processed. Each vFiler unit has its own protocol stack,&amp;nbsp; enabling it to listen on its own ports. Since context is carried throughout the&amp;nbsp; request, the same port number can exist in multiple vFiler units.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Similarly, a data set owned by one vFiler unit cannot be&amp;nbsp; accessed by another vFiler unit. The storage system maps each volume and qtree to&amp;nbsp; the vFiler unit that owns it. The context that is assigned to each request must&amp;nbsp; match that of the file or directory being accessed. If there is a mismatch, the&amp;nbsp; request fails immediately. If a symbolic link resolves to a path outside a&amp;nbsp; vFiler unit’s boundary, the data access fails, since there is a mismatch in the&amp;nbsp; context of the request.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Independent audits of MultiStore in 2004 and &lt;A class="jive-link-custom" href="http://www.netapp.com/us/library/white-papers/wp-multistore-analysis.html" target="_blank"&gt;2008&lt;/A&gt; uncovered no vulnerabilities in the MultiStore security model.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H3&gt;NetApp Data Motion: Adding Mobility to Multi-Tenancy&lt;/H3&gt;&lt;P&gt;The unique design of MultiStore allows it to support NetApp Data&amp;nbsp; Motion: nondisruptive migration of NFS or iSCSI data sets between storage&amp;nbsp; systems. With NetApp Data Motion, an entire vFiler unit can be migrated from&amp;nbsp; one storage system to another without disrupting ongoing activity. NetApp Data&amp;nbsp; Motion does for data what VMware® VMotion™, XenServer&amp;nbsp; XenMotion, and Microsoft® Hyper-V™ Quick Migration do for&amp;nbsp; virtual machines—making it simple to migrate data as VMs are moved. Combining&amp;nbsp; these services with NetApp Data Motion provides mobility at every layer of your&amp;nbsp; infrastructure for load balancing, for nondisruptive upgrades, or to satisfy&amp;nbsp; other data center needs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MultiStore security prevents tenant data from being compromised&amp;nbsp; during migration. Synchronous SnapMirror is used to synchronize data sets&amp;nbsp; between storage systems during the migration and cutover process. NetApp&amp;nbsp; Operations Manager version 4.0 with the Provisioning Manager add-on automates&amp;nbsp; NetApp Data Motion processes and cleanup.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P align="center"&gt;&lt;A href="/media.netapp.com/images/tot-data-motion-migration-783x288.jpg','785', '295', 'popup');"&gt;&lt;IMG alt="NetApp MultiStore divides a single storage system into multiple secure partitions called vFiler™ units. Individual vFiler units can be assigned to separate “tenants,” which can be individual applications, departments within a company, or external customers" src="http://media.netapp.com/images/tot-data-motion-migration-550x202.jpg" style="border: 0px solid #dddddd;" width="400" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P align="center"&gt;&lt;STRONG&gt;Figure 2) &lt;/STRONG&gt;Initiating NetApp Data Motion migration with the NetApp Provisioning Manager interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H3&gt;Getting Started with&amp;nbsp; MultiStore&lt;/H3&gt;&lt;P&gt;There are a few practical&amp;nbsp; considerations for MultiStore users. For NetApp storage systems with 2GB of&amp;nbsp; memory or more (most current models), MultiStore can support up to 65 vFiler&amp;nbsp; units per storage system. MultiStore supports the following protocols: NFS,&amp;nbsp; CIFS, iSCSI, HTTP, NDMP, FTP, FTPS, and SFTP. Note that FCP is not supported except&amp;nbsp; from the root vFiler unit (vFiler0). Individual protocols can be enabled or&amp;nbsp; disabled on a per-vFiler unit basis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The vFiler units themselves&amp;nbsp; create very little memory overhead, so a system with MultiStore can handle the&amp;nbsp; same aggregate workload that a system without MultiStore can. It’s important to&amp;nbsp; note, however, that a system with MultiStore cannot sustain more load than a&amp;nbsp; system without it.&lt;BR /&gt; You can use NetApp FlexShare®&amp;nbsp; software to prioritize some volumes (and thus the workloads associated with&amp;nbsp; those volumes) over others in a multi-tenant environment. (&lt;A class="jive-link-custom" href="http://partners.netapp.com/go/techontap/flexshare.html" target="_blank"&gt;FlexShare&amp;nbsp; is described in detail in a previous Tech OnTap article&lt;/A&gt;.)&amp;nbsp; When resources are under contention, transactions on volumes with higher&amp;nbsp; priority are processed more quickly. When storage system resources are not in&amp;nbsp; contention, any workload can utilize them regardless of FlexShare priority.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;In terms of management, you can&amp;nbsp; configure a tenant environment to grant a tenant varying degrees of control&amp;nbsp; ranging from no management capability to monitoring to full management&amp;nbsp; capabilities within the limits created by the vFiler unit. Management can be&amp;nbsp; performed using either the command line or NetApp Operations Manager and its&amp;nbsp; add-on products: Provisioning Manager and Protection Manager.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H3&gt;MultiStore Use Cases&lt;/H3&gt;&lt;P&gt;There are four common use cases for MultiStore. These use cases&amp;nbsp; are not mutually exclusive—you might utilize the data migration and/or disaster&amp;nbsp; recovery use cases as part of your MultiStore hosting environment or file&amp;nbsp; services environment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Hosting&lt;/STRONG&gt;. Since&amp;nbsp; MultiStore allows you to easily create multiple administrative domains, it is&amp;nbsp; the ideal multi-tenant foundation for any shared storage service or hosting service.&amp;nbsp; Cloud providers—whether they offer infrastructure services or application&amp;nbsp; hosting services—can partition the resources of a single storage system to&amp;nbsp; create many separate MultiStore vFiler units for client companies. NetApp&amp;nbsp; FlexShare provides up to five priority levels, making it possible to create a&amp;nbsp; hosting environment with up to five tiers of service.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Similarly, an enterprise IT department can create MultiStore vFiler&amp;nbsp; units to serve the needs of various departments within the enterprise. (The&amp;nbsp; final use case, file services consolidation, is really just a limited&amp;nbsp; application of this use case.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Data&amp;nbsp; Migration&lt;/STRONG&gt;. Based on the NetApp Data Motion capabilities described above, MultiStore&amp;nbsp; enables you to migrate data from one storage system to another without disruption&amp;nbsp; or extensive reconfiguration on the destination storage system. Without&amp;nbsp; MultiStore, you could migrate data using NetApp SnapMirror®&amp;nbsp; technology to copy data from one storage system to another, but some disruption&amp;nbsp; would result, and you might need to edit access control lists (ACLs), local&amp;nbsp; user group definitions, user mapping information, and so on before users could&amp;nbsp; access data. If the data being copied is stored with MultiStore, however, all&amp;nbsp; user, group, and ACL information is encapsulated in the vFiler unit. Migration&amp;nbsp; recreates the vFiler unit on the destination storage system with the&amp;nbsp; encapsulated information, so data can be served from the destination storage&amp;nbsp; system without reconfiguration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Disaster Recovery. &lt;/STRONG&gt;Perhaps the least known use case for MultiStore is automated&amp;nbsp; disaster recovery. MultiStore enables simple, cross-site DR in which IP domains&amp;nbsp; migrate with each vFiler unit instance. SnapMirror is used to replicate vFiler&amp;nbsp; units based on a defined schedule, creating backup versions of each vFiler unit&amp;nbsp; that are in sync with the primary versions. Should a failure occur, an&amp;nbsp; administrator can trigger the switch to a backup vFiler unit using a single&amp;nbsp; command, so the cutover is very quick, with minimal client impact. vFiler units&amp;nbsp; at the DR site can resync back to the source once the cause of the problem has&amp;nbsp; been resolved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;File&amp;nbsp; Services Consolidation&lt;/STRONG&gt;. A final MultiStore use case that has proven very popular is&amp;nbsp; for file server consolidation. In many companies, each individual department&amp;nbsp; has its own file server. Consolidating many small file servers into one larger&amp;nbsp; one would improve utilization and decrease management overhead, but many&amp;nbsp; departments are reluctant to give up management control. With MultiStore, each&amp;nbsp; small file server can be consolidated using a vFiler unit, yielding the&amp;nbsp; benefits of consolidation while allowing each department to retain&amp;nbsp; administrative control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H3&gt;Tier 3: Real-World Success&lt;/H3&gt;&lt;P&gt;Tier 3, a leading provider of managed services for small and&amp;nbsp; medium-sized businesses, chose MultiStore to support its rapidly growing cloud&amp;nbsp; infrastructure. With MultiStore, the company can provision in less than an hour&amp;nbsp; a vFiler unit for a new customer that offers all the features of a dedicated&amp;nbsp; SAN, including DR, scalability, and fast backup and restore. Shared storage&amp;nbsp; using MultiStore costs about 80% less for customers and 50% less for Tier 3&amp;nbsp; than dedicated storage. You can find out more about Tier 3 in a &lt;A class="jive-link-custom" href="http://www.netapp.com/us/library/customer-stories/tier-3.html" target="_blank"&gt;recent&amp;nbsp; success story&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H3&gt;Conclusion&lt;/H3&gt;&lt;P&gt;MultiStore is the leading solution for secure multi-tenancy in storage&amp;nbsp; environments. Its robustness has been proven in both laboratory tests and&amp;nbsp; customer environments over years of deployment. MultiStore works on all NetApp&amp;nbsp; storage platforms, offers higher security, and is the only solution that&amp;nbsp; integrates nondisruptive data migration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="padding: 10px; background-color: #f2f2f2;"&gt;&lt;P style="font-family: Arial,Helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; font-size: 12px; line-height: normal; font-size-adjust: none; font-stretch: normal; color: #616365;"&gt;&lt;A href="http://bit.ly/TOT-2"&gt; &lt;STRONG&gt;Got opinions about MultiStore?&lt;/STRONG&gt;&lt;/A&gt;&lt;BR /&gt;Ask questions, exchange ideas, and share your thoughts online in NetApp Communities.&lt;/P&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" cellpadding="0" cellspacing="0" class="author_module" style="border: 1px solid #f8f4e6; width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="author_photo" style="border: 0pt none #f8f4e6; padding-right: 1em;" valign="top"&gt;&lt;IMG alt="Roger Weeks" src="http://media.netapp.com/images/tot-author-rweeks.jpg" style="border: 1px solid #dddddd;" /&gt;&lt;A name="author"&gt;&amp;nbsp; &lt;/A&gt;&lt;/TD&gt;&lt;TD class="author_info" style="border: 0pt none #f8f4e6;"&gt;&lt;P style="font-family: Arial,Helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; font-size: 12px; line-height: normal; font-size-adjust: none; font-stretch: normal; color: #616365;"&gt;&lt;STRONG&gt;Roger Weeks&lt;/STRONG&gt;&lt;BR /&gt;Technical Marketing Engineer&lt;BR /&gt; NetApp &lt;BR /&gt;&lt;BR /&gt; Roger joined NetApp in 2007 to focus on storage security. Before coming to NetApp, he held many different roles in systems and network areas. Over the past several years he has focused on security, from wireless to service providers to storage. Roger has coauthored several books, including &lt;A class="jive-link-custom" href="http://oreilly.com/catalog/9780596005832/" target="_blank"&gt;Linux Unwired&lt;/A&gt; and &lt;A class="jive-link-custom" href="http://oreilly.com/catalog/9780596101442/" target="_blank"&gt;Wireless Hacks, 2nd Edition&lt;/A&gt;.&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;TABLE border="1" cellpadding="0" cellspacing="0" class="author_module" style="border: 1px solid #f8f4e6; width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="author_photo" style="border: 0pt none #f8f4e6; padding-right: 1em;" valign="top"&gt;&lt;IMG alt="Paul Feresten" src="http://media.netapp.com/images/tot-author-feresten.jpg" style="border: 1px solid #dddddd;" /&gt;&lt;/TD&gt;&lt;TD class="author_info" style="border: 0pt none #f8f4e6;"&gt;&lt;P style="font-family: Arial,Helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; font-size: 12px; line-height: normal; font-size-adjust: none; font-stretch: normal; color: #616365;"&gt;&lt;STRONG&gt;Paul Feresten&lt;/STRONG&gt;&lt;BR /&gt;Senior Product Marketing Manager&lt;BR /&gt; NetApp &lt;BR /&gt;&lt;BR /&gt; Paul joined NetApp in 2005, focusing on core NetApp software, including Data ONTAP, MultiStore, FlexClone®, and thin provisioning. He has over 30 years of industry experience in product management, sales, marketing, and executive management roles. Prior to joining NetApp, Paul worked at Data General, Digital Equipment Corporation, MSI Consulting, and SEPATON.&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/TD&gt;&lt;!--Begin Sidebar--&gt;&lt;TD style="border: 0pt none #f8f4e6; margin: 0pt; padding: 0pt;" width="310"&gt;&lt;!--CONTAINER FOR SIDEBAR--&gt;&lt;DIV style="margin-right: 0px; text-align: left;"&gt;&lt;DIV class="explore_heading" style="font-size: 18px; color: #454545; font-weight: bold; padding: 10px 20px 10px 20px; width: 310px; max-width: 310px; background: #dedede; border-top: 4px solid #c3c3c3; border-left: 4px solid #c3c3c3; border-right: 4px solid #c3c3c3; border-bottom: 1px solid #c3c3c3;"&gt;Explore&lt;/DIV&gt;&lt;DIV class="sidebar_box" style="margin:0; padding: 5px 20px 10px 20px; width: 310px; background: #efefef; border-bottom: 1px solid #696969; border-left: 4px solid #c3c3c3; border-right: 4px solid #c3c3c3; min-width: 310px;"&gt;&lt;P&gt;&lt;STRONG&gt;Focus on Multi-Tenant Infrastructure&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;This issue of Tech OnTap includes two articles that focus on technologies for secure multi-tenancy:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="arrow" border="0" src="http://media.netapp.com/designimages/arrow-wrap.gif" /&gt; &lt;A href="#"&gt;NetApp MultiStore: Security and Mobility for Cloud Storage&lt;/A&gt; discusses the security model and other technologies behind the NetApp multi-tenant storage solution.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;IMG alt="arrow" border="0" src="http://media.netapp.com/designimages/arrow-wrap.gif" /&gt; &lt;A href="https://community.netapp.com/docs/DOC-4914" target="_blank"&gt;End-to-End Quality of Service: Cisco, VMware, and NetApp Team to Enhance Multi-Tenant Environments&lt;/A&gt; describes a new reference architecture that provides secure multi-tenancy and quality of service in all architecture layers.&lt;/P&gt;&lt;/DIV&gt;&lt;DIV class="sidebar_box" style="margin:0; padding: 5px 20px 10px 20px; width: 310px; background: #efefef; border-left: 4px solid #c3c3c3; border-right: 4px solid #c3c3c3; border-bottom: 4px solid #c3c3c3; min-width: 310px;"&gt;&lt;P&gt;&lt;STRONG&gt;Cloud Technology in Tech OnTap&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Given the increasing focus on cloud infrastructure at NetApp and across the industry, Tech OnTap is committed to bringing you the latest and most relevant information. Get up to speed with these recent articles:&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;IMG alt="arrow" border="0" src="http://media.netapp.com/designimages/arrow-wrap.gif" /&gt; &lt;A class="jive-link-custom" href="http://www.netapp.com/us/communities/tech-ontap/tot-cloud-storage-0509.html" target="_blank"&gt;Storage Infrastructure for the Cloud &lt;/A&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;IMG alt="arrow" border="0" src="http://media.netapp.com/designimages/arrow-wrap.gif" /&gt; &lt;A class="jive-link-custom" href="http://www.netapp.com/us/communities/tech-ontap/tot-tsystems-case-study-0909.html" target="_blank"&gt;T-Systems Case Study: Implementing Enterprise-Class Cloud Services &lt;/A&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;IMG alt="arrow" border="0" src="http://media.netapp.com/designimages/arrow-wrap.gif" /&gt; &lt;A class="jive-link-custom" href="http://www.netapp.com/us/communities/tech-ontap/tot-supercharge-cloud-computing-0909.html" target="_blank"&gt;Six Tips to Supercharge Your Cloud Deployment&lt;/A&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;IMG alt="arrow" border="0" src="http://media.netapp.com/designimages/arrow-wrap.gif" /&gt; &lt;A class="jive-link-custom" href="http://www.netapp.com/us/communities/tech-ontap/tot-datacenter-efficiency-0509.html" target="_blank"&gt;Boosting Data Center Efficiency &lt;/A&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;IMG alt="arrow" border="0" src="http://media.netapp.com/designimages/arrow-wrap.gif" /&gt; &lt;A class="jive-link-custom" href="http://www.netapp.com/us/communities/tech-ontap/tot-netappandcisco-datacenter-0509.html" target="_blank"&gt;NetApp and Cisco: Virtualizing the Data Center &lt;/A&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;DIV class="sidebar_bottom"&gt; &lt;/DIV&gt;&lt;!--END CONTAINER FOR SIDEBAR--&gt;&lt;/DIV&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;
&lt;/DIV&gt;</description>
      <pubDate>Wed, 27 Jan 2010 23:48:16 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Tech-ONTAP-Articles/NetApp-MultiStore-Security-and-Mobility-for-Cloud-Storage/ta-p/85714</guid>
      <dc:creator>Tech_OnTap</dc:creator>
      <dc:date>2010-01-27T23:48:16Z</dc:date>
    </item>
    <item>
      <title>Re: NetApp MultiStore: Security and Mobility for Cloud Storage</title>
      <link>https://community.netapp.com/t5/Tech-ONTAP-Articles/NetApp-MultiStore-Security-and-Mobility-for-Cloud-Storage/tac-p/85720#M89</link>
      <description>&lt;DIV class="lia-message-template-content-zone"&gt;&lt;P&gt;Sounds great - but there are a lot of pitfalls and drawbacks, especially when you start using Operations Manager / Protection Manager and/or SnapManager integration.&lt;/P&gt;&lt;P&gt;Have a look at:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-message-small" href="http://communities.netapp.com/message/14451#14451"&gt;http://communities.netapp.com/message/14451#14451&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-message-small" href="http://communities.netapp.com/message/22800#22800"&gt;http://communities.netapp.com/message/22800#22800&lt;/A&gt;&lt;/P&gt;&lt;P&gt;or search for "SnapManager Protection Manager"...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there is a lot of work ahead and even more in educating people, so they know how NetApps Software Engineers designed and meant it to work (documentation at this time is rather poor, sorry, what is untypical for NetApp)&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Mark&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Tue, 06 Apr 2010 20:14:43 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Tech-ONTAP-Articles/NetApp-MultiStore-Security-and-Mobility-for-Cloud-Storage/tac-p/85720#M89</guid>
      <dc:creator>mheimberg</dc:creator>
      <dc:date>2010-04-06T20:14:43Z</dc:date>
    </item>
  </channel>
</rss>

