Best Practices for Deploying Citrix XenDesktop on NexentaStor Open Storage

Size: px
Start display at page:

Download "Best Practices for Deploying Citrix XenDesktop on NexentaStor Open Storage"

Transcription

1 Best Practices for Deploying Citrix XenDesktop on NexentaStor Open Storage White Paper July, 2011

2 Deploying Citrix XenDesktop on NexentaStor Open Storage Table of Contents The Challenges of VDI Storage Workloads... 1 Best Practices for Citrix XenDesktop on NexentaStor... 2 Use Citrix Provisioning Services (PVS)... 3 Set I/O Size to Match the Workload... 3 Use Mirroring for Performance... 4 Enable Compression, Disable Deduplication... 4 Increase Memory for Power Users... 4 Place Paging Files on Solid State Devices (SSDs)... 5 Performance Results... 5 Conclusion... 6

3 Deploying Citrix XenDesktop on NexentaStor Open Storage 1 The Challenges of VDI Storage Workloads Desktop virtualization is increasingly popular, allowing organizations to rapidly provision one or more virtual desktop sessions for individual users. As a leading desktop virtualization solution, Citrix XenDesktop transforms Windows desktops into an ondemand service available to any user, any device, anywhere. To do this, XenDesktop lets organizations easily accommodate a wide range of needs without deploying custom desktop hardware to each user. At the same time, configuring cost-effective and performant storage solutions for growing virtual desktop infrastructure (VDI) has remained challenging for traditional and legacy storage. VDI-based desktop sessions are known to stress traditional storage solutions, often resulting in costly storage deployments and unsatisfactory performance for end users. As has been widely demonstrated, VDI workloads can generate particularly poor performance when served by RAID-5 storage arrays. These issues are driven by a fundamental mismatch between traditional storage technology and the nature of VDI storage workloads. VDI workloads tend to represent bursts of I/O activity as virtual desktops page to storage, and most I/O operations from paging activity are small and random. When using Citrix Provisioning Services (PVS), up to 99% of storage activity is comprised of writes, with only a small amount of read activity. I/O alignment issues abound between VDI workloads and traditional storage, especially if 4 KB sector disk drives are used. The read-modify-write operations implied by RAID-5 arrays can cause unacceptable performance under the write-intensive nature of VDI workloads, and write caches are only helpful until they fill, resulting in non-deterministic behavior. In contrast to standard RAID environments, the NexentaStor appliance provides a flexible environment that represents an ideal technology match for VDI workloads such as the Hostied VDI FlexCast technology delivered as a part of Citrix XenDesktop. In addition to allowing wide configuration of numerous parameters, NexentaStor exploits powerful features in the underlying ZFS file system implementation. Together, NexentaStor and ZFS capabilities easily overcomes the shortcomings of legacy file systems. With NexentaStor, I/O size can be easily tuned to match the workload, and ZFS block alignment automatically aligns all write operations. The ZFS block allocation algorithms condense an I/O stream of many small random writes into a single and more efficient sequential write operation, dramatically improving performance for VDI workloads.

4 Deploying Citrix XenDesktop on NexentaStor Open Storage 2 The ZFS copy on write algorithm eliminates expensive read/modify/write operations. NexentaStor provides a flexible and tunable environment with options that include compression to both speed performance and save on required storage. Based on joint testing conducted by Citrix and Nexenta, this document describes recommended best practices for configuring both NexentaStor and XenDesktop. Best Practices for Citrix XenDesktop on NexentaStor With VDI-based desktop sessions such as those provided by XenDesktop, the user s virtual session experience is highly dependent on write performance, and on how fast write I/O operations return. Based on testing with XenDesktop, Nexenta and Citrix engineers concluded that storage performance is first write-intensive, and secondly, highly dependent on write latency. In other words, minimizing latencies associated with write operations is critical to enhancing overall virtual desktop performance. The NexentaStor appliance functions as both a storage array and a virtualization appliance that abstracts legacy and commodity storage devices, pooling resources and presenting them at the file or block level to VDI servers such as XenDesktop. In its default configuration, NexentaStor provides strong performance for a variety of generalpurpose workloads. Beyond the inherent ZFS implementation advantages, NexentaStor can be easily configured to deliver superior I/O performance for write-intensive VDI workloads, at a massive savings over traditional storage solutions. The NextentaStor User Guide ( NexentaStor-UserGuide.pdf) provides information on setting the range of tunable parameters on the NexentaStor appliance. Figure 1 illustrates some of the settings used in Citrix / Nextenta proof of concept testing, including: Block size was set to 4 KB to match the most common XenDesktop I/O operation. Log bias was set to latency to provide a hint to ZFS to use the volume s log devices in order to optimize for latency (as apposed to throughput). Compression was enabled (on) to both improve performance and save space. Deduplication was disabled (off) since this capability was provided by Citrix Provisioning Services (PVS) in this testing. Sync mode was set to standard (default) so that synchronous file system transactions were written out to the ZFS Intent Log (ZIL), with all devices then flushed to ensure data stability. Background on these settings along with recommended best practices for configuring NexentaStor for XenDesktop are described in the sections that follow.

5 Deploying Citrix XenDesktop on NexentaStor Open Storage 3 Figure 1. The block size on the virtual block device and other parameters are easily set through the NexentaStor GUI. Use Citrix Provisioning Services (PVS) Citrix Provisioning Services (PVS) is a unique technology that was used as a part of the testing conducted by Citrix and Nexenta, and its use is considered a best practice. By configuring PVS to use Write Cache on a Server Disk, the read I/O is effectively separated from the write I/O. In this testing, the NextentaStor appliance was used only for writes while reads are cached on the XenDesktop server and provided directly to clients. Without PVS, the master image would not be separated from the write cache in the same way, greatly changing the I/O profile. Set I/O Size to Match the Workload In testing performed by Citrix and Nexenta based on Citrix XenDesktop workloads, the majority of I/O operations to storage (more than 80%) were multiples of 4 KB. Some storage arrays with fixed block sizes particularly RAID-5 configurations pay a significant performance penalty when writes are misaligned. This issue is particularly noticeable in virtualization environments when a guest OS partition is not properly aligned with the back-end array block size. In the case of misalignment, some implementations require the array to read or write more than a single block. For instance, small block I/Os from mail or database applications can double the I/O workload when misaligned. If misalignment is not detected and corrected, overly large and costly configurations are often deployed to achieve reasonable write performance.

6 Deploying Citrix XenDesktop on NexentaStor Open Storage 4 With NexentaStor, the alignment problem can be easily avoided by specifying a suggested block size for the LUN when the virtual block device is first created. In Citrix and Nexenta testing, block size was set to 4 KB, consistent with most of the I/O operations generated by Citrix XenDesktop. Use Mirroring for Performance Mirroring is not typically thought of as performance technology, but it proves vastly superior to RAID-5 in a VDI setting. Both technologies provide data redundancy, and RAID-5 configurations are typically considered to be cost-effective because they provide redundancy with fewer devices. However, RAID-5 incurs an unacceptable performance cost in a VDI environment to do the implicit read-modify-write penalty. Simple mirroring can have a significant performance benefit over RAID-5 by configuring main pool devices in a striped mirror with set sizes of six disks or less. Mirroring eliminates the readmodify-write penalty, while providing a degree of redundancy. Enable Compression, Disable Deduplication The NexentaStor appliance includes compression technology that can drastically improve performance for VDI workloads. Compression can also save on storage space. For many VDI client operating systems, the default NexentaStor compression algorithm can save approximately 30% of the raw disk space. In some cases compression can improve performance because fewer physical I/O operations are required. If the CPU resources to compress or decompress data are readily available, a few hundred microseconds of CPU time used for compression can save milliseconds of disk I/O time. It is natural to assume that deduplication would provide advantages in a VDI setting, and it would in many cases. In the testing performed by Citrix and Nexenta, however, deduplication does not offer additional value because the data to be deduped was the PVS write cache, which already features considerable space efficiency. In cases where PVS or other tools are not used, deduplication may offer more significant value. Increase Memory for Power Users Performance and scalability of the entire solution can be impacted by the balance of virtual host and storage resources. VDI-based desktop sessions represent shared multi-user systems, and they must be managed equitably so that users don t impact each other s activities, or the health of the overall system. In this context, it may be tempting to reduce memory for certain power users in an effort to manage the impact of their activities. Unfortunately, lowering memory allocation in a resource-intensive virtual machine has exactly the opposite effect in a VDI setting, since lower memory increases the paging load between the VDI server and the storage system. Instead, memory allocation should actually be increased for power users and decreased for less demanding users.

7 Deploying Citrix XenDesktop on NexentaStor Open Storage 5 To explore the impact of virtual machine memory on performance, virtual machines were tested first with 4 GB, 2 GB, 1 GB, and 512 MB of local memory. With the workloads tested, I/O load change was minimal between 4 GB and 1 GB. However, I/O load increased dramatically (by 20%) when memory was decreased from 1 GB to 512 MB. With less memory, the virtual operating system (Windows XP in this case) and applications needed to page more frequently to temporary storage. Precise memory sizing recommendations are beyond the scope of this document, and are heavily dependent on the choice of operating system and user behavior. Please contact Citrix for the latest virtual machine sizing recommendations for various operating systems. Place Paging Files on Solid State Devices (SSDs) When XenDesktop is configured to use PVS, each virtual machine (VM) requires two different types of storage: persistent storage for OS images, and temporary storage for caching running desktop sessions. Of the two, temporary storage requires the fastest write access and the lowest latency in order to ensure good virtual desktop performance. To this end, the NexentaStor configuration can be optimized by employing solid state devices (SSDs) either in combination with, or in place of hard disk drives. When used for VDI temporary storage, SSDs can provide extremely fast storage performance in virtualization environments. SSD space requirements can also be dramatically reduced by using compression. In Citrix and Nexenta proof of concept testing, NexentaStor defined two 32 GB SSDs with ZFS compression as a striped data volume to host temporary storage for 100 users consuming only 4.7 GB! Performance Results Even in its default configuration, the NexentaStor appliance provides VDI storage performance advantages over traditional storage solutions such as RAID-5. These advantages stem from the inherent synergy between ZFS technology and the unique requirements of VDI workloads. By applying the best practices described in this document, additional performance advantage can be obtained. To evaluate the performance differences implied by these configuration best practices, Citrix and Nexenta conducted before/after testing. For the testing, Windows Server 2008 R2 was run under Citrix XenServer mounting a NexentaStor appliance via NFS. 4 KB random I/O operations were tested on both a tuned and untuned NexentaStor appliance. As shown in Figure 2, the tuned results consistently achieved better performance in terms of higher I/O operations per second across a range of file sizes.

8 Write IOPS Untuned Tuned GB 4 GB 8 GB 16 GB File Size Figure 2. A tuned NexentaStor appliance provides significantly better I/O performance across a range of file sizes (bigger is better). Conclusion Unlike many legacy storage solutions, and particularly traditional RAID-5 arrays, Citrix XenDesktop and NexentaStor represent an ideal technology combination. Beyond the inherent strengths of the NexentaStor appliance for serving general-purpose workloads, innovations available through an effective ZFS implementation overcome unique aspects of VDI storage workloads. Flexible configuration capabilities in both Citrix XenDesktop and the NexentaStor appliance allow performance to be optimized further, yielding critical write performance attuned to the most demanding VDI storage needs. Nexenta Systems, Inc. 444 Castro, Suite 320, Mountain View, CA, Phone Fax Web nexenta.com 2011 Nexenta Systems, Inc. All rights reserved. Nexenta, NexentaStor, and NexentaOS are trademarks or registered trademarks of Nexenta Systems, Inc. GNU is a registered trademark of the Free Software Foundation. Debian is a registered trademark of Software In The Public Interest, Inc. Citrix is a registered trademark of Citrix, Inc. Other products and company names are the trademarks of their respective owners in the United States and other countries. Citrix Systems is a leading provider of virtual computing solutions that help companies deliver IT as an on-demand service. Founded in 1989, Citrix combines virtualization, networking, and cloud computing technologies into a full portfolio of products that enable virtual workstyles for users and virtual datacenters for IT. More than 230,000 organizations worldwide rely on Citrix to help them build simpler and more cost-effective IT environments. Citrix partners with more than 10,000 companies in more than 100 countries. For more information on Citrix, visit 07/11

SOLUTION BRIEF. Resolving the VDI Storage Challenge

SOLUTION BRIEF. Resolving the VDI Storage Challenge CLOUDBYTE ELASTISTOR QOS GUARANTEE MEETS USER REQUIREMENTS WHILE REDUCING TCO The use of VDI (Virtual Desktop Infrastructure) enables enterprises to become more agile and flexible, in tune with the needs

More information

Desktop Virtualization and Storage Infrastructure Optimization

Desktop Virtualization and Storage Infrastructure Optimization Desktop Virtualization and Storage Infrastructure Optimization Realizing the Most Value from Virtualization Investment Contents Executive Summary......................................... 1 Introduction.............................................

More information

NEXENTA S VDI SOLUTIONS BRAD STONE GENERAL MANAGER NEXENTA GREATERCHINA

NEXENTA S VDI SOLUTIONS BRAD STONE GENERAL MANAGER NEXENTA GREATERCHINA NEXENTA S VDI SOLUTIONS BRAD STONE GENERAL MANAGER NEXENTA GREATERCHINA VDI Storage Challenge 95% of I/O is small, random writes Very challenging for a storage system End users demand low latency NexentaStor

More information

White Paper. Educational. Measuring Storage Performance

White Paper. Educational. Measuring Storage Performance TABLE OF CONTENTS Introduction....... Storage Performance Metrics.... Factors Affecting Storage Performance....... Provisioning IOPS in Hardware-Defined Solutions....... Provisioning IOPS in Software-Defined

More information

Jumpstart VDI Deployments with NexentaVSA for View

Jumpstart VDI Deployments with NexentaVSA for View Jumpstart VDI Deployments with NexentaVSA for View White Paper March 2012 Jumpstart VDI Deployments with NexentaVSA for View Table of Contents Challenges in Deploying VDI... 1 Leveraging NexentaStor...

More information

Nexenta Performance Scaling for Speed and Cost

Nexenta Performance Scaling for Speed and Cost Nexenta Performance Scaling for Speed and Cost Key Features Optimize Performance Optimize Performance NexentaStor improves performance for all workloads by adopting commodity components and leveraging

More information

VDI Without Compromise with SimpliVity OmniStack and Citrix XenDesktop

VDI Without Compromise with SimpliVity OmniStack and Citrix XenDesktop VDI Without Compromise with SimpliVity OmniStack and Citrix XenDesktop Page 1 of 11 Introduction Virtual Desktop Infrastructure (VDI) provides customers with a more consistent end-user experience and excellent

More information

Delivering SDS simplicity and extreme performance

Delivering SDS simplicity and extreme performance Delivering SDS simplicity and extreme performance Real-World SDS implementation of getting most out of limited hardware Murat Karslioglu Director Storage Systems Nexenta Systems October 2013 1 Agenda Key

More information

EMC XTREMIO EXECUTIVE OVERVIEW

EMC XTREMIO EXECUTIVE OVERVIEW EMC XTREMIO EXECUTIVE OVERVIEW COMPANY BACKGROUND XtremIO develops enterprise data storage systems based completely on random access media such as flash solid-state drives (SSDs). By leveraging the underlying

More information

IOmark- VDI. Nimbus Data Gemini Test Report: VDI- 130906- a Test Report Date: 6, September 2013. www.iomark.org

IOmark- VDI. Nimbus Data Gemini Test Report: VDI- 130906- a Test Report Date: 6, September 2013. www.iomark.org IOmark- VDI Nimbus Data Gemini Test Report: VDI- 130906- a Test Copyright 2010-2013 Evaluator Group, Inc. All rights reserved. IOmark- VDI, IOmark- VDI, VDI- IOmark, and IOmark are trademarks of Evaluator

More information

DIABLO TECHNOLOGIES MEMORY CHANNEL STORAGE AND VMWARE VIRTUAL SAN : VDI ACCELERATION

DIABLO TECHNOLOGIES MEMORY CHANNEL STORAGE AND VMWARE VIRTUAL SAN : VDI ACCELERATION DIABLO TECHNOLOGIES MEMORY CHANNEL STORAGE AND VMWARE VIRTUAL SAN : VDI ACCELERATION A DIABLO WHITE PAPER AUGUST 2014 Ricky Trigalo Director of Business Development Virtualization, Diablo Technologies

More information

A Converged Appliance for Software-Defined VDI: Citrix XenDesktop 7.6 on Citrix XenServer and NexentaStor

A Converged Appliance for Software-Defined VDI: Citrix XenDesktop 7.6 on Citrix XenServer and NexentaStor A Converged Appliance for -Defined VDI: Citrix XenDesktop 7.6 on Citrix XenServer and NexentaStor A converged appliance delivers scalable, reliable VDI while saving money and administrative effort. Companies

More information

Flash Memory Arrays Enabling the Virtualized Data Center. July 2010

Flash Memory Arrays Enabling the Virtualized Data Center. July 2010 Flash Memory Arrays Enabling the Virtualized Data Center July 2010 2 Flash Memory Arrays Enabling the Virtualized Data Center This White Paper describes a new product category, the flash Memory Array,

More information

White Paper. NexentaConnect TM Technology Review

White Paper. NexentaConnect TM Technology Review White Paper NexentaConnect TM Technology Review By Alex Aizman and Murat Karslioglu, February 2014 Table of Contents Background... 3 Storage Deployment Options, vmotion and DRS... 4 Local Storage... 5

More information

Whitepaper. NexentaConnect for VMware Virtual SAN. Full Featured File services for Virtual SAN

Whitepaper. NexentaConnect for VMware Virtual SAN. Full Featured File services for Virtual SAN Whitepaper NexentaConnect for VMware Virtual SAN Full Featured File services for Virtual SAN Table of Contents Introduction... 1 Next Generation Storage and Compute... 1 VMware Virtual SAN... 2 Highlights

More information

Increasing performance and lowering the cost of storage for VDI With Virsto, Citrix, and Microsoft

Increasing performance and lowering the cost of storage for VDI With Virsto, Citrix, and Microsoft Increasing performance and lowering the cost of storage for VDI With Virsto, Citrix, and Microsoft 2010 Virsto www.virsto.com Virsto: Improving VDI with Citrix and Microsoft Virsto Software, developer

More information

WHITE PAPER 1 WWW.FUSIONIO.COM

WHITE PAPER 1 WWW.FUSIONIO.COM 1 WWW.FUSIONIO.COM WHITE PAPER WHITE PAPER Executive Summary Fusion iovdi is the first desktop- aware solution to virtual desktop infrastructure. Its software- defined approach uniquely combines the economics

More information

Top Ten Questions. to Ask Your Primary Storage Provider About Their Data Efficiency. May 2014. Copyright 2014 Permabit Technology Corporation

Top Ten Questions. to Ask Your Primary Storage Provider About Their Data Efficiency. May 2014. Copyright 2014 Permabit Technology Corporation Top Ten Questions to Ask Your Primary Storage Provider About Their Data Efficiency May 2014 Copyright 2014 Permabit Technology Corporation Introduction The value of data efficiency technologies, namely

More information

Consulting Solutions WHITE PAPER Citrix XenDesktop Citrix Personal vdisk Technology Planning Guide

Consulting Solutions WHITE PAPER Citrix XenDesktop Citrix Personal vdisk Technology Planning Guide Consulting Solutions WHITE PAPER Citrix XenDesktop Citrix Personal vdisk Technology Planning Guide www.citrix.com Overview XenDesktop offers IT administrators many options in order to implement virtual

More information

DataStax Enterprise, powered by Apache Cassandra (TM)

DataStax Enterprise, powered by Apache Cassandra (TM) PerfAccel (TM) Performance Benchmark on Amazon: DataStax Enterprise, powered by Apache Cassandra (TM) Disclaimer: All of the documentation provided in this document, is copyright Datagres Technologies

More information

Using Synology SSD Technology to Enhance System Performance Synology Inc.

Using Synology SSD Technology to Enhance System Performance Synology Inc. Using Synology SSD Technology to Enhance System Performance Synology Inc. Synology_SSD_Cache_WP_ 20140512 Table of Contents Chapter 1: Enterprise Challenges and SSD Cache as Solution Enterprise Challenges...

More information

Making the Move to Desktop Virtualization No More Reasons to Delay

Making the Move to Desktop Virtualization No More Reasons to Delay Enabling the Always-On Enterprise Making the Move to Desktop Virtualization No More Reasons to Delay By Andrew Melmed Director of Enterprise Solutions, Sanbolic Inc. April 2012 Introduction It s a well-known

More information

Building a Business Case for Decoupling Storage Performance from Capacity

Building a Business Case for Decoupling Storage Performance from Capacity WHITE PAPER Building a Business Case for Decoupling Storage Performance from Capacity A Cost/Benefit Analysis of PernixData FVP Software 1 Maximizing Storage Infrastructure Companies of all sizes want

More information

Analysis of VDI Storage Performance During Bootstorm

Analysis of VDI Storage Performance During Bootstorm Analysis of VDI Storage Performance During Bootstorm Introduction Virtual desktops are gaining popularity as a more cost effective and more easily serviceable solution. The most resource-dependent process

More information

VDI: What Does it Mean, Deploying challenges & Will It Save You Money?

VDI: What Does it Mean, Deploying challenges & Will It Save You Money? VDI: What Does it Mean, Deploying challenges & Will It Save You Money? Jack Watts, Senior Sales Executive & Cloud Solutions Specialist Neil Stobart, Director of Sales Engineering Distributor and Systems

More information

Desktop Virtualization. The back-end

Desktop Virtualization. The back-end Desktop Virtualization The back-end Will desktop virtualization really fit every user? Cost? Scalability? User Experience? Beyond VDI with FlexCast Mobile users Guest workers Office workers Remote workers

More information

Optimize VDI with Server-Side Storage Acceleration

Optimize VDI with Server-Side Storage Acceleration WHITE PAPER Optimize VDI with Server-Side Storage Acceleration Eliminate Storage Bottlenecks for Fast, Reliable Virtual Desktop Performance 1 Virtual Desktop Infrastructures (VDI) give users easy access

More information

MaxDeploy Ready. Hyper- Converged Virtualization Solution. With SanDisk Fusion iomemory products

MaxDeploy Ready. Hyper- Converged Virtualization Solution. With SanDisk Fusion iomemory products MaxDeploy Ready Hyper- Converged Virtualization Solution With SanDisk Fusion iomemory products MaxDeploy Ready products are configured and tested for support with Maxta software- defined storage and with

More information

Lab Evaluation of NetApp Hybrid Array with Flash Pool Technology

Lab Evaluation of NetApp Hybrid Array with Flash Pool Technology Lab Evaluation of NetApp Hybrid Array with Flash Pool Technology Evaluation report prepared under contract with NetApp Introduction As flash storage options proliferate and become accepted in the enterprise,

More information

SQL Server Virtualization

SQL Server Virtualization The Essential Guide to SQL Server Virtualization S p o n s o r e d b y Virtualization in the Enterprise Today most organizations understand the importance of implementing virtualization. Virtualization

More information

EMC FLASH STRATEGY. Flash Everywhere - XtremIO. Massimo Marchetti. Channel Business Units Specialty Sales EMC massimo.marchetti@emc.

EMC FLASH STRATEGY. Flash Everywhere - XtremIO. Massimo Marchetti. Channel Business Units Specialty Sales EMC massimo.marchetti@emc. EMC FLASH STRATEGY Flash Everywhere - XtremIO Massimo Marchetti Channel Business Units Specialty Sales EMC massimo.marchetti@emc.com Performance = Moore s Law, Or Does It? MOORE S LAW: 100X PER DECADE

More information

New Features in PSP2 for SANsymphony -V10 Software-defined Storage Platform and DataCore Virtual SAN

New Features in PSP2 for SANsymphony -V10 Software-defined Storage Platform and DataCore Virtual SAN New Features in PSP2 for SANsymphony -V10 Software-defined Storage Platform and DataCore Virtual SAN Updated: May 19, 2015 Contents Introduction... 1 Cloud Integration... 1 OpenStack Support... 1 Expanded

More information

Five reasons why you need Citrix Essentials for Hyper-V now

Five reasons why you need Citrix Essentials for Hyper-V now Five reasons why you need Citrix Essentials for Hyper-V now This paper explores common challenges associated with server virtualization deployments and the ways Citrix Essentials for Hyper-V together with

More information

SAN Acceleration Using Nexenta VSA for VMware Horizon View with Third-Party SAN Storage NEXENTA OFFICE OF CTO ILYA GRAFUTKO

SAN Acceleration Using Nexenta VSA for VMware Horizon View with Third-Party SAN Storage NEXENTA OFFICE OF CTO ILYA GRAFUTKO SAN Acceleration Using Nexenta VSA for VMware Horizon View with Third-Party SAN Storage NEXENTA OFFICE OF CTO ILYA GRAFUTKO Table of Contents VDI Performance 3 NV4V and Storage Attached Network 3 Getting

More information

Data Compression and Deduplication. LOC 2010 2010 Cisco Systems, Inc. All rights reserved.

Data Compression and Deduplication. LOC 2010 2010 Cisco Systems, Inc. All rights reserved. Data Compression and Deduplication LOC 2010 2010 Systems, Inc. All rights reserved. 1 Data Redundancy Elimination Landscape VMWARE DeDE IBM DDE for Tank Solaris ZFS Hosts (Inline and Offline) MDS + Network

More information

Maximizing Your Investment in Citrix XenDesktop With Sanbolic Melio By Andrew Melmed, Director of Enterprise Solutions, Sanbolic Inc. White Paper September 2011 www.sanbolic.com Introduction This white

More information

Best Practices for Optimizing SQL Server Database Performance with the LSI WarpDrive Acceleration Card

Best Practices for Optimizing SQL Server Database Performance with the LSI WarpDrive Acceleration Card Best Practices for Optimizing SQL Server Database Performance with the LSI WarpDrive Acceleration Card Version 1.0 April 2011 DB15-000761-00 Revision History Version and Date Version 1.0, April 2011 Initial

More information

WHITE PAPER Optimizing Virtual Platform Disk Performance

WHITE PAPER Optimizing Virtual Platform Disk Performance WHITE PAPER Optimizing Virtual Platform Disk Performance Think Faster. Visit us at Condusiv.com Optimizing Virtual Platform Disk Performance 1 The intensified demand for IT network efficiency and lower

More information

Understanding Data Locality in VMware Virtual SAN

Understanding Data Locality in VMware Virtual SAN Understanding Data Locality in VMware Virtual SAN July 2014 Edition T E C H N I C A L M A R K E T I N G D O C U M E N T A T I O N Table of Contents Introduction... 2 Virtual SAN Design Goals... 3 Data

More information

Direct NFS - Design considerations for next-gen NAS appliances optimized for database workloads Akshay Shah Gurmeet Goindi Oracle

Direct NFS - Design considerations for next-gen NAS appliances optimized for database workloads Akshay Shah Gurmeet Goindi Oracle Direct NFS - Design considerations for next-gen NAS appliances optimized for database workloads Akshay Shah Gurmeet Goindi Oracle Agenda Introduction Database Architecture Direct NFS Client NFS Server

More information

This white paper has been deprecated. For the most up to date information, please refer to the Citrix Virtual Desktop Handbook.

This white paper has been deprecated. For the most up to date information, please refer to the Citrix Virtual Desktop Handbook. This white paper has been deprecated. For the most up to date information, please refer to the Citrix Virtual Desktop Handbook. Prepared by: Worldwide Consulting Desktops and Apps Group Consulting Solutions

More information

Flash Accel, Flash Cache, Flash Pool, Flash Ray Was? Wann? Wie?

Flash Accel, Flash Cache, Flash Pool, Flash Ray Was? Wann? Wie? Flash Accel, Flash Cache, Flash Pool, Flash Ray Was? Wann? Wie? Systems Engineer Sven Willholz Performance Growth Performance Gap Performance Gap Challenge Server Huge gap between CPU and storage Relatively

More information

EMC XtremSF: Delivering Next Generation Performance for Oracle Database

EMC XtremSF: Delivering Next Generation Performance for Oracle Database White Paper EMC XtremSF: Delivering Next Generation Performance for Oracle Database Abstract This white paper addresses the challenges currently facing business executives to store and process the growing

More information

NexentaStor Enterprise Backend for CLOUD. Marek Lubinski Marek Lubinski Sr VMware/Storage Engineer, LeaseWeb B.V.

NexentaStor Enterprise Backend for CLOUD. Marek Lubinski Marek Lubinski Sr VMware/Storage Engineer, LeaseWeb B.V. NexentaStor Enterprise Backend for CLOUD Marek Lubinski Marek Lubinski Sr VMware/Storage Engineer, LeaseWeb B.V. AGENDA LeaseWeb overview Express Cloud platform Initial storage build Why NexentaStor NexentaStor

More information

INCREASING EFFICIENCY WITH EASY AND COMPREHENSIVE STORAGE MANAGEMENT

INCREASING EFFICIENCY WITH EASY AND COMPREHENSIVE STORAGE MANAGEMENT INCREASING EFFICIENCY WITH EASY AND COMPREHENSIVE STORAGE MANAGEMENT UNPRECEDENTED OBSERVABILITY, COST-SAVING PERFORMANCE ACCELERATION, AND SUPERIOR DATA PROTECTION KEY FEATURES Unprecedented observability

More information

Analyzing Big Data with Splunk A Cost Effective Storage Architecture and Solution

Analyzing Big Data with Splunk A Cost Effective Storage Architecture and Solution Analyzing Big Data with Splunk A Cost Effective Storage Architecture and Solution Jonathan Halstuch, COO, RackTop Systems JHalstuch@racktopsystems.com Big Data Invasion We hear so much on Big Data and

More information

IOmark- VDI. HP HP ConvergedSystem 242- HC StoreVirtual Test Report: VDI- HC- 150427- b Test Report Date: 27, April 2015. www.iomark.

IOmark- VDI. HP HP ConvergedSystem 242- HC StoreVirtual Test Report: VDI- HC- 150427- b Test Report Date: 27, April 2015. www.iomark. IOmark- VDI HP HP ConvergedSystem 242- HC StoreVirtual Test Report: VDI- HC- 150427- b Test Copyright 2010-2014 Evaluator Group, Inc. All rights reserved. IOmark- VDI, IOmark- VM, VDI- IOmark, and IOmark

More information

The Data Placement Challenge

The Data Placement Challenge The Data Placement Challenge Entire Dataset Applications Active Data Lowest $/IOP Highest throughput Lowest latency 10-20% Right Place Right Cost Right Time 100% 2 2 What s Driving the AST Discussion?

More information

Using Synology SSD Technology to Enhance System Performance. Based on DSM 5.2

Using Synology SSD Technology to Enhance System Performance. Based on DSM 5.2 Using Synology SSD Technology to Enhance System Performance Based on DSM 5.2 Table of Contents Chapter 1: Enterprise Challenges and SSD Cache as Solution Enterprise Challenges... 3 SSD Cache as Solution...

More information

SLIDE 1 www.bitmicro.com. Previous Next Exit

SLIDE 1 www.bitmicro.com. Previous Next Exit SLIDE 1 MAXio All Flash Storage Array Popular Applications MAXio N1A6 SLIDE 2 MAXio All Flash Storage Array Use Cases High speed centralized storage for IO intensive applications email, OLTP, databases

More information

Citrix XenDesktop Modular Reference Architecture Version 2.0. Prepared by: Worldwide Consulting Solutions

Citrix XenDesktop Modular Reference Architecture Version 2.0. Prepared by: Worldwide Consulting Solutions Citrix XenDesktop Modular Reference Architecture Version 2.0 Prepared by: Worldwide Consulting Solutions TABLE OF CONTENTS Overview... 2 Conceptual Architecture... 3 Design Planning... 9 Design Examples...

More information

Everything you need to know about flash storage performance

Everything you need to know about flash storage performance Everything you need to know about flash storage performance The unique characteristics of flash make performance validation testing immensely challenging and critically important; follow these best practices

More information

Using Synology SSD Technology to Enhance System Performance Synology Inc.

Using Synology SSD Technology to Enhance System Performance Synology Inc. Using Synology SSD Technology to Enhance System Performance Synology Inc. Synology_WP_ 20121112 Table of Contents Chapter 1: Enterprise Challenges and SSD Cache as Solution Enterprise Challenges... 3 SSD

More information

Getting the Most Out of VMware Mirage with Hitachi Unified Storage and Hitachi NAS Platform WHITE PAPER

Getting the Most Out of VMware Mirage with Hitachi Unified Storage and Hitachi NAS Platform WHITE PAPER Getting the Most Out of VMware Mirage with Hitachi Unified Storage and Hitachi NAS Platform WHITE PAPER Getting the Most Out of VMware Mirage with Hitachi Unified Storage and Hitachi NAS Platform The benefits

More information

Accelerating Server Storage Performance on Lenovo ThinkServer

Accelerating Server Storage Performance on Lenovo ThinkServer Accelerating Server Storage Performance on Lenovo ThinkServer Lenovo Enterprise Product Group April 214 Copyright Lenovo 214 LENOVO PROVIDES THIS PUBLICATION AS IS WITHOUT WARRANTY OF ANY KIND, EITHER

More information

Virtual Desktop Acquisition Cost Analysis citrix.com

Virtual Desktop Acquisition Cost Analysis citrix.com Virtual Desktop Acquisition Cost Analysis 2 Desktop virtualization is much more than a technology solution. It is transforming the way organizations of all sizes are enabling their workforces while simplifying

More information

Xangati Storage Solution Brief. Optimizing Virtual Infrastructure Storage Systems with Xangati

Xangati Storage Solution Brief. Optimizing Virtual Infrastructure Storage Systems with Xangati Optimizing Virtual Infrastructure Storage Systems with Xangati Virtualized infrastructures are comprised of servers, switches, storage systems and client devices. Of the four, storage systems are the most

More information

EMC XtremSF: Delivering Next Generation Storage Performance for SQL Server

EMC XtremSF: Delivering Next Generation Storage Performance for SQL Server White Paper EMC XtremSF: Delivering Next Generation Storage Performance for SQL Server Abstract This white paper addresses the challenges currently facing business executives to store and process the growing

More information

WHITE PAPER Improving Storage Efficiencies with Data Deduplication and Compression

WHITE PAPER Improving Storage Efficiencies with Data Deduplication and Compression WHITE PAPER Improving Storage Efficiencies with Data Deduplication and Compression Sponsored by: Oracle Steven Scully May 2010 Benjamin Woo IDC OPINION Global Headquarters: 5 Speen Street Framingham, MA

More information

White paper. Microsoft and Citrix VDI: Virtual desktop implementation scenarios

White paper. Microsoft and Citrix VDI: Virtual desktop implementation scenarios White paper Microsoft and Citrix VDI: Virtual desktop implementation scenarios Table of contents Objective Microsoft VDI offering components High definition user experience...3 A very cost-effective and

More information

Nutanix Tech Note. Configuration Best Practices for Nutanix Storage with VMware vsphere

Nutanix Tech Note. Configuration Best Practices for Nutanix Storage with VMware vsphere Nutanix Tech Note Configuration Best Practices for Nutanix Storage with VMware vsphere Nutanix Virtual Computing Platform is engineered from the ground up to provide enterprise-grade availability for critical

More information

OPTIMIZING EXCHANGE SERVER IN A TIERED STORAGE ENVIRONMENT WHITE PAPER NOVEMBER 2006

OPTIMIZING EXCHANGE SERVER IN A TIERED STORAGE ENVIRONMENT WHITE PAPER NOVEMBER 2006 OPTIMIZING EXCHANGE SERVER IN A TIERED STORAGE ENVIRONMENT WHITE PAPER NOVEMBER 2006 EXECUTIVE SUMMARY Microsoft Exchange Server is a disk-intensive application that requires high speed storage to deliver

More information

Investing Strategically in All Flash Arrays

Investing Strategically in All Flash Arrays Technology Insight Paper Investing Strategically in All Flash Arrays NetApp s All Flash FAS Storage Systems By John Webster May 2015 Enabling you to make the best technology decisions Investing Strategically

More information

Deploying Flash in the Enterprise Choices to Optimize Performance and Cost

Deploying Flash in the Enterprise Choices to Optimize Performance and Cost White Paper Deploying Flash in the Enterprise Choices to Optimize Performance and Cost Paul Feresten, Mohit Bhatnagar, Manish Agarwal, and Rip Wilson, NetApp April 2013 WP-7182 Executive Summary Flash

More information

Solid State Storage in the Evolution of the Data Center

Solid State Storage in the Evolution of the Data Center Solid State Storage in the Evolution of the Data Center Trends and Opportunities Bruce Moxon CTO, Systems and Solutions stec Presented at the Lazard Capital Markets Solid State Storage Day New York, June

More information

Consulting Solutions WHITE PAPER Citrix XenDesktop Desktop Virtualization Top 10 Mistakes Made

Consulting Solutions WHITE PAPER Citrix XenDesktop Desktop Virtualization Top 10 Mistakes Made Consulting Solutions WHITE PAPER Citrix XenDesktop Desktop Virtualization Top 10 Mistakes Made www.citrix.com Contents Contents... 2 Overview... 3 10. Not Calculating Network Impact... 3 9. No Profile

More information

Server and Storage Sizing Guide for Windows 7 TECHNICAL NOTES

Server and Storage Sizing Guide for Windows 7 TECHNICAL NOTES Server and Storage Sizing Guide for Windows 7 TECHNICAL NOTES Table of Contents About this Document.... 3 Introduction... 4 Baseline Existing Desktop Environment... 4 Estimate VDI Hardware Needed.... 5

More information

SSD Performance Tips: Avoid The Write Cliff

SSD Performance Tips: Avoid The Write Cliff ebook 100% KBs/sec 12% GBs Written SSD Performance Tips: Avoid The Write Cliff An Inexpensive and Highly Effective Method to Keep SSD Performance at 100% Through Content Locality Caching Share this ebook

More information

Flash-optimized Data Progression

Flash-optimized Data Progression A Dell white paper Howard Shoobe, Storage Enterprise Technologist John Shirley, Product Management Dan Bock, Product Management Table of contents Executive summary... 3 What is different about Dell Compellent

More information

Speed and Persistence for Real-Time Transactions

Speed and Persistence for Real-Time Transactions Speed and Persistence for Real-Time Transactions by TimesTen and Solid Data Systems July 2002 Table of Contents Abstract 1 Who Needs Speed and Persistence 2 The Reference Architecture 3 Benchmark Results

More information

WHITE PAPER. Software Defined Storage Hydrates the Cloud

WHITE PAPER. Software Defined Storage Hydrates the Cloud WHITE PAPER Software Defined Storage Hydrates the Cloud Table of Contents Overview... 2 NexentaStor (Block & File Storage)... 4 Software Defined Data Centers (SDDC)... 5 OpenStack... 5 CloudStack... 6

More information

XenDesktop 7 Database Sizing

XenDesktop 7 Database Sizing XenDesktop 7 Database Sizing Contents Disclaimer... 3 Overview... 3 High Level Considerations... 3 Site Database... 3 Impact of failure... 4 Monitoring Database... 4 Impact of failure... 4 Configuration

More information

605: Design and implement a desktop virtualization solution based on a mock scenario. Hands-on Lab Exercise Guide

605: Design and implement a desktop virtualization solution based on a mock scenario. Hands-on Lab Exercise Guide 605: Design and implement a desktop virtualization solution based on a mock scenario Hands-on Lab Exercise Guide Contents Overview... 2 Scenario... 5 Quick Design Phase...11 Lab Build Out...12 Implementing

More information

Maxta Storage Platform Enterprise Storage Re-defined

Maxta Storage Platform Enterprise Storage Re-defined Maxta Storage Platform Enterprise Storage Re-defined WHITE PAPER Software-Defined Data Center The Software-Defined Data Center (SDDC) is a unified data center platform that delivers converged computing,

More information

VMware Virtual SAN Backup Using VMware vsphere Data Protection Advanced SEPTEMBER 2014

VMware Virtual SAN Backup Using VMware vsphere Data Protection Advanced SEPTEMBER 2014 VMware SAN Backup Using VMware vsphere Data Protection Advanced SEPTEMBER 2014 VMware SAN Backup Using VMware vsphere Table of Contents Introduction.... 3 vsphere Architectural Overview... 4 SAN Backup

More information

Capitalizing on Smarter and Faster Insight with Flash

Capitalizing on Smarter and Faster Insight with Flash 89 Fifth Avenue, 7th Floor New York, NY 10003 www.theedison.com 212.367.7400 Capitalizing on Smarter and Faster Insight with Flash IBM FlashSystem and IBM InfoSphere Identity Insight Printed in the United

More information

FlashSoft Software from SanDisk : Accelerating Virtual Infrastructures

FlashSoft Software from SanDisk : Accelerating Virtual Infrastructures Technology Insight Paper FlashSoft Software from SanDisk : Accelerating Virtual Infrastructures By Leah Schoeb January 16, 2013 FlashSoft Software from SanDisk: Accelerating Virtual Infrastructures 1 FlashSoft

More information

Amazon EC2 Product Details Page 1 of 5

Amazon EC2 Product Details Page 1 of 5 Amazon EC2 Product Details Page 1 of 5 Amazon EC2 Functionality Amazon EC2 presents a true virtual computing environment, allowing you to use web service interfaces to launch instances with a variety of

More information

EMC SOLUTIONS TO OPTIMIZE EMR INFRASTRUCTURE FOR CERNER

EMC SOLUTIONS TO OPTIMIZE EMR INFRASTRUCTURE FOR CERNER EMC SOLUTIONS TO OPTIMIZE EMR INFRASTRUCTURE FOR CERNER ESSENTIALS Mitigate project risk with the proven leader, many of largest EHR sites run on EMC storage Reduce overall storage costs with automated

More information

How To Scale Myroster With Flash Memory From Hgst On A Flash Flash Flash Memory On A Slave Server

How To Scale Myroster With Flash Memory From Hgst On A Flash Flash Flash Memory On A Slave Server White Paper October 2014 Scaling MySQL Deployments Using HGST FlashMAX PCIe SSDs An HGST and Percona Collaborative Whitepaper Table of Contents Introduction The Challenge Read Workload Scaling...1 Write

More information

All-Flash Arrays: Not Just for the Top Tier Anymore

All-Flash Arrays: Not Just for the Top Tier Anymore All-Flash Arrays: Not Just for the Top Tier Anymore Falling prices, new technology make allflash arrays a fit for more financial, life sciences and healthcare applications EXECUTIVE SUMMARY Real-time financial

More information

MaxDeploy Hyper- Converged Reference Architecture Solution Brief

MaxDeploy Hyper- Converged Reference Architecture Solution Brief MaxDeploy Hyper- Converged Reference Architecture Solution Brief MaxDeploy Reference Architecture solutions are configured and tested for support with Maxta software- defined storage and with industry

More information

New Features in SANsymphony -V10 PSP1 Software-defined Storage Platform

New Features in SANsymphony -V10 PSP1 Software-defined Storage Platform New Features in SANsymphony -V10 PSP1 Software-defined Storage Platform Updated: November 7, 2014 Contents Introduction... 1 Performance and Scalability Enhancements... 1 Random Write Acceleration for

More information

Nimble Storage for VMware View VDI

Nimble Storage for VMware View VDI BEST PRACTICES GUIDE Nimble Storage for VMware View VDI N I M B L E B E S T P R A C T I C E S G U I D E : N I M B L E S T O R A G E F O R V M W A R E V I E W V D I 1 Overview Virtualization is an important

More information

Partition Alignment Dramatically Increases System Performance

Partition Alignment Dramatically Increases System Performance Partition Alignment Dramatically Increases System Performance Information for anyone in IT that manages large storage environments, data centers or virtual servers. Paragon Software Group Paragon Alignment

More information

SolidFire SF3010 All-SSD storage system with Citrix CloudPlatform 3.0.5 Reference Architecture

SolidFire SF3010 All-SSD storage system with Citrix CloudPlatform 3.0.5 Reference Architecture SolidFire SF3010 All-SSD storage system with Citrix CloudPlatform 3.0.5 Reference Architecture 2 This reference architecture is a guideline for deploying Citrix CloudPlatform, powered by Apache CloudStack,

More information

THE SUMMARY. ARKSERIES - pg. 3. ULTRASERIES - pg. 5. EXTREMESERIES - pg. 9

THE SUMMARY. ARKSERIES - pg. 3. ULTRASERIES - pg. 5. EXTREMESERIES - pg. 9 PRODUCT CATALOG THE SUMMARY ARKSERIES - pg. 3 ULTRASERIES - pg. 5 EXTREMESERIES - pg. 9 ARK SERIES THE HIGH DENSITY STORAGE FOR ARCHIVE AND BACKUP Unlimited scalability Painless Disaster Recovery The ARK

More information

Leveraging EMC Fully Automated Storage Tiering (FAST) and FAST Cache for SQL Server Enterprise Deployments

Leveraging EMC Fully Automated Storage Tiering (FAST) and FAST Cache for SQL Server Enterprise Deployments Leveraging EMC Fully Automated Storage Tiering (FAST) and FAST Cache for SQL Server Enterprise Deployments Applied Technology Abstract This white paper introduces EMC s latest groundbreaking technologies,

More information

MS Exchange Server Acceleration

MS Exchange Server Acceleration White Paper MS Exchange Server Acceleration Using virtualization to dramatically maximize user experience for Microsoft Exchange Server Allon Cohen, PhD Scott Harlin OCZ Storage Solutions, Inc. A Toshiba

More information

OmniCube. SimpliVity OmniCube and Citrix XenDesktop 7. Reference Architecture. Date: November 17, 2014

OmniCube. SimpliVity OmniCube and Citrix XenDesktop 7. Reference Architecture. Date: November 17, 2014 OmniCube SimpliVity OmniCube and Citrix XenDesktop 7 Reference Architecture Date: November 17, 2014 SimpliVity and OmniCube are trademarks of SimpliVity Corporation. All trademarks and registered trademarks

More information

An Oracle White Paper November 2010. Oracle Real Application Clusters One Node: The Always On Single-Instance Database

An Oracle White Paper November 2010. Oracle Real Application Clusters One Node: The Always On Single-Instance Database An Oracle White Paper November 2010 Oracle Real Application Clusters One Node: The Always On Single-Instance Database Executive Summary... 1 Oracle Real Application Clusters One Node Overview... 1 Always

More information

HP Smart Array Controllers and basic RAID performance factors

HP Smart Array Controllers and basic RAID performance factors Technical white paper HP Smart Array Controllers and basic RAID performance factors Technology brief Table of contents Abstract 2 Benefits of drive arrays 2 Factors that affect performance 2 HP Smart Array

More information

The Shortcut Guide to Balancing Storage Costs and Performance with Hybrid Storage

The Shortcut Guide to Balancing Storage Costs and Performance with Hybrid Storage The Shortcut Guide to Balancing Storage Costs and Performance with Hybrid Storage sponsored by Dan Sullivan Chapter 1: Advantages of Hybrid Storage... 1 Overview of Flash Deployment in Hybrid Storage Systems...

More information

Maximizing Your Server Memory and Storage Investments with Windows Server 2012 R2

Maximizing Your Server Memory and Storage Investments with Windows Server 2012 R2 Executive Summary Maximizing Your Server Memory and Storage Investments with Windows Server 2012 R2 October 21, 2014 What s inside Windows Server 2012 fully leverages today s computing, network, and storage

More information

HOW TRUENAS LEVERAGES OPENZFS. Storage and Servers Driven by Open Source. marketing@ixsystems.com

HOW TRUENAS LEVERAGES OPENZFS. Storage and Servers Driven by Open Source. marketing@ixsystems.com HOW TRUENAS LEVERAGES OPENZFS Storage and Servers Driven by Open Source marketing@ixsystems.com CONTENTS 1 Executive Summary 2 History of ixsystems 3 Overview of TrueNAS 4 OpenZFS 4.1 History 4.2 Technical

More information

AirWave 7.7. Server Sizing Guide

AirWave 7.7. Server Sizing Guide AirWave 7.7 Server Sizing Guide Copyright 2013 Aruba Networks, Inc. Aruba Networks trademarks include, Aruba Networks, Aruba Wireless Networks, the registered Aruba the Mobile Edge Company logo, Aruba

More information

Flash Performance for Oracle RAC with PCIe Shared Storage A Revolutionary Oracle RAC Architecture

Flash Performance for Oracle RAC with PCIe Shared Storage A Revolutionary Oracle RAC Architecture Flash Performance for Oracle RAC with PCIe Shared Storage Authored by: Estuate & Virident HGST Table of Contents Introduction... 1 RAC Share Everything Architecture... 1 Oracle RAC on FlashMAX PCIe SSDs...

More information

Tegile Zebi Application Selling. Virtual Desktop Initiatives

Tegile Zebi Application Selling. Virtual Desktop Initiatives Tegile Zebi Application Selling Virtual Desktop Initiatives 1 Virtual Desktop Challenges Kiosks and labs Desktop administration cost Enterprise pain of migrating from XP to Windows 7 ipad & Android tablet

More information

Microsoft Windows Server in a Flash

Microsoft Windows Server in a Flash Microsoft Windows Server in a Flash Combine Violin s enterprise-class storage with the ease and flexibility of Windows Storage Server in an integrated solution so you can achieve higher performance and

More information

Performance Characteristics of VMFS and RDM VMware ESX Server 3.0.1

Performance Characteristics of VMFS and RDM VMware ESX Server 3.0.1 Performance Study Performance Characteristics of and RDM VMware ESX Server 3.0.1 VMware ESX Server offers three choices for managing disk access in a virtual machine VMware Virtual Machine File System

More information