VMware Horizon Desktop as a Service on NetApp All Flash FAS

Size: px
Start display at page:

Download "VMware Horizon Desktop as a Service on NetApp All Flash FAS"

Transcription

1 Technical Report VMware Horizon Desktop as a Service on NetApp All Flash FAS Brian Casper, NetApp September 2015 TR-4450 Abstract VMware Horizon Desktop as a Service (DaaS) is a virtual desktop infrastructure (VDI) solution that provides desktops either inside of an enterprise or through a cloud service provider. In conjunction with NetApp storage and management products, this solution can simplify management and deployment of DaaS. The NetApp All Flash FAS (AFF) solution eliminates common barriers to virtual desktop adoption and alleviates concerns about high storage costs.

2 TABLE OF CONTENTS 1 Executive Summary Overview Target Audience Component Overview Server Resources Network Requirements NetApp Components Horizon Desktop-as-a-Service Platform Design Considerations Storage Separation Multi-Tenancy Cloning and Deduplication Conclusions References Version History Acknowledgements LIST OF TABLES Table 1) AFF8000 storage system technical specifications....7 LIST OF FIGURES Figure 1) Horizon DaaS logical view (graphic supplied by VMware)....4 Figure 2) Clustered Data ONTAP VMware Horizon Desktop as a Service on NetApp All Flash FAS 2015 NetApp, Inc. All Rights Reserved.

3 1 Executive Summary Virtual desktop infrastructure (VDI) has continued to grow as a mechanism for providing user desktops within the enterprise. What started out as departmental or small-scale deployments for specific groups of users has blossomed into a set of tools and products that allow rapid replication and streamlined distribution of desktop images to large and varied user groups. To further develop these deployment models, DaaS solutions facilitate even easier VDI replication within secure multi-tenant environments by either using on-premises equipment or through an external service provider. VMware Horizon DaaS is one such product, and its implementation and features dovetail nicely with the capabilities and performance of NetApp storage products. The purpose of this document is to describe the components of a Horizon DaaS on NetApp FAS solution. We also discuss integration points with NetApp All Flash FAS for primary storage and network-attached storage (NAS) connections by the desktop images to secondary application storage. We also depict management of the VMware environment with the Horizon DaaS and NetApp Virtual Storage Console (VSC) and provide a brief discussion of performance. 1.1 Overview This document describes the deployment of VMware Horizon DaaS software on top of NetApp storage. NetApp tested the deployment of virtual machines (VMs) within this environment to demonstrate the provisioning and cloning capabilities of the clustered Data ONTAP operating system (OS). The goal was to simulate the usage experienced by an on-premises IT management group when deploying desktops to different user groups so as to provide a security layer between them. The multi-tenant capabilities of the Horizon DaaS system take advantage of similar capabilities available within clustered Data ONTAP, making the overall solution secure from end to end. In this study, the environment modeled a deployment in which all of the equipment lies within the local enterprise data center and the users reside in a corporate network. The VMware Horizon DaaS solution can also be operated by a cloud service provider (CSP) that owns and operates all of the server and storage equipment. Although discussion of the business case for such an arrangement is beyond the scope of this document, the relationship between the Horizon DaaS layer and the NetApp storage layer is equivalent in either type of deployment. The CSP model makes an even stronger case for strict multitenancy, but the deployment details do not change. This deployment uses techniques and configuration best practices described in previous NetApp VDI reference architectures. VMware Horizon DaaS is a framework for deploying VDI in a secure multi-tenant environment, much like VMware Horizon View is used for other VDI architectures. The mechanism for deploying the desktop images might differ among these solutions, but the end-user profile for the desktop user base is similar. Accordingly, we expect the workload characteristics to be similar across all VDI solutions. For further discussion of VMware VDI solution deployment with a deeper examination of All Flash FAS performance, refer to the NetApp All-Flash FAS Solution For Nonpersistent Desktops with VMware Horizon View or NetApp All-Flash FAS Solution for Persistent Desktops with VMware Horizon View reference architectures. For further discussion of DaaS deployment with the VMware Desktone platform, refer to Desktone DaaS on NetApp FAS Storage with Clustered Data ONTAP. 1.2 Target Audience This document describes the use of VMware Horizon DaaS on NetApp storage. The target audience for this document includes sales engineers, field consultants, professional services representatives, IT managers, partner engineering staff, and customers who are considering this solution. 3 VMware Horizon Desktop as a Service on NetApp All Flash FAS 2015 NetApp, Inc. All Rights Reserved.

4 2 Component Overview This section describes the components necessary to construct a Horizon DaaS solution on NetApp storage. This infrastructure is typically located within a data center that is either on premises or with a CSP. Desktop access can be provided from a client device to the VM over a local or remote network. The Horizon DaaS environment is composed of four essential components. At the core of the infrastructure is a set of server resources that require storage access, with storage being the second component. Network resources then connect the physical subcomponents together. The final component is the Horizon DaaS platform that is layered on top of the other three physical components and provides the management infrastructure for deploying virtual desktops. Figure 1 shows the logical view of a Horizon DaaS deployment. The network topology, server configuration, and storage connections are depicted in this diagram. Figure 1) Horizon DaaS logical view (graphic supplied by VMware). 2.1 Server Resources The server infrastructure for a Horizon DaaS deployment requires at least two physical servers running VMware ESX. One physical server hosts the Horizon DaaS virtual appliances that are used for managing the system. These appliances includes the service provider management appliance, the resource manager appliance and one tenant appliance per tenant. Additional network resources for the Domain Name System (DNS), Microsoft Active Directory, the Dynamic Host Configuration Protocol (DHCP), and so on are also necessary. One or more physical servers host the virtual desktop machines. Horizon DaaS appliances are designed for distributed computing and can scale to meet demand. To improve availability, it is a good design idea to enable high availability (HA) appliance pairs. Additional physical servers might be required to meet these needs, depending on the desired level of redundancy. 4 VMware Horizon Desktop as a Service on NetApp All Flash FAS 2015 NetApp, Inc. All Rights Reserved.

5 Management Hosts The sizing requirements for physical servers should take into account the number of tenants that the environment hosts. The CPU, memory and storage requirements vary based upon this number. The following guidelines are useful starting points for determining the size of the management host: CPU. Each core supports 10 tenants. Memory. Each tenant requires 3.5GB of RAM on each Horizon DaaS management host. Storage. Each tenant requires 56GB of storage. Desktop Hosts The sizing requirements for the physical servers should take into account the number of virtual desktop machines operating in the tenant environment. The virtual desktop images are in shared storage. Therefore, the server equipment does not need more than a small internal disk to host the hypervisor OS. The following guidelines give an estimate of the sizing requirements for a virtual desktop host: CPU. Provide one physical core for every 10 virtual CPUs deployed. Memory. Allocate enough physical RAM to cover the aggregate of all running VM memory requirements. These results vary based on actual use cases. For example, power user applications might require more memory than knowledge workers do. Additional CPU cores might be required if the user workload is more CPU intensive. 2.2 Network Requirements Separation of network traffic is a basic design requirement for strict segregation between tenants in a DaaS environment. It is a best practice to use virtual LANs (VLANs) to enforce isolation of traffic on management, backbone, and other tenant networks. VMware vsphere distributed switches (VDS) and the Cisco Nexus 1000V can also be employed and are particularly useful in a distributed configuration in which multiple data center locations might be in use. To complete the network design, consider the following list of requirements: IPv6 connectivity is required for the Horizon DaaS appliance networks. NetApp recommends the use of a 10Gb Ethernet connection between the servers that host the virtual desktop machines and storage. Multiple 10GbE connections can be used to meet higher bandwidth requirements. Routers used in the configuration must support independent routing tables (VRFs) for continuing VLAN-tagged traffic so that each tenant remains isolated. 2.3 NetApp Components NetApp storage systems provide fast and efficient repositories for VMs and user data. The clustered Data ONTAP storage OS provides a consistent management interface and feature set across a variety of NetApp FAS storage devices and is an optimal solution for integration with VMware Horizon DaaS. NetApp All Flash FAS solutions are robust storage devices that provide best-in-class storage for VDI workloads. The NetApp VSC was developed to provide a seamless plug-in extension into the VMware vsphere management tool. This section describes in more detail the capabilities and benefits of these specific NetApp components. 5 VMware Horizon Desktop as a Service on NetApp All Flash FAS 2015 NetApp, Inc. All Rights Reserved.

6 Clustered Data ONTAP VMware Horizon DaaS on clustered Data ONTAP leverages several NetApp technologies, resulting in higher performance, lower total cost of ownership, and tighter integration with the DaaS environment: Clustered Data ONTAP addresses the challenges facing your growing and dynamic business by extending the innovation of NetApp Data ONTAP. Our unified cluster architecture scales and adapts to your changing needs, reducing risk and cost. Clustered Data ONTAP is designed to eliminate downtime, allowing you to service your infrastructure without disrupting access to user data and applications, even during regular business hours. Proven operational efficiency helps you simplify your overall storage environment and manage storage infrastructure at scale by automating important processes and increasing productivity. You can add capacity as you grow across both SAN and NAS environments without reconfiguring running applications. We let you start small and grow big without the disruptive hardware upgrades required by other storage vendors. Clustered Data ONTAP provides up to 24 storage controllers or nodes managed as a single logical pool so that your operations can scale more easily. NetApp supports one of the broadest set of storage protocols and is the only provider that can deliver both SAN and NAS data access from a single, unified scale-out platform. Some of the key benefits that NetApp technologies provide to this solution are: Unified architecture. You can recover significant operational cost savings with unified scale-up and scale-out capabilities in cloud-scale deployments of Horizon DaaS platforms. Storage efficiency. You can significantly reduce costs by using NetApp RAID DP technology, thin provisioning, inline compression, inline zero elimination, deduplication, thin replication, and NetApp FlexVol volumes. Seamless scalability (performance and capacity). When requirements and demands change, you can scaled up, scale down, or scale out a given cluster based on performance and capacity requirements, physical limitations, best practices, data center power and cooling availability, and so on. This capability includes vertical as well as horizontal scaling. Performance and NetApp Virtual Storage Tiering. You can enhance user experiences with NetApp Virtual Storage Tiers and write I/O optimization, which strongly complement the storage-efficiency capabilities of NetApp systems. Operational agility, nondisruptive operations, and data mobility. NetApp technologies enhance Horizon DaaS solution management with tight platform integration and storage mobility capabilities. NetApp FlexClone technology. The Horizon DaaS platform leverages FlexClone to efficiently clone virtual desktop images in the storage tier. This feature offloads the task from the typically CPU- and memory-intensive process required to handle the cloning process in the virtualization compute tier. Deduplication. Deduplication frequently can reduce storage utilization for virtual desktop environments by over 90%. It also enhances related caching and replication capabilities by only storing or replicating a single instance of each replica block. NetApp OnCommand suite. The OnCommand suite provides centralized storage management and monitoring. Data protection. NetApp technologies enhance local and remote protection of the Horizon DaaS management platform, virtual desktop OS data, and user data, with very low overhead for both cost and operations. NetApp Snapshot copies. This NetApp technology protects and retrieves deleted files easily with the capability to instantaneously revert file systems to a previous point in time. This allows quick recovery from application corruption issues. NetApp SnapMirror data replication software. This NetApp technology replicates virtual desktop and user content between storage systems in a thin and deduplicated format. 6 VMware Horizon Desktop as a Service on NetApp All Flash FAS 2015 NetApp, Inc. All Rights Reserved.

7 For more information about NetApp clustered Data ONTAP, refer to Clustered Data ONTAP Operating System. All Flash FAS Built on more than 20 years of innovation, Data ONTAP has evolved to meet the changing needs of customers and to help drive their success. Clustered Data ONTAP provides a rich set of data management features and clustering for scale-out, operational efficiency, and nondisruptive operations. It also offers customers one of the most compelling value propositions in the industry. The IT landscape is undergoing a fundamental shift to IT as a service. This model that requires a pool of compute, network, and storage resources to serve a wide range of applications and deliver a wide range of services. Innovations such as clustered Data ONTAP are fueling this revolution. Outstanding Performance The NetApp All Flash FAS solution shares the same unified storage architecture, Data ONTAP OS, management interface, rich data services, and advanced feature set as the rest of the fabric-attached storage (FAS) product families. This innovative combination of all-flash media with Data ONTAP delivers the consistent low latency and high IOPS of all-flash storage with the industry-leading clustered Data ONTAP OS. It also offers proven enterprise availability, reliability, and scalability; storage efficiency proven in thousands of VDI deployments; unified storage with multiprotocol access; advanced data services; and operational agility through tight application integrations. AFF8000 Technical Specifications Table 1 provides the technical specifications for the four AFF8000 series storage systems, AFF8080 EX, AFF8060, AFF8040, and AFF8020. Note: All data in Table 1 applies to active-active, dual-controller configurations. Table 1) AFF8000 storage system technical specifications. Features AFF8080 EX AFF8060 AFF8040 AFF8020 Maximum raw capacity with solidstate drives (SSDs) Maximum number of SSDs 384TB 384TB 384TB 384TB Controller form factor Dual-enclosure HA Two controllers and two I/O expansion modules (IOXMs) in two 6U chassis A total of 12U or single-enclosure HA Two controllers in a single 6U chassis Dual-enclosure HA Two controllers and two IOXMs in two 6U chassis A total of 12U or single-enclosure HA Two controllers in a single 6U chassis Single-enclosure HA Two controllers in a single 6U chassis Single-enclosure HA Two controllers in a single 3U chassis Memory 256GB 128GB 64GB 48GB 7 VMware Horizon Desktop as a Service on NetApp All Flash FAS 2015 NetApp, Inc. All Rights Reserved.

8 Features AFF8080 EX AFF8060 AFF8040 AFF8020 NVRAM 32GB 16GB 16GB 8GB PCIe expansion slots Onboard I/O: UTA2 (10GbE/FCoE, 16Gb FC) Onboard I/O: 10GbE Onboard I/O: GbE Onboard I/O: 6Gb SAS Optical SAS support Yes Yes Yes Yes Storage networking supported OS version FC, FCoE, iscsi, NFS, pnfs, CIFS/SMB, HTTP, FTP AFF8080 EX: Data ONTAP RC1 or later, AFF8060, AFF8040, AFF8020 Data ONTAP RC2 or later Scale-Out Data centers require agility. In a data center, each storage controller has CPU, memory, and disk shelf limits. The ability to scale out means that, as your storage environment grows, you can seamlessly add additional controllers to the resource pool that reside on a shared storage infrastructure. You can also seamlessly and nondisruptively move host and client connections as well as datastores to anywhere within the resource pool. The benefits of scale-out include: Nondisruptive operations The ability to keep adding thousands of users to the virtual desktop environment without downtime Operational simplicity and flexibility As Figure 2 shows, clustered Data ONTAP allows you to meet the scalability requirements of your storage environment. A clustered Data ONTAP system can scale up to 24 nodes, depending on the platform and protocol, and can contain different disk types and controller models in the same storage cluster. 8 VMware Horizon Desktop as a Service on NetApp All Flash FAS 2015 NetApp, Inc. All Rights Reserved.

9 Figure 2) Clustered Data ONTAP. Note: The storage virtual machines (SVMs) referred to in Figure 2 were formerly called Vservers. Nondisruptive Operations The move to shared infrastructure has made it nearly impossible to schedule downtime for routine maintenance. NetApp clustered Data ONTAP is designed to eliminate the planned downtime that is usually needed for maintenance and lifecycle operations as well as the unplanned downtime caused by hardware and software failures. Three standard tools make this elimination of downtime possible: NetApp DataMotion data migration software for volumes (vol move) allows you to move data volumes from one aggregate to another on the same or on a different cluster node. Logical interface (LIF) migrate allows you to virtualize the physical Ethernet interfaces in clustered Data ONTAP. LIF migrate lets you move LIFs from one network port to another on the same or on a different cluster node. Aggregate relocate (ARL) allows you to transfer complete aggregates from one controller in an HA pair to the other without data movement. Used individually and in combination, these tools help you to nondisruptively perform a wide range of operations, from moving a volume from a faster to a slower disk to a complete controller and storage technology refresh. As storage nodes are added to the system, all physical resources CPUs, cache memory, network I/O bandwidth, and disk I/O bandwidth can easily be kept in balance. Clustered Data ONTAP systems enable users to: Add or remove storage shelves (over 23PB in an 8-node cluster and up to 69PB in a 24-node cluster) Move data between storage controllers and tiers of storage without disrupting users and applications Dynamically assign, promote, and retire storage, while providing continuous access to data as administrators upgrade or replace storage These capabilities allow administrators to increase capacity while balancing workloads. Administrators can also reduce or eliminate storage I/O hot spots without remounting shares, modifying client settings, or stopping any applications that are running. Availability A shared storage infrastructure can provide services to thousands of virtual desktops. In such environments, downtime is not an option. The NetApp All Flash FAS solution eliminates sources of downtime and protects critical data against disaster through two key features: 9 VMware Horizon Desktop as a Service on NetApp All Flash FAS 2015 NetApp, Inc. All Rights Reserved.

10 High availability. A NetApp HA pair provides seamless failover to its partner in the case of hardware failure. Each of the two identical storage controllers in the HA pair configuration serves data independently during normal operation. During individual storage-controller failure, the data service process is transferred from the failed storage controller to the surviving partner. NetApp RAID DP data protection technology. Data protection is critical during any virtualized desktop deployment because any RAID failure might disconnect hundreds to thousands of end users from their desktops, resulting in lost productivity. RAID DP provides performance comparable to that of RAID 10 and yet requires fewer disks. RAID DP provides protection against double-disk failure, in contrast to RAID 5, which can protect against only one disk failure per RAID group. RAID DP in effect provides RAID 10 performance and protection at a RAID 5 price point. Optimized Writes The NetApp WAFL (Write Anywhere File Layout) file system enables NetApp to process writes efficiently. When the Data ONTAP OS receives an I/O, it holds the I/O in memory and protects it with a log copy in battery-backed NVRAM. It then sends back an acknowledgement, notifying the sender that the write was committed. Acknowledging the write before writing to storage allows Data ONTAP to perform many functions that optimize the data layout for optimal write-write coalescing. Before being written to storage, I/Os are coalesced into larger blocks, because larger sequential blocks require fewer CPU resources for each operation. Enhancing Flash Data ONTAP and FAS systems have leveraged flash technologies since 2009 and have supported SSDs since This relatively long experience in dealing with flash has allowed NetApp to fine tune Data ONTAP features to optimize SSD performance and enhance flash media endurance. Data ONTAP acknowledges writes after they are in DRAM and logged to NVRAM. This approach means that SSDs are not in the critical write path. Therefore, write latencies are very low. Data ONTAP also enables efficient use of SSDs when destaging write memory buffers by coalescing writes into a single sequential stripe across all SSDs at once. Data ONTAP writes to free space whenever possible, minimizing overwrites for every dataset, not just for deduplicated or compressed data. This wear-leveling feature of Data ONTAP is native to the architecture, and it also leverages the wearleveling and garbage-collection algorithms built into the SSDs to extend the life of the devices. Therefore, NetApp provides up to a five-year warranty with all SSDs (a three-year standard warranty, plus an offer for an additional two-year extended warranty with no restrictions on the number of drive writes). The parallelism built into Data ONTAP, combined with the multicore CPUs and large system memories in the FAS8000 storage controllers, takes full advantage of SSD performance. This combination has also powered the test results described in this document. For more information about NetApp All Flash FAS systems, refer to NetApp All Flash FAS. Virtual Storage Console The NetApp VSC is a plug-in that provides integrated, comprehensive storage management for VMware infrastructure within the single pane of glass of the VMware vsphere Web Client. The VSC allows VMware administrators to perform discovery, health monitoring, capacity management, provisioning, cloning, optimization, backups, restores, and disaster recovery without affecting any policies that a storage administrator might have created. Functionalities such as deduplication and thin provisioning of datastores, rapid cloning of VMs, near-instant VM backups, granular VM restores, and integration into storage disaster recovery solutions are at the VMware administrator s fingertips without the intervention of storage administrators. VMware Horizon DaaS is specifically engineered to use the provisioning and cloning capability of the VSC programmatic interfaces. When properly configured, this seamless integration allows the rapid 10 VMware Horizon Desktop as a Service on NetApp All Flash FAS 2015 NetApp, Inc. All Rights Reserved.

11 deployment of new virtual desktop images while leveraging offloaded image replication capabilities within the storage array. For more information about the VSC, refer to NetApp Virtual Storage Console. The VSC is available to all customers through the NetApp Support site. 2.4 Horizon Desktop-as-a-Service Platform The Horizon DaaS platform is the only virtual desktop solution that is designed specifically for service providers, with many features designed specifically for operating as a service in the cloud. The feature list is long, but the top five features that set Horizon DaaS apart are: Multi-tenancy. The Horizon DaaS platform is the only multi-tenant VDI solution on the market. This feature allows service providers to manage numerous tenants across multiple data centers from a single management platform, eliminating the need for the per-tenant management platforms of traditional VDI solutions. Elastic scalability. The Horizon DaaS Enterprise Center web console enables tenant administrators to quickly and easily provision virtual desktops for end users based on new or existing desktop images. The tight integration of Horizon DaaS with NetApp FlexClone technology offloads the virtual desktop provisioning process from the tenant host to the storage controllers, significantly reducing deployment time and any effect on tenant host CPU and memory resources. Enterprise integration. The Horizon DaaS platform integrates with the tenant s internal IT infrastructure and leverages the tenant s Active Directory service to control access to the virtual desktops. In addition, it enforces group policies, which allows administrators to control the behavior of the virtual desktops. Cost-effective model. The scale of the solution allows service providers to share resources across multiple tenants, reducing the financial burden and distributing the costs across tenants. Integration with NetApp technologies such as FlexClone, All Flash FAS, deduplication, inline compression, SVMs, Snapshot copies, and SnapMirror further drives down costs while increasing performance, efficiency, and flexibility. Implementing cloud-based virtual desktops for numerous tenants on traditional VDI platforms is highly cost-prohibitive. Horizon DaaS licensing is more competitive than the traditional VDI licensing offered by traditional enterprise VDI solutions, most of which require a separate siloed deployment for each tenant. Tiered role separation. There are clearly defined administrative boundaries for service provider administrators, tenant administrators, and end users that are separated by the web portal for each role. The Horizon DaaS platform consists of two distinct tiers: enterprise and service provider. Separating the enterprise and service-provider tiers is the key to enabling multi-tenancy VDI for DaaS. It allows enterprises to manage virtual desktop environments that are supported by physical resources owned and maintained by a third party. Service providers benefit from optimizing use of their data center assets while offering a new, highly scalable, multi-tenant, value-added service to customers. Organizations that use the Horizon DaaS on NetApp solution benefit from several key advantages over the traditional VDI and terminal server approach, including: No upfront capex costs No infrastructure to manage; no server hardware; and no data center, power, and cooling costs Fully provisioned Windows virtual desktops, rather than shared sessions on a single server Access to virtual desktops in the cloud from any device, rather than shared terminal service sessions that lead to additional application compatibility issues A lower-cost model The Horizon DaaS platform enables enterprises to quickly realize the full potential and benefits associated with VDI environments, including simpler deployment; improved management, security, and 11 VMware Horizon Desktop as a Service on NetApp All Flash FAS 2015 NetApp, Inc. All Rights Reserved.

12 compliance; and superior end-user productivity). Enterprises can reap these benefits without the capital expense and complicated systems integration that are required to build and deploy a customized internal solution. This platform offers enterprises the flexibility to centrally deploy, manage, and update virtual desktops on an elastic environment for a geographically dispersed workforce. The Horizon DaaS platform has been designed to tightly integrate with NetApp storage features to provide a highly manageable, efficient, and cost-effective cloud solution. VMware leverages key NetApp technologies, such as NetApp FlexClone, deduplication, and more, to provide the performance and efficiency criteria mandated by today s VDI-based infrastructure deployments. The technical differentiators of Horizon DaaS including patents for cloud hosting desktops, provisioned virtual computing, multi-tenant data center design, and virtual computing services network, among others come to life in the Horizon DaaS platform. These differentiators can be seen in the four major components of Horizon DaaS: Resource manager. Service providers use the resource manager to manage both infrastructure capacity and tenant entitlement. Providers can define which desktop options are available to tenants for purchase, including Windows 7, Windows Server [hosted personal desktop], Windows XP, and Linux. They can also define how much memory and how many CPU resources are allocated to a particular virtual desktop, whether a desktop is persistent or dynamic, and whether the customer is allowed to choose between these two options. Providers can then manage the capacity for each physical host, including the ratio of virtual to physical machines and the amount of memory overallocation. Service providers must also choose whether to share a host or to dedicate compute resources to the virtual desktop. This innovative feature allows providers to offer Windows 7 virtual desktops while remaining in compliance with Microsoft. Only Desktone supports both models: either sharing hosts for Windows Server (hosted personal desktop) and Linux desktops or dedicating a host for a cloudhosted Windows 7 desktop. Based on the desktops that a tenant chooses, the Horizon DaaS platform also calculates how much of a resource, such as storage and compute, providers must have to meet the tenant s needs. Providers can see whether they have enough compute resources assigned to the tenant and enough capacity in the service grid overall to meet tenant needs. The resource manager leverages NetApp FlexClone technology to rapidly deploy new virtual desktops on thin-provisioned storage without affecting the CPU and memory utilization of the host platform. This capability makes the desktop provisioning process very fast and efficient. With the resource manager, service providers provision the tenant by registering it, providing a unique password, uploading a custom look and feel, and assigning a unique VLAN. The Horizon DaaS platform then automatically configures an access manager and a desktop manager specific to the particular tenant. Access manager. The access manager is the front end that tenants use to manage the connection broker for mapping users to desktops. It provides the portal access by which the customer s users connect to their desktops. Desktop manager. Each customer uses its own desktop manager to provision pools of desktops and to continuously monitor and manage the desktop session state. Service grid backbone. This feature resides between the service provider (that is, the resource manager) and the tenant (that is, the desktop manager and access manager) layers. In this technology, which is unique to the Horizon DaaS platform and is critical to service provider success, the resource manager resides in both the service provider network and the service grid backbone. Likewise, the access and desktop managers reside in both the tenant network and the service grid backbone. Network packets cannot cross the network, but the address space used by the service provider and the tenant can be identical without any issues. VMware built this product as a nonroutable network so that both the service provider and the tenant can run the same subnet IP ranges without conflict. 12 VMware Horizon Desktop as a Service on NetApp All Flash FAS 2015 NetApp, Inc. All Rights Reserved.

13 The service grid backbone also contributes to the comprehensive security of the Horizon DaaS platform. Service providers and tenants cannot bridge into each other s networks. However, they can still communicate with each other because the tenant appliances (access manager and desktop manager) and the service provider appliance (resource manager) are dual-homed on the nonroutable network. 3 Design Considerations When designing a Horizon DaaS environment, you should consider several integration points between the software and hardware platform to create a secure and robust design that meets performance and availability goals. This section describes some of the more advanced features available within the ESX and storage architecture. 3.1 Storage Separation Superior performance in VDI solutions has been achieved by deploying NetApp All Flash FAS devices as the primary storage for VM desktop images. The efficiencies gained with cloning and deduplication make this configuration an excellent choice for these workloads. In this configuration, desktop VMs boot from the fastest possible media and access to the OS is optimized. Traditional spinning media is a cost-effective way to provide shared access to application data for the users of these VMs. Shared storage network protocols such as NFS and SMB can be configured on NetApp storage to serve up storage space for application and other user data. 3.2 Multi-Tenancy Clustered Data ONTAP is inherently a multi-tenant storage OS. It is possible to have a single partition that represents the resources of the entire cluster or to have multiple partitions that are assigned specific subsets of cluster resources. These secure virtual storage partitions are known as SVMs. Multiple tenants can be hosted simultaneously on a single Data ONTAP cluster. You can create a discrete volume for each individual tenant and a unique SVM to manage access from a desired set of tenant VMs to their own designated pool of storage. 3.3 Cloning and Deduplication NetApp clustered Data ONTAP provides a set of data management features that the Horizon DaaS layer uses to promote storage efficiency. In the standard workflow for deploying desktops, an administrator creates a gold pattern VM that is installed with the desired OS, applications, and other customizations needed by the end user. You can create additional clones of the gold pattern VM on demand. This process uses NetApp FlexClone technology to rapidly provision a copy of the VM. Because the data from the master is initially identical to each clone, these images are deployed without a forced block copy and are completed in a matter of seconds. All of this work is handled by the storage system, which offloads the work from the CPU on the host server. Additional deduplication of data residing in the storage volumes occurs over time. Deduplication often reduces storage utilization by rates of over 90% for virtual desktop environments. It also enhances related caching and replication capabilities by only storing or replicating a single instance of each replica block. The storage is scanned, and any identical blocks that are found are collapsed into a single block. Pointer references are updated so that only one copy of data exists in the volume. Others copies are returned to the free block pool. 13 VMware Horizon Desktop as a Service on NetApp All Flash FAS 2015 NetApp, Inc. All Rights Reserved.

14 4 Conclusions VMware Horizon DaaS is a viable solution for managing the deployment of virtual desktop images, and NetApp storage provides compelling features to effectively and efficiently support Horizon DaaS environments. To configure a successful Horizon DaaS environment, you must take into account many different design elements. Reference guides for VDI environments with VMware on NetApp are available and provide additional information that is beyond the scope of this paper. For assistance in designing and configuring your Horizon DaaS environment, contact VMware and/or NetApp professional services. References The following references were used in this technical report: NetApp All Flash FAS Solution for Nonpersistent Desktops with VMware Horizon View NetApp All Flash FAS Solution for Persistent Desktops with VMware Horizon View Desktone DaaS on NetApp FAS Storage with Clustered Data ONTAP Clustered Data ONTAP Operating System VMware vsphere 5 on NetApp Clustered Data ONTAP NetApp All Flash FAS NetApp Virtual Storage Console for VMware vsphere Version History Version Date Document Version History Version 1.0 September 2015 Initial release Acknowledgements The author would like to thank Chris Gebhardt, Scott Gentry, Ganesh Kamath and Bhumik Patel (VMware) for their contributions to this document. 14 VMware Horizon Desktop as a Service on NetApp All Flash FAS 2015 NetApp, Inc. All Rights Reserved.

15 Refer to the Interoperability Matrix Tool (IMT) on the NetApp Support site to validate that the exact product and feature versions described in this document are supported for your specific environment. The NetApp IMT defines the product components and versions that can be used to construct configurations that are supported by NetApp. Specific results depend on each customer's installation in accordance with published specifications. Copyright Information Copyright NetApp, Inc. All rights reserved. Printed in the U.S. No part of this document covered by copyright may be reproduced in any form or by any means graphic, electronic, or mechanical, including photocopying, recording, taping, or storage in an electronic retrieval system without prior written permission of the copyright owner. Software derived from copyrighted NetApp material is subject to the following license and disclaimer: THIS SOFTWARE IS PROVIDED BY NETAPP "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE, WHICH ARE HEREBY DISCLAIMED. IN NO EVENT SHALL NETAPP BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. NetApp reserves the right to change any products described herein at any time, and without notice. NetApp assumes no responsibility or liability arising from the use of products described herein, except as expressly agreed to in writing by NetApp. The use or purchase of this product does not convey a license under any patent rights, trademark rights, or any other intellectual property rights of NetApp. The product described in this manual may be protected by one or more U.S. patents, foreign patents, or pending applications. RESTRICTED RIGHTS LEGEND: Use, duplication, or disclosure by the government is subject to restrictions as set forth in subparagraph (c)(1)(ii) of the Rights in Technical Data and Computer Software clause at DFARS (October 1988) and FAR (June 1987). Trademark Information NetApp, the NetApp logo, Go Further, Faster, AltaVault, ASUP, AutoSupport, Campaign Express, Cloud ONTAP, Clustered Data ONTAP, Customer Fitness, Data ONTAP, DataMotion, Fitness, Flash Accel, Flash Cache, Flash Pool, FlashRay, FlexArray, FlexCache, FlexClone, FlexPod, FlexScale, FlexShare, FlexVol, FPolicy, GetSuccessful, LockVault, Manage ONTAP, Mars, MetroCluster, MultiStore, NetApp Insight, OnCommand, ONTAP, ONTAPI, RAID DP, RAID-TEC, SANtricity, SecureShare, Simplicity, Simulate ONTAP, SnapCenter, Snap Creator, SnapCopy, SnapDrive, SnapIntegrator, SnapLock, SnapManager, SnapMirror, SnapMover, SnapProtect, SnapRestore, Snapshot, SnapValidator, SnapVault, StorageGRID, Tech OnTap, Unbound Cloud, WAFL and other names are trademarks or registered trademarks of NetApp Inc., in the United States and/or other countries. All other brands or products are trademarks or registered trademarks of their respective holders and should be treated as such. A current list of NetApp trademarks is available on the web at TR VMware Horizon Desktop as a Service on NetApp All Flash FAS 2015 NetApp, Inc. All Rights Reserved.

Navigating VSC 6.1 for VMware vsphere

Navigating VSC 6.1 for VMware vsphere Navigating VSC 6.1 for VMware vsphere Virtual Storage Console for VMware vsphere works with the VMware vsphere Web Client and has dropped support for the VMware Desktop Client. This change means that VSC

More information

NetApp Data ONTAP Edge on SoftLayer

NetApp Data ONTAP Edge on SoftLayer Technical Report NetApp Data ONTAP Edge on SoftLayer Express Setup Guide Jarod Rodriguez, NetApp April 2016 TR-4502 Abstract This document provides instructions on how to quickly install NetApp Data ONTAP

More information

FlexArray Virtualization

FlexArray Virtualization Updated for 8.2.4 FlexArray Virtualization Implementation Guide for NetApp E-Series Storage NetApp, Inc. 495 East Java Drive Sunnyvale, CA 94089 U.S. Telephone: +1 (408) 822-6000 Fax: +1 (408) 822-4501

More information

FlexArray Virtualization

FlexArray Virtualization Updated for 8.3.2 FlexArray Virtualization Implementation Guide for NetApp E-Series Storage NetApp, Inc. 495 East Java Drive Sunnyvale, CA 94089 U.S. Telephone: +1 (408) 822-6000 Fax: +1 (408) 822-4501

More information

FlexArray Virtualization Implementation Guide for NetApp E-Series Storage

FlexArray Virtualization Implementation Guide for NetApp E-Series Storage ONTAP 9 FlexArray Virtualization Implementation Guide for NetApp E-Series Storage June 2017 215-11151-C0 doccomments@netapp.com Updated for ONTAP 9.2 Table of Contents 3 Contents Where to find information

More information

Clustered Data ONTAP 8.3

Clustered Data ONTAP 8.3 Clustered Data ONTAP 8.3 Volume Disaster Recovery Preparation Express Guide NetApp, Inc. 495 East Java Drive Sunnyvale, CA 94089 U.S. Telephone: +1 (408) 822-6000 Fax: +1 (408) 822-4501 Support telephone:

More information

SolidFire and AltaVault

SolidFire and AltaVault Technical Report SolidFire and AltaVault Back Up SolidFire Storage to the Cloud by Using AltaVault Mike Braden, NetApp August 2016 TR-4542 Abstract Effectively using storage at scale is how organizations

More information

FlexArray Virtualization

FlexArray Virtualization FlexArray Virtualization Implementation Guide for NetApp E-Series Storage NetApp, Inc. 495 East Java Drive Sunnyvale, CA 94089 U.S. Telephone: +1 (408) 822-6000 Fax: +1 (408) 822-4501 Support telephone:

More information

NDMP in Clustered Data ONTAP for Tape Backup Software Applications

NDMP in Clustered Data ONTAP for Tape Backup Software Applications Technical Report NDMP in Clustered Data ONTAP for Tape Backup Software Applications Subhash Athri, NetApp June 2015 TR-4376 TABLE OF CONTENTS 1 NDMP Backups... 3 1.1 Tape Backup Topologies in Clustered

More information

OnCommand Cloud Manager 3.2 Provisioning NFS Volumes Using the Volume View

OnCommand Cloud Manager 3.2 Provisioning NFS Volumes Using the Volume View OnCommand Cloud Manager 3.2 Provisioning NFS Volumes Using the Volume View April 2017 215-12036_B0 doccomments@netapp.com Table of Contents 3 Contents Logging in to Cloud Manager... 4 Creating NFS volumes...

More information

Disaster Recovery for Enterprise Applications with ONTAP Cloud

Disaster Recovery for Enterprise Applications with ONTAP Cloud Technical Report Disaster Recovery for Enterprise Applications with ONTAP Cloud Step-by-Step Guide Shmulik Alfandari, NetApp September 2016 TR-4554i Abstract This document describes the required steps

More information

Volume Disaster Recovery Express Guide

Volume Disaster Recovery Express Guide ONTAP 9 Volume Disaster Recovery Express Guide December 2017 215-11188_E0 doccomments@netapp.com Updated for ONTAP 9.3 Table of Contents 3 Contents Deciding whether to use this guide... 4 Volume disaster

More information

E-Series Converting the Protocol of E2800 Host Ports (New Systems)

E-Series Converting the Protocol of E2800 Host Ports (New Systems) E-Series Converting the Protocol of E2800 Host Ports (New Systems) October 2016 215-11500_A0 doccomments@netapp.com Table of Contents 3 Contents Converting the Protocol of E2800 Host Ports (New Systems)...

More information

Clustered Data ONTAP 8.3

Clustered Data ONTAP 8.3 Updated for 8.3.1 Clustered Data ONTAP 8.3 Using All Flash FAS with Clustered Data ONTAP NetApp, Inc. 495 East Java Drive Sunnyvale, CA 94089 U.S. Telephone: +1 (408) 822-6000 Fax: +1 (408) 822-4501 Support

More information

All Flash FAS SAN-Optimized Configuration

All Flash FAS SAN-Optimized Configuration Technical Report All Flash FAS SAN-Optimized Configuration Michael Peppers, NetApp June 2016 TR-4480 Abstract This technical report provides details about the SAN-optimized configuration for NetApp All

More information

Inventory Collect Tool 1.4

Inventory Collect Tool 1.4 Inventory Collect Tool 1.4 Host and Storage Information Collection Guide For Transition Assessment NetApp, Inc. 495 East Java Drive Sunnyvale, CA 94089 U.S. Telephone: +1 (408) 822-6000 Fax: +1 (408) 822-4501

More information

Replacing a Drive in E2660, E2760, E5460, E5560, or E5660 Trays

Replacing a Drive in E2660, E2760, E5460, E5560, or E5660 Trays E-Series Replacing a Drive in E2660, E2760, E5460, E5560, or E5660 Trays The Recovery Guru in SANtricity Storage Manager monitors the drives in the storage array and can notify you of an impending drive

More information

Clustered Data ONTAP 8.3

Clustered Data ONTAP 8.3 Clustered Data ONTAP 8.3 FC Configuration for ESX Express Guide NetApp, Inc. 495 East Java Drive Sunnyvale, CA 94089 U.S. Telephone: +1 (408) 822-6000 Fax: +1 (408) 822-4501 Support telephone: +1 (888)

More information

SnapCenter Software 3.0 Importing Data from SnapManager to SnapCenter

SnapCenter Software 3.0 Importing Data from SnapManager to SnapCenter SnapCenter Software 3.0 Importing Data from SnapManager to SnapCenter July 2017 215-12093_A0 doccomments@netapp.com Table of Contents 3 Contents Deciding on whether to read this information... 4 Importing

More information

NFS Client Configuration for ESX Express Guide

NFS Client Configuration for ESX Express Guide ONTAP 9 NFS Client Configuration for ESX Express Guide December 2017 215-11183_E0 doccomments@netapp.com Updated for ONTAP 9.3 Table of Contents 3 Contents Deciding whether to use this guide... 4 NFS

More information

HCI File Services Powered by ONTAP Select

HCI File Services Powered by ONTAP Select Technical Report HCI File Services Powered by ONTAP Select Quick Start Guide Aaron Patten, NetApp March 2018 TR-4669 Abstract NetApp ONTAP Select extends the NetApp HCI product, adding a rich set of file

More information

iscsi Configuration for Windows Express Guide

iscsi Configuration for Windows Express Guide ONTAP 9 iscsi Configuration for Windows Express Guide December 2017 215-11180_D0 doccomments@netapp.com Updated for ONTAP 9.3 Table of Contents 3 Contents Deciding whether to use this guide... 4 iscsi

More information

SNMP Configuration Express Guide

SNMP Configuration Express Guide ONTAP 9 SNMP Configuration Express Guide December 2017 215-11190_D0 doccomments@netapp.com Updated for ONTAP 9.3 Table of Contents 3 Contents Deciding whether to use this guide... 4 SNMP configuration

More information

iscsi Configuration for ESX Express Guide

iscsi Configuration for ESX Express Guide ONTAP 9 iscsi Configuration for ESX Express Guide December 2017 215-11181_D0 doccomments@netapp.com Updated for ONTAP 9.3 Table of Contents 3 Contents Deciding whether to use this guide... 4 iscsi configuration

More information

FC Configuration for ESX Express Guide

FC Configuration for ESX Express Guide ONTAP 9 FC Configuration for ESX Express Guide March 2017 215-11179-C0 doccomments@netapp.com Updated for ONTAP 9.1 Table of Contents 3 Contents Deciding whether to use this guide... 4 FC configuration

More information

Windows Unified Host Utilities 7.0 Using Windows Hosts with ONTAP Storage

Windows Unified Host Utilities 7.0 Using Windows Hosts with ONTAP Storage Windows Unified Host Utilities 7.0 Using Windows Hosts with ONTAP Storage March 2017 215-09444_B0 doccomments@netapp.com Table of Contents 3 Contents Preparing to use Windows hosts with ONTAP storage...

More information

OnCommand Cloud Manager 3.0 Administration Guide

OnCommand Cloud Manager 3.0 Administration Guide OnCommand Cloud Manager 3.0 Administration Guide June 2016 215-11111_A0 doccomments@netapp.com Table of Contents 3 Contents Deciding whether to use this guide... 4 Backing up Cloud Manager... 5 Removing

More information

SMB/CIFS Configuration Express Guide

SMB/CIFS Configuration Express Guide ONTAP 9 SMB/CIFS Configuration Express Guide November 2017 215-11170_E0 doccomments@netapp.com Updated for ONTAP 9.3 Table of Contents 3 Contents Deciding whether to use this guide... 4 SMB/CIFS configuration

More information

Replacing a Power Canister in E5760 or E2860 Shelves

Replacing a Power Canister in E5760 or E2860 Shelves E-Series Replacing a Power Canister in E5760 or E2860 Shelves Each 60-drive controller shelf or drive shelf includes two power canisters for power redundancy. If a power canister fails, you must replace

More information

Replacing a Power-Fan Canister in E5700 or E2800 Shelves

Replacing a Power-Fan Canister in E5700 or E2800 Shelves E-Series Replacing a Power-Fan Canister in E5700 or E2800 Shelves Each 12-drive or 24-drive controller shelf or drive shelf includes two power supplies with integrated fans. These are referred to as power-fan

More information

Replacing a drive in E5724 shelves

Replacing a drive in E5724 shelves E-Series Replacing a drive in E5724 shelves The Recovery Guru in SANtricity System Manager monitors the drives in the storage array and can notify you of an impending drive failure or an actual drive failure.

More information

NetApp AFF8080A EX Storage Efficiency and Performance with Oracle Database

NetApp AFF8080A EX Storage Efficiency and Performance with Oracle Database Note: Technical Report NetApp AFF8080A EX Storage Efficiency and Performance with Oracle Database Rodrigo Nascimento, Scott Lane, NetApp June 2016 TR-4514 Abstract This report provides a storage efficiency

More information

NetApp AFF8080A EX Storage Efficiency and Performance with Microsoft SQL Server 2014

NetApp AFF8080A EX Storage Efficiency and Performance with Microsoft SQL Server 2014 Technical Report NetApp AFF8080A EX Storage Efficiency and Performance with Microsoft SQL Server 2014 Ron Pratt, Scott Lane, NetApp June 2016 TR-4516 Abstract This report provides a storage efficiency

More information

NetApp HCI QoS and Mixed Workloads

NetApp HCI QoS and Mixed Workloads Technical Report NetApp HCI QoS and Mixed Workloads Stephen Carl, NetApp October 2017 TR-4632 Abstract This document introduces the NetApp HCI solution to infrastructure administrators and provides important

More information

Hadoop Online NoSQL with NetApp FAS NFS Connector for Hadoop

Hadoop Online NoSQL with NetApp FAS NFS Connector for Hadoop Technical Report NetApp FAS and HBase Hadoop Online NoSQL with NetApp FAS NFS Connector for Hadoop Ankita Dhawale and Karthikeyan Nagalingam, NetApp September 2016 TR-4541 Abstract This document introduces

More information

Replacing a Failed Controller Canister in a E2760 Controller- Drive Tray

Replacing a Failed Controller Canister in a E2760 Controller- Drive Tray E-Series Replacing a Failed Controller Canister in a E2760 Controller- Drive Tray To replace a failed E2700 controller canister in a duplex configuration, you remove the controller canister from the E2760

More information

FC Configuration for Windows Express Guide

FC Configuration for Windows Express Guide ONTAP 9 FC Configuration for Windows Express Guide December 2017 215-11173_D0 doccomments@netapp.com Updated for ONTAP 9.3 Table of Contents 3 Contents Deciding whether to use this guide... 4 FC configuration

More information

OnCommand Unified Manager 7.2: Best Practices Guide

OnCommand Unified Manager 7.2: Best Practices Guide Technical Report OnCommand Unified : Best Practices Guide Dhiman Chakraborty August 2017 TR-4621 Version 1.0 Abstract NetApp OnCommand Unified is the most comprehensive product for managing and monitoring

More information

OnCommand Cloud Manager 3.2 Updating and Administering Cloud Manager

OnCommand Cloud Manager 3.2 Updating and Administering Cloud Manager OnCommand Cloud Manager 3.2 Updating and Administering Cloud Manager April 2017 215-12037_B0 doccomments@netapp.com Table of Contents 3 Contents Updating Cloud Manager... 4 Enabling automatic updates...

More information

Performance Characterization of ONTAP Cloud in Azure with Application Workloads

Performance Characterization of ONTAP Cloud in Azure with Application Workloads Technical Report Performance Characterization of ONTAP Cloud in NetApp Data Fabric Group, NetApp March 2018 TR-4671 Abstract This technical report examines the performance and fit of application workloads

More information

NetApp FAS8000 Series

NetApp FAS8000 Series Datasheet NetApp FAS8000 Series Respond more quickly to changing IT needs with unified scale-out storage and industry-leading data management KEY BENEFITS Support More Workloads Run SAN and NAS workloads

More information

SnapProtect Backups for VMware vsphere

SnapProtect Backups for VMware vsphere Technical Report SnapProtect Backups for VMware vsphere Best Practices Guide Subhash Athri, NetApp September 2015 TR-4456 TABLE OF CONTENTS 1 Introduction... 4 1.1 Objective...4 1.2 Audience...4 2 SnapProtect

More information

iscsi Configuration for ESXi using VSC Express Guide

iscsi Configuration for ESXi using VSC Express Guide ONTAP 9 iscsi Configuration for ESXi using VSC Express Guide May 2018 215-11181_E0 doccomments@netapp.com Updated for ONTAP 9.4 Table of Contents 3 Contents Deciding whether to use this guide... 4 iscsi

More information

Installing and Configuring for AIX

Installing and Configuring for AIX SANtricity System Manager 11.30 Installing and Configuring for AIX Express Guide August 2016 215-11221_A0 doccomments@netapp.com Table of Contents 3 Contents Deciding whether to use this Express Guide...

More information

Inventory Collect Tool 2.2

Inventory Collect Tool 2.2 Inventory Collect Tool 2.2 Host and Storage Information Collection Guide For Transition Assessment NetApp, Inc. 495 East Java Drive Sunnyvale, CA 94089 U.S. Telephone: +1 (408) 822-6000 Fax: +1 (408) 822-4501

More information

NetApp AFF A700 Performance with Microsoft SQL Server 2014

NetApp AFF A700 Performance with Microsoft SQL Server 2014 Technical Report NetApp AFF A700 Performance with Microsoft SQL Server 2014 Ron Pratt and Scott Lane, NetApp March 2017 TR-4580 Abstract This report provides a performance summary for NetApp and partner

More information

NetApp HCI Network Setup Guide

NetApp HCI Network Setup Guide Technical Report NetApp HCI Network Setup Guide Version 1.2 Aaron Patten, NetApp April 2018 TR-4679 TABLE OF CONTENTS 1 Introduction... 4 2 Hardware... 4 2.1 Node and Chassis Layout... 4 2.2 Node Types...

More information

Performance Characterization of ONTAP Cloud in Amazon Web Services with Application Workloads

Performance Characterization of ONTAP Cloud in Amazon Web Services with Application Workloads Technical Report Performance Characterization of ONTAP Cloud in Amazon Web Services with Application Workloads NetApp Data Fabric Group, NetApp March 2018 TR-4383 Abstract This technical report examines

More information

NFS Configuration Express Guide

NFS Configuration Express Guide ONTAP 9 NFS Configuration Express Guide December 2017 215-11172_E0 doccomments@netapp.com Updated for ONTAP 9.3 Table of Contents 3 Contents Deciding whether to use this guide... 4 NFS configuration workflow...

More information

MongoDB Database on NetApp AFF8080

MongoDB Database on NetApp AFF8080 Technical Report MongoDB Database on NetApp AFF8080 Customer Blueprint Ranga Sankar, NetApp February 2018 TR-4659 Abstract This document describes the installation of MongoDB database on NetApp AFF8080

More information

All other components in the system must be functioning properly; if not, you must contact technical support.

All other components in the system must be functioning properly; if not, you must contact technical support. 62xx systems For all operating environments Replacing a chassis To replace the chassis, you must remove the controller module or modules and I/O expansion module, when present, from the old chassis, remove

More information

NetApp AltaVault Cloud-Integrated Storage Appliances

NetApp AltaVault Cloud-Integrated Storage Appliances Technical Report NetApp AltaVault Cloud-Integrated Storage Appliances Solution Deployment: AltaVault Christopher Wong, NetApp November 2017 TR-4417 Abstract This solution deployment guide outlines how

More information

Boost your data protection with NetApp + Veeam. Schahin Golshani Technical Partner Enablement Manager, MENA

Boost your data protection with NetApp + Veeam. Schahin Golshani Technical Partner Enablement Manager, MENA Boost your data protection with NetApp + Veeam Schahin Golshani Technical Partner Enablement Manager, MENA NetApp Product Strategy Market-leading innovations, that are NetApp Confidential Limited Use 3

More information

Optimizing SAP Lifecycle Management with NetApp Solutions for SAP HANA

Optimizing SAP Lifecycle Management with NetApp Solutions for SAP HANA Technical Report Optimizing SAP Lifecycle Management with NetApp Solutions for SAP HANA Nils Bauer, NetApp July 2015 TR-4439 Abstract This technical report describes the optimization of SAP lifecycle management

More information

End-to-End Storage Provisioning for MongoDB

End-to-End Storage Provisioning for MongoDB Technical Report End-to-End Storage Provisioning for MongoDB Deploying NetApp OnCommand Workflow Automation for MongoDB John Elliott, NetApp April 2018 TR-4674 Abstract This technical report explains the

More information

SQL Server on NetApp HCI

SQL Server on NetApp HCI Technical Report SQL Server on NetApp HCI Bobby Oommen, NetApp October 2017 TR-4638 Abstract This document introduces the NetApp HCI solution to infrastructure administrators and provides important design

More information

All other components in the system must be functioning properly; if not, you must contact technical support.

All other components in the system must be functioning properly; if not, you must contact technical support. 80xx systems For all operating environments Replacing a chassis To replace the chassis, you must remove the power supplies, fan modules, and controller module or modules and I/O expansion module, when

More information

Cluster and SVM Peering Express Guide

Cluster and SVM Peering Express Guide ONTAP 9 Cluster and SVM Peering Express Guide December 2017 215-11182_E0 doccomments@netapp.com Updated for ONTAP 9.3 Table of Contents 3 Contents Deciding whether to use this guide... 4 Prerequisites

More information

Cluster Switch Setup Guide for Cisco Switches. October _A0_ur005

Cluster Switch Setup Guide for Cisco Switches. October _A0_ur005 Cluster Switch Setup Guide for Cisco Switches October 2017 215-06775_A0_ur005 doccomments@netapp.com Table of Contents 3 Contents Switches supported by ONTAP... 4 Setting up the switches... 5 Required

More information

OnCommand Unified Manager Reporting for Clustered Data ONTAP

OnCommand Unified Manager Reporting for Clustered Data ONTAP Technical Report OnCommand Unified Manager Reporting for Clustered Data ONTAP Dhiman Chakraborty, NetApp October 2015 TR-4122i Abstract This technical report (TR) introduces the reporting features that

More information

Volume Move Express Guide

Volume Move Express Guide ONTAP 9 Volume Move Express Guide June 2018 215-11197_G0 doccomments@netapp.com Table of Contents 3 Contents Deciding whether to use this guide... 4 Volume move workflow... 5 Planning the method and timing

More information

NetApp SnapManager for Microsoft SharePoint Server

NetApp SnapManager for Microsoft SharePoint Server Technical Report NetApp SnapManager for Microsoft SharePoint Server Cheryl George, NetApp January 2015 TR-4372 Executive Summary This guide discusses how to protect data by using the NetApp SnapManager

More information

NFS Client Configuration with VAAI for ESX Express Guide

NFS Client Configuration with VAAI for ESX Express Guide ONTAP 9 NFS Client Configuration with VAAI for ESX Express Guide February 2018 215-11184_F0 doccomments@netapp.com Updated for ONTAP 9.3 Table of Contents 3 Contents Deciding whether to use this guide...

More information

Installing a Cisco Nexus 3132Q-V cluster switch and a passthrough panel in a NetApp cabinet

Installing a Cisco Nexus 3132Q-V cluster switch and a passthrough panel in a NetApp cabinet Installing a Cisco Nexus 332Q-V cluster switch and a passthrough panel in a NetApp cabinet You can install the Cisco Nexus 332Q-V switch and pass-through panel in a NetApp cabinet with the standard brackets

More information

SAP HANA Backup and Recovery using NetApp Storage Systems and Commvault Software

SAP HANA Backup and Recovery using NetApp Storage Systems and Commvault Software Technical Report SAP HANA Backup and Recovery using NetApp Storage Systems and Commvault Software Marco Schoen, NetApp Sander Bleijenbergh, Commvault August 2018 TR-4711 In partnership with Abstract This

More information

Nondisruptive Operations with SMB File Shares

Nondisruptive Operations with SMB File Shares Technical Report Nondisruptive Operations with SMB File Shares ONTAP 9.x John Lantz, NetApp November 2016 TR-4100 Abstract This technical report details NetApp ONTAP support for nondisruptive operations

More information

Desktone DaaS on NetApp FAS Storage with Clustered Data ONTAP

Desktone DaaS on NetApp FAS Storage with Clustered Data ONTAP Technical Report Desktone DaaS on NetApp FAS Storage with Clustered Data ONTAP Ganesh Kamath, NetApp Tony Alvino, VMware January 2014 TR-4258 TABLE OF CONTENTS 1 Desktone DaaS on Clustered Data ONTAP...

More information

EBOOK. NetApp ONTAP Cloud FOR MICROSOFT AZURE ENTERPRISE DATA MANAGEMENT IN THE CLOUD

EBOOK. NetApp ONTAP Cloud FOR MICROSOFT AZURE ENTERPRISE DATA MANAGEMENT IN THE CLOUD EBOOK NetApp ONTAP Cloud FOR MICROSOFT AZURE ENTERPRISE DATA MANAGEMENT IN THE CLOUD NetApp ONTAP Cloud for Microsoft Azure The ONTAP Cloud Advantage 3 Enterprise-Class Data Management 5 How ONTAP Cloud

More information

Today s trends in the storage world. Jacint Juhasz Storage Infrastructure Architect

Today s trends in the storage world. Jacint Juhasz Storage Infrastructure Architect Today s trends in the storage world Jacint Juhasz Storage Infrastructure Architect NetApp storage portfolio All-Flash Arrays for highest performance All-Flash SolidFire Data ONTAP-v for public cloud All

More information

Database Storage Tiering with NetApp FabricPool

Database Storage Tiering with NetApp FabricPool Technical Report Database Storage Tiering with NetApp FabricPool Jeffrey Steiner, BS Navyashree, Srinivas Venkat, NetApp June 2018 TR-4695 Abstract This document describes the benefits and configuration

More information

Outline: ONTAP 9 Cluster Administration and Data Protection Bundle (CDOTDP9)

Outline: ONTAP 9 Cluster Administration and Data Protection Bundle (CDOTDP9) Outline: ONTAP 9 Cluster Administration and Data Protection Bundle (CDOTDP9) Cluster Module 1: ONTAP Overview Data Fabric ONTAP software Fabric layers The cluster Nodes High-availability pairs Networks

More information

FPolicy Solution Guide for Clustered Data ONTAP: Veritas Enterprise Vault

FPolicy Solution Guide for Clustered Data ONTAP: Veritas Enterprise Vault Technical Report FPolicy Solution Guide for Clustered Data ONTAP: Veritas Enterprise Vault Brahmanna Chowdary Kodavali and Saurabh Singh, NetApp Bhushan Pandit and David Scott, Veritas February 2016 TR-4488

More information

Midsize Enterprise Solutions Selling Guide. Sell NetApp s midsize enterprise solutions and take your business and your customers further, faster

Midsize Enterprise Solutions Selling Guide. Sell NetApp s midsize enterprise solutions and take your business and your customers further, faster Midsize Enterprise Solutions Selling Guide Sell NetApp s midsize enterprise solutions and take your business and your customers further, faster Many of your midsize customers might have tried to reduce

More information

Big-Data Pipeline on ONTAP and Orchestration with Robin Cloud Platform

Big-Data Pipeline on ONTAP and Orchestration with Robin Cloud Platform Technical Report Big-Data Pipeline on ONTAP and Orchestration with Robin Cloud Platform Ranga Sankar, Jayakumar Chendamarai, Aaron Carter, David Bellizzi, NetApp July 2018 TR-4706 Abstract This document

More information

Replacing a Drive Drawer in a 60-Drive Tray

Replacing a Drive Drawer in a 60-Drive Tray E-Series Replacing a Drive Drawer in a 60-Drive Tray The steps to replace a failed drive drawer in an E-Series 60-drive tray depend on whether the volumes in the drawer are protected by Drawer Loss Protection.

More information

Upgrade Express Guide

Upgrade Express Guide ONTAP 9 Upgrade Express Guide December 2017 215-11234_G0 doccomments@netapp.com Updated for ONTAP 9.3 Table of Contents 3 Contents Deciding whether to use this guide... 4 Cluster software update workflow...

More information

IBM System Storage N3000 Express series Modular Disk Storage Systems

IBM System Storage N3000 Express series Modular Disk Storage Systems Advanced system designed to enable outstanding, cost-effective deployment versatility IBM System Storage N3000 Express series Modular Disk Storage Systems Highlights High availability Takes Simple replication

More information

Volume Disaster Recovery Preparation Express Guide

Volume Disaster Recovery Preparation Express Guide ONTAP 9 Volume Disaster Recovery Preparation Express Guide August 2018 215-11187_F0 doccomments@netapp.com Table of Contents 3 Contents Deciding whether to use this guide... 4 Volume disaster recovery

More information

NetApp AltaVault Cloud-Integrated Storage Appliances

NetApp AltaVault Cloud-Integrated Storage Appliances Technical Report NetApp AltaVault Cloud-Integrated Storage Appliances Solution Deployment: AltaVault with EMC NetWorker Christopher Wong, NetApp November 2017 TR-4425 Abstract This solution deployment

More information

NetApp All-Flash FAS Solution

NetApp All-Flash FAS Solution Technical Report NetApp All-Flash FAS Solution For Nonpersistent Desktops with VMware Horizon View Chris Gebhardt, Chad Morgenstern, Rachel Zhu, NetApp August 2014 TR-4307 TABLE OF CONTENTS 1 Executive

More information

NetApp AFF A300 Gen 6 Fibre Channel

NetApp AFF A300 Gen 6 Fibre Channel White Paper NetApp AFF A300 Gen 6 Fibre Channel Executive Summary Faster time to revenue and increased customer satisfaction are top priorities for today s businesses. Improving business responsiveness

More information

NetApp All Flash FAS Solution for VMware Horizon 6 and vsphere Virtual Volumes

NetApp All Flash FAS Solution for VMware Horizon 6 and vsphere Virtual Volumes 3 Technical Report NetApp All Flash FAS Solution for VMware Horizon 6 and vsphere Virtual Volumes A Technical Preview Chris Gebhardt and Bhavik Desai, NetApp August 2015 TR-4428 Abstract In this reference

More information

Datasheet NetApp FAS6200 Series

Datasheet NetApp FAS6200 Series Datasheet NetApp FAS6200 Series Performance, availability, and scale for the enterprise KEY BENEFITS Deliver an Agile Data Infrastructure Intelligent management, immortal availability, and infinite scaling.

More information

Replacing Cisco Nexus 3132Q-V cluster switches

Replacing Cisco Nexus 3132Q-V cluster switches Replacing Cisco Nexus 3132Q-V cluster switches You must be aware of certain configuration information, port connections and cabling requirements when you replace Cisco Nexus 3132Q-V cluster switches. The

More information

NetApp AFF. Datasheet. Leading the future of flash

NetApp AFF. Datasheet. Leading the future of flash Datasheet NetApp AFF Leading the future of flash Key Benefits Unleash the power of your data with the industry s first end-to-end NVMe-based enterprise all-flash array that delivers up to 11.4 million

More information

SUPPORTING CLUSTERED DATA ONTAP: NODE MANAGEMENT

SUPPORTING CLUSTERED DATA ONTAP: NODE MANAGEMENT OFFERED BY: CUSTOMER SUCCESS OPERATIONS KNOWLEDGE MANAGEMENT ADVANCED TECHNICAL TRAINING SUPPORTING CLUSTERED DATA ONTAP: NODE MANAGEMENT EXERCISE GUIDE Content Version: 0.9 This page left intentionally

More information

Replacing a Cisco Nexus 5596 cluster switch

Replacing a Cisco Nexus 5596 cluster switch Replacing a Cisco Nexus 5596 cluster switch Replacing a defective Cisco Nexus 5596 cluster switch in a cluster network is a nondisruptive procedure (NDU). Before you begin The following conditions must

More information

FPolicy Solution Guide for Clustered Data ONTAP: Veritas Data Insight

FPolicy Solution Guide for Clustered Data ONTAP: Veritas Data Insight Technical Report FPolicy Solution Guide for Clustered Data ONTAP: Veritas Data Insight Brahmanna Chowdary Kodavali and Saurabh Singh, NetApp Himanshu Ashwani, Veritas Data Insight November 2015 TR-4473

More information

AltaVault Cloud Integrated Storage Installation and Service Guide for Virtual Appliances

AltaVault Cloud Integrated Storage Installation and Service Guide for Virtual Appliances AltaVault Cloud Integrated Storage 4.4.1 Installation and Service Guide for Virtual Appliances April 2018 215-130007_B0 doccomments@netapp.com Table of Contents 3 Contents System requirements and supported

More information

NetApp Clustered Data ONTAP 8.2

NetApp Clustered Data ONTAP 8.2 Technical Report NetApp Clustered Data ONTAP 8.2 An Introduction Charlotte Brooks, NetApp May 2013 TR-3982 Abstract This technical report is an introduction to the architecture and key customer benefits

More information

Applying VMware vsphere Virtual Volumes on NetApp Clustered Data ONTAP 8.3

Applying VMware vsphere Virtual Volumes on NetApp Clustered Data ONTAP 8.3 Technical Report Applying VMware vsphere Virtual Volumes on NetApp Clustered Data ONTAP 8.3 Eric Wagar, NetApp June 2015 TR-4400 Abstract NetApp technology enables data centers to extend their virtual

More information

Migrating Performance Data to NetApp OnCommand Unified Manager 7.2

Migrating Performance Data to NetApp OnCommand Unified Manager 7.2 Technical Report Migrating Performance Data to NetApp OnCommand Unified Manager 7.2 Dhiman Chakraborty, Yuvaraju B, Tom Onacki, NetApp March 2018 TR-4589 Version 1.2 Abstract NetApp OnCommand Unified Manager

More information

Replacing the chassis

Replacing the chassis AFF A200 systems Replacing the chassis Before you begin All other components in the system must be functioning properly; if not, you must contact technical support. About this task You can use this procedure

More information

NetApp All-Flash FAS Solution

NetApp All-Flash FAS Solution Technical Report NetApp All-Flash FAS Solution For Persistent Desktops with VMware Horizon View Chris Gebhardt, Chad Morgenstern, Rachel Zhu, NetApp March 2015 TR-4335 TABLE OF CONTENTS 1 Executive Summary...

More information

NetApp AltaVault Cloud-Integrated Storage Appliances

NetApp AltaVault Cloud-Integrated Storage Appliances Technical Report NetApp AltaVault Cloud-Integrated Storage Appliances Solution Deployment: AltaVault Christopher Wong, NetApp November 2017 TR-4422 Abstract This solution deployment guide outlines how

More information

Replacing the chassis

Replacing the chassis FAS9000 and AFF A700 systems Replacing the chassis Before you begin All other components in the system must be functioning properly; if not, you must contact technical support. About this task You can

More information

NetApp All-Flash FAS Solution

NetApp All-Flash FAS Solution 0 Technical Report NetApp All-Flash FAS Solution For Persistent and Nonpersistent Desktops Rachel Zhu, Chad Morgenstern, Chris Gebhardt, NetApp April 2015 TR-4342 TABLE OF CONTENTS 1 Executive Summary...

More information

NetApp AltaVault and Veritas NetBackup Solution with FlexPod Datacenter

NetApp AltaVault and Veritas NetBackup Solution with FlexPod Datacenter NetApp Verified Architecture NetApp AltaVault and Veritas NetBackup Solution with FlexPod Datacenter NVA Aaron Kirk, NetApp May 2016 NVA-0024-DEPLOY Version 1.0 TABLE OF CONTENTS 1 Program Summary... 3

More information

Downpour II: Converged Infrastructure with VMware vsphere 5.5 Solution

Downpour II: Converged Infrastructure with VMware vsphere 5.5 Solution 1) Technical Report Downpour II: Converged Infrastructure with VMware vsphere 5.5 Solution NetApp and HP Blade Servers with Cisco Nexus Switches Chris Rodriguez, David Arnette, Gary Riker, NetApp March

More information

NetApp AltaVault (formerly SteelStore) Cloud-Integrated Storage Appliances

NetApp AltaVault (formerly SteelStore) Cloud-Integrated Storage Appliances Technical Report NetApp AltaVault (formerly SteelStore) Cloud-Integrated Storage Appliances Solution Deployment: AltaVault with Veeam Backup and Replication Christopher Wong, NetApp August 2016 TR-4426

More information