Storage + VDI: the results speak for themselves at Nuance Communications

Size: px
Start display at page:

Download "Storage + VDI: the results speak for themselves at Nuance Communications"

Transcription

1 Storage + VDI: the results speak for themselves at Nuance Communications HPE 3PAR StoreServ All-Flash helps Nuance Communications build the right storage solution for a demanding high-performance computing environment, plus enhance their capabilities by supporting with an advanced VDI implementation. Contents E xecutive summary... 2 S peaking of challenges... 2 R esisting the easy way out... 2 I nnovating and getting the most out of best practices... 3 T he test environment... 3 U nbeatable... 5 A bout the company Nuance Communications... 6 Technical white paper

2 Technical white paper Page 2 Executive summary Headquartered in Burlington, MA, Nuance Communications (Nuance) has been a pioneer in speech and language technologies for more than 30 years. The company s Research operations rely extensively on a High Performance Computing (HPC) environment that must keep pace with increasingly complex use cases and performance demands. These demands on every aspect of the IT environment are continually increasing, often testing the limits of existing technology infrastructure. Because Nuance was familiar with HPE s all-flash solutions and the performance advantages that flash brings over physical media, the company selected the HPE 3PAR StoreServ All-Flash for its next-generation storage solution. After seeing immediate performance enhancements to core HPC workloads with this change, Nuance decided to explore other use cases using the product. Specifically, Nuance implemented an all-linux Virtual Desktop Infrastructure (VDI) solution, using the HPE 3PAR StoreServ All-Flash array with Red Hat 6.6 KVM version This paper describes how Nuance deployed its VDI solution. It also defines some of the key benefits, including vastly expanded access to virtual machines in the company s data center, high levels of security, and lower space/power consumption that the company realized from this specific solution. Speaking of challenges Determining how written text is converted to speech is a hugely challenging task in itself. Languages are modeled. Samples of real spokenlanguage are recorded and analyzed to create a language model. The higher the quality of the language model, the better the experience of the user, especially in complex interactions. Nuance s High Performance Computing Group is tasked with providing services to the researchers who work to constantly improve the model in 40 languages, while also making provisions for regional and sometimes localized accents. It is a massive undertaking which involves processing 1.2 terabytes of data per day. In 2014, Nuance realized that the standard storage array it was using for its HPC environment was costly and inefficient both in terms of space and power consumption. After evaluating a number of storage vendors and solutions, the company selected HPE 3PAR StoreServ All- Flash storage for its ability to deliver results more quickly, while reducing space and power consumption. Nuance also felt sure that the dedupe capabilities of the HPE 3PAR all-flash solution would help reduce the number of copies needed within the VDI and therefore result in much greater efficiencies. Nuance was well aware of the unique computing needs of its researchers worldwide. To respond to these requirements, Nuance adopted a holistic approach based on a VDI solution that allowed researchers from around the world to use thin clients to access virtual machines in the company s data center. Because the clients only provided a GUI into the data center with no actual data being moved, this solution also ensured a high level of security. Nuance selected Red Hat 6.6 KVM version 12.1 for its VDI solution and paired it with the HPE 3PAR StoreServ storage solution. Resisting the easy way out The Nuance team knew that their new solution would deliver specific and impressive enhancements. But, team members knew they could do better if they also took the time to implement a series of environment-specific best practices as part of the solution s implementation. These best practices were built around Nuance s goals and included approaches such as: User virtual machines (VMs) on clustered storage so they could be migrated around during maintenance or for load balancing Application VMs running on higher-performance Intel processors for performance The team wanted to explore two main questions: 1. Did initial high dedupe rates necessarily have to slow down as changes were made to each user s virtual machine? 2. Was it possible to reduce the total number of VMs in the environment? In the initial set-up, the VMs served as the users graphical desktop in the R&D environment. They were not linked clones or snapshots of a master image, but were a copy of the master. This meant that each user has at least one machine. The ability to reduce the number of machines would reduce the cost to store the virtual desktops without giving up performance.

3 Technical white paper Page 3 Innovating and getting the most out of best practices As most of the Nuance VMs use the Linux operating system (OS), the team looked at minimizing storage of multiple copies of the OS data. Unfortunately, the user data (or the non-os portion) was very difficult to dedupe, thus creating a major challenge. So the Nuance team decided to separate the OS from the ever-changing user data. A second area that showed promise was an initiative to make a single copy of the OS and have all users simply look at that one using a pointer approach. These best practices then were to be fully tested to determine the results each approach would deliver in the Nuance VDI environment. It was hoped the tests would prove to Nuance that they could rely on the performance of the HPE 3PAR StoreServ All-Flash arrays as the means to achieve greater efficiency and performance. The test environment The test environment consisted of 4 HPE C7000 BL460c G6 blade servers with dual Flex10 and SAN connections, so they had 2 x 10Gbe and 2 x 8FC. The storage backing for test was a 3PAR 7450 with 48 x 1.9TB SSD drives. The test environment only used CentOS6.6 as the guest OS. All hypervisors were running RHEL 6.6 and GPFS cluster file systems. This contrasts with the production environment that has 3 C7000 blade chassis with 16 AMD based servers each as hypervisors. Each server has dual Flexfab connections that are split 2 x 6G for network and 2 x 4G for SAN. The storage backing for production is a 3PAR with 420 x 600GB FC drives. Production guests run a mixture of CentOS5.x and CentOS6.x variants. Tests for latency and IOPs were performed using various access layers. These layers include a standard Linux file system, clustered file system and no file system, giving the VM direct access to the LUN. Nuance completed testing using four different access methods. 1.9TB cmlc SSDs were used in all testing. The testing results from each access method are described below. Shared File System Using a standard Linux file system, the SAN storage is presented to the hypervisor as a normal block device. The CPG was set for RAID5. The hypervisor builds a file system on top of the block device and creates VM image files (QCOW) inside the file system. Strength: Ease in managing file-based images. The VMs can be shut down or a snapshot is created for backup. Weakness: The VM cannot be live migrated to another hypervisor without a shutdown/copy/reboot. Space management between hypervisors has to be taken into consideration as there will be pockets of unused locked storage on each server. This method also does not provide the fastest performance to what the VM thinks is its local disk.

4 Technical white paper Page 4 Clustered File System Strength: Provides the ability to perform live migrations without a reboot. Space management is simplified because all hypervisors share the same storage. Weakness: Cost and complexity of managing a clustered solution. Also, the loss of the cluster causes the failure of all VMs creating a SPOF. As with the previous test, the CPG was set for RAID5. Since Nuance was trying to create a higher-performance storage solution for the virtual machines, NFS and iscsi-mounted storage were not tested. VM Direct to SAN Direct access to SAN volumes from virtual machines Strength: This solution gives the best performance in terms of management cost. A 30GiB 3PAR Virtual Volume is created for each virtual machine and presented to the hypervisor host. This volume is then presented to the VM as its local disk. If the VM is to be live migrated to another hypervisor, the storage volume must be presented to the new hypervisor before the migration. Weakness: Creating volumes and presenting them to the correct hypervisor hosts are the management issues that must be dealt with for this solution.

5 Technical white paper Page 5 Hypervisor Direct to SAN Tests were performed on the hypervisor s access to the shared SAN volumes to give a baseline of what a physical machine s performance would be. RESULTS TEST DEDUPE THIN FULL # VOLS # VMs READ BW WRITE BW READ IOPS/K WRITE IOPS/K Shared Yes Yes Shared Yes GPFS Yes Yes GPFS Yes VM direct Yes Yes VM direct Yes Hypervisor Yes Yes Hypervisor Yes This test does show the massive benefit of using the virtual machine approach and of providing each virtual machine with its own SAN volume. Unbeatable The Virtual Desktop Infrastructure (VDI) adopted by Nuance provided strong benefits to the company, including vastly expanded access to VMs in the company s data center with high levels of security. The combined Red Hat KVM VDI HPE 3PAR StoreServ All-Flash solution also reduced space and power consumption. Testing also showed that all VM approaches were superior to the physical machine approach for deduplication. While each access or layer approach delivered different results and had different strengths and weaknesses, all were able to prove themselves superior to physical machines in terms of dedupe, thereby reducing the number of copies needed and the amount of storage used.

6 Technical white paper Page 6 About the company Nuance Communications Headquartered in Burlington, MA, Nuance Communications (Nuance) has been a pioneer in speech and language technologies for more than 30 years. Best known for its Dragon line of speech recognition products, the company has created data centers that host billions of speech transactions every month in over 40 languages from hundreds of applications. Nuance continuously expands its research grid to explore this avalanche of data. In addition, the company s researchers are experts in the fields of speech recognition, statistical modeling, deep machine learning, and linguistics. They use these computational and data resources to continuously advance the boundaries of what can be done with speech technology. Current applications for consumers and companies include: Personal assistant solutions that enable people to communicate with their devices on human terms Document creation solutions that power Dragon NaturallySpeaking develop a highly personalized speech recognition solution for each user without explicit training Medical dictation solutions that generate millions of reports every day Transcription solutions that accurately convert the spoken words in conversational speech, particularly voic s, into text Learn more at hpe.com/3par StoreServ Sign up for updates Copyright 2016 Hewlett Packard Enterprise Development LP. The information contained herein is subject to change without notice. The only warranties for Hewlett Packard Enterprise products and services are set forth in the express warranty statements accompanying such products and services. Nothing herein should be construed as constituting an additional warranty. Hewlett Packard Enterprise shall not be liable for technical or editorial errors or omissions contained herein. 4AA6-5104ENW, September 2016

HPE 3PAR Performance and Capacity Trending Service

HPE 3PAR Performance and Capacity Trending Service Data sheet HPE 3PAR Performance and Capacity Trending Service HPE Lifecycle Event Services HPE 3PAR Performance and Capacity Trending Service provides data collection, analysis, and reports with key performance

More information

The HP 3PAR Get Virtual Guarantee Program

The HP 3PAR Get Virtual Guarantee Program Get Virtual Guarantee Internal White Paper The HP 3PAR Get Virtual Guarantee Program Help your customers increase server virtualization efficiency with HP 3PAR Storage HP Restricted. For HP and Channel

More information

HPE Digital Learner 3PAR Content Pack

HPE Digital Learner 3PAR Content Pack Content Pack data sheet HPE Digital Learner 3PAR Content Pack HPE Content Pack number Content Pack category Content Pack length Learn more CP004 Category 1 24 Hours View now Managing HPE 3PAR StoreServ

More information

QuickSpecs. HP Integrity Virtual Machines (Integrity VM) Overview. Currently shipping versions:

QuickSpecs. HP Integrity Virtual Machines (Integrity VM) Overview. Currently shipping versions: Currently shipping versions: HP Integrity VM (HP-UX 11i v2 VM Host) v3.5 HP Integrity VM (HP-UX 11i v3 VM Host) v4.1 Integrity Virtual Machines (Integrity VM) is a soft partitioning and virtualization

More information

QuickSpecs. HP Integrity Virtual Machines (Integrity VM) Overview. Currently shipping versions:

QuickSpecs. HP Integrity Virtual Machines (Integrity VM) Overview. Currently shipping versions: Currently shipping versions: HP Integrity VM (HP-UX 11i v2 VM Host) v3.5 HP Integrity VM (HP-UX 11i v3 VM Host) v4.0 Integrity Virtual Machines (Integrity VM) is a soft partitioning and virtualization

More information

QuickSpecs. HPE Workload Aware Security for Linux. Overview

QuickSpecs. HPE Workload Aware Security for Linux. Overview Overview (WASL) is a one-click security compliance tool designed to secure Operating System and Applications. It is based on open architecture supplemented by years of security expertise and HPE Intellectual

More information

Find the right platform for your server needs

Find the right platform for your server needs Product family guide Find the right platform for your server needs HP ProLiant Gen8 model transition guide The next generation There are mounting business pressures to support more applications and users,

More information

HPE Datacenter Care for SAP and SAP HANA Datacenter Care Addendum

HPE Datacenter Care for SAP and SAP HANA Datacenter Care Addendum HPE Datacenter Care for SAP and SAP HANA Datacenter Care Addendum This addendum to the HPE Datacenter Care Service data sheet describes HPE Datacenter Care SAP and SAP HANA service features, which are

More information

Protect enterprise data, achieve long-term data retention

Protect enterprise data, achieve long-term data retention Technical white paper Protect enterprise data, achieve long-term data retention HP StoreOnce Catalyst and Symantec NetBackup OpenStorage Table of contents Introduction 2 Technology overview 3 HP StoreOnce

More information

Assessing performance in HP LeftHand SANs

Assessing performance in HP LeftHand SANs Assessing performance in HP LeftHand SANs HP LeftHand Starter, Virtualization, and Multi-Site SANs deliver reliable, scalable, and predictable performance White paper Introduction... 2 The advantages of

More information

The Data-Protection Playbook for All-flash Storage KEY CONSIDERATIONS FOR FLASH-OPTIMIZED DATA PROTECTION

The Data-Protection Playbook for All-flash Storage KEY CONSIDERATIONS FOR FLASH-OPTIMIZED DATA PROTECTION The Data-Protection Playbook for All-flash Storage KEY CONSIDERATIONS FOR FLASH-OPTIMIZED DATA PROTECTION The future of storage is flash The all-flash datacenter is a viable alternative You ve heard it

More information

HPE MSA 2042 Storage. Data sheet

HPE MSA 2042 Storage. Data sheet HPE MSA 2042 Storage HPE MSA 2042 Storage offers an entry storage platform with built-in hybrid flash for application acceleration and high performance. It is ideal for performance-hungry applications

More information

QuickSpecs. HP Integrated Citrix XenServer. Overview. Retired

QuickSpecs. HP Integrated Citrix XenServer. Overview. Retired Overview Citrix XenServer, HP Select Edition: Citrix XenServer is the only enterprise-class, cloud-proven virtualization infrastructure solution that delivers the critical features of live migration and

More information

Configuring RAID with HP Z Turbo Drives

Configuring RAID with HP Z Turbo Drives Technical white paper Configuring RAID with HP Z Turbo Drives HP Workstations This document describes how to set up RAID on your HP Z Workstation, and the advantages of using a RAID configuration with

More information

HP SDN Document Portfolio Introduction

HP SDN Document Portfolio Introduction HP SDN Document Portfolio Introduction Technical Solution Guide Version: 1 September 2013 Table of Contents HP SDN Document Portfolio Overview... 2 Introduction... 2 Terms and Concepts... 2 Resources,

More information

New HPE 3PAR StoreServ 8000 and series Optimized for Flash

New HPE 3PAR StoreServ 8000 and series Optimized for Flash New HPE 3PAR StoreServ 8000 and 20000 series Optimized for Flash AGENDA HPE 3PAR StoreServ architecture fundamentals HPE 3PAR Flash optimizations HPE 3PAR portfolio overview HPE 3PAR Flash example from

More information

Designing high-availability solutions using HP Integrity Virtual Machines as HP Serviceguard packages

Designing high-availability solutions using HP Integrity Virtual Machines as HP Serviceguard packages Designing high-availability solutions using HP Integrity Virtual Machines as HP Serviceguard packages August 2006 Executive summary... 2 HP Integrity VM overview... 2 HP Integrity VM feature summary...

More information

Introduction Optimizing applications with SAO: IO characteristics Servers: Microsoft Exchange... 5 Databases: Oracle RAC...

Introduction Optimizing applications with SAO: IO characteristics Servers: Microsoft Exchange... 5 Databases: Oracle RAC... HP StorageWorks P2000 G3 FC MSA Dual Controller Virtualization SAN Starter Kit Protecting Critical Applications with Server Application Optimization (SAO) Technical white paper Table of contents Introduction...

More information

HP Dynamic Deduplication achieving a 50:1 ratio

HP Dynamic Deduplication achieving a 50:1 ratio HP Dynamic Deduplication achieving a 50:1 ratio Table of contents Introduction... 2 Data deduplication the hottest topic in data protection... 2 The benefits of data deduplication... 2 How does data deduplication

More information

QuickSpecs. PCIe Solid State Drives for HP Workstations

QuickSpecs. PCIe Solid State Drives for HP Workstations Overview Introduction Storage technology with NAND media is outgrowing the bandwidth limitations of the SATA bus. New high performance Storage solutions will connect directly to the PCIe bus for revolutionary

More information

HP EVA P6000 Storage performance

HP EVA P6000 Storage performance Technical white paper HP EVA P6000 Storage performance Table of contents Introduction 2 Sizing up performance numbers 2 End-to-end performance numbers 3 Cache performance numbers 4 Performance summary

More information

QuickSpecs. HP Integrity Virtual Machines (Integrity VM) Overview. Retired. Currently shipping versions:

QuickSpecs. HP Integrity Virtual Machines (Integrity VM) Overview. Retired. Currently shipping versions: Currently shipping versions: HP Integrity VM (HP-UX 11i v3 VM Host) v4.2 HP Integrity VM (HP-UX 11i v2 VM Host) v3.5 Integrity Virtual Machines (also called Integrity VM or HPVM) is a hypervisor product

More information

Disaster Recovery Guide for Windows 2008 and RHEL 5.x platforms with external disk support

Disaster Recovery Guide for Windows 2008 and RHEL 5.x platforms with external disk support Disaster Recovery Guide for Windows 2008 and RHEL 5.x platforms with external disk support HP Data Protector 6.11 Technical white paper Table of contents 1. Assisted Manual Disaster Recovery... 2 2. Overview

More information

HPE Nimble Storage HF20 Adaptive Dual Controller 10GBASE-T 2-port Configure-to-order Base Array (Q8H72A)

HPE Nimble Storage HF20 Adaptive Dual Controller 10GBASE-T 2-port Configure-to-order Base Array (Q8H72A) Digital data sheet HPE Nimble Storage HF20 Adaptive Dual Controller 10GBASE-T 2-port Configure-to-order Base Array (Q8H72A) Disk Storage Systems What's new Inline variable block deduplication and compression

More information

IOmark- VM. HP MSA P2000 Test Report: VM a Test Report Date: 4, March

IOmark- VM. HP MSA P2000 Test Report: VM a Test Report Date: 4, March IOmark- VM HP MSA P2000 Test Report: VM- 140304-2a Test Report Date: 4, March 2014 Copyright 2010-2014 Evaluator Group, Inc. All rights reserved. IOmark- VM, IOmark- VDI, VDI- IOmark, and IOmark are trademarks

More information

HPE D2600/D2700 Disk Enclosure I/O Module Firmware 0149 Release Notes

HPE D2600/D2700 Disk Enclosure I/O Module Firmware 0149 Release Notes HPE D2600/D2700 Disk Enclosure I/O Module Firmware 0149 Release Notes Part Number: 504224-011R Published: November 2015 Edition: 12 Copyright 2009, 2015 Hewlett Packard Enterprise Development LP The information

More information

HP BladeSystem c-class Ethernet network adapters

HP BladeSystem c-class Ethernet network adapters HP BladeSystem c-class Ethernet network adapters Family data sheet HP NC552m 10 Gb Dual Port Flex-10 Ethernet Adapter HP NC551m Dual Port FlexFabric 10 Gb Converged Network Adapter HP NC550m 10 Gb Dual

More information

QuickSpecs. Models SATA RAID Controller HP 6-Port SATA RAID Controller B21. HP 6-Port SATA RAID Controller. Overview.

QuickSpecs. Models SATA RAID Controller HP 6-Port SATA RAID Controller B21. HP 6-Port SATA RAID Controller. Overview. Overview HP 6 Port SATA RAID controller provides customers with new levels of fault tolerance for low cost storage solutions using SATA hard drive technologies. Models SATA RAID Controller 372953-B21 DA

More information

HPE Basic Implementation Service for Hadoop

HPE Basic Implementation Service for Hadoop Data sheet HPE Basic Implementation Service for Hadoop HPE Technology Consulting The HPE Basic Implementation Service for Hadoop configures the hardware, and implements and configures the software platform,

More information

HP 3PAR StoreServ 7000 Storage Installation and Startup Service

HP 3PAR StoreServ 7000 Storage Installation and Startup Service Technical data HP 3PAR StoreServ 7000 Storage Installation and Startup Service HP Care Pack Services For a smooth startup, the HP 3PAR StoreServ 7000 Storage Installation and Startup Service provides deployment

More information

HPE 3PAR StoreServ Data Migration Service

HPE 3PAR StoreServ Data Migration Service Data sheet HPE 3PAR StoreServ Data Migration Service HPE Consulting and Integration Services Data migration simplified Available in convenient packaged offerings, HP Enterprise 3PAR StoreServ Data Migration

More information

HPE Data Replication Solution Service for HPE Business Copy for P9000 XP Disk Array Family

HPE Data Replication Solution Service for HPE Business Copy for P9000 XP Disk Array Family Data sheet HPE Data Replication Solution Service for HPE Business Copy for P9000 XP Disk Array Family HPE Lifecycle Event Services HPE Data Replication Solution Service provides implementation of the HPE

More information

HPE ConvergedSystem 700 for Hyper-V Deployment Accelerator Service

HPE ConvergedSystem 700 for Hyper-V Deployment Accelerator Service Data sheet HPE ConvergedSystem 700 for Hyper-V Deployment Accelerator Service HPE Technology Consulting HPE ConvergedSystem 700 for Hyper-V is a solution that allows you to acquire and deploy a virtualization

More information

QuickSpecs. Useful Web Sites For additional information, see the following web sites: Linux Operating System. Overview. Retired

QuickSpecs. Useful Web Sites For additional information, see the following web sites: Linux Operating System. Overview. Retired Overview NOTE: HP no longer sells RHEL and SLES on Integrity servers. HP will continue to support RHEL 5 on Integrity servers until Red Hat's end of support life date for RHEL 5 (March 31st, 2017). HP

More information

HPE Storage Update The All Flash Datacenter 3PAR

HPE Storage Update The All Flash Datacenter 3PAR Horizont 2016 HPE Storage Update The All Flash Datacenter 3PAR James Hall EMEA Pre-Sales Strategy Copyright 2015 Hewlett Packard Enterprise Development LP October 2016 Agenda 1 2 Business Challanges HPE

More information

The storage challenges of virtualized environments

The storage challenges of virtualized environments The storage challenges of virtualized environments The virtualization challenge: Ageing and Inflexible storage architectures Mixing of platforms causes management complexity Unable to meet the requirements

More information

HPE VMware ESXi and vsphere 5.x, 6.x and Updates Getting Started Guide

HPE VMware ESXi and vsphere 5.x, 6.x and Updates Getting Started Guide HPE VMware ESXi and vsphere 5.x, 6.x and Updates Getting Started Guide Abstract This guide is intended to provide setup information for HPE VMware ESXi and vsphere. Part Number: 818330-003 Published: April

More information

16GFC Sets The Pace For Storage Networks

16GFC Sets The Pace For Storage Networks 16GFC Sets The Pace For Storage Networks Scott Kipp Brocade Mark Jones Emulex August 30 th, 2011 To be presented to the Block Storage Track at 1:30 on Monday September 19th 1 Overview What is 16GFC? What

More information

Introducing Tegile. Company Overview. Product Overview. Solutions & Use Cases. Partnering with Tegile

Introducing Tegile. Company Overview. Product Overview. Solutions & Use Cases. Partnering with Tegile Tegile Systems 1 Introducing Tegile Company Overview Product Overview Solutions & Use Cases Partnering with Tegile 2 Company Overview Company Overview Te gile - [tey-jile] Tegile = technology + agile Founded

More information

HP Serviceguard for Linux Certification Matrix

HP Serviceguard for Linux Certification Matrix Technical Support Matrix HP Serviceguard for Linux Certification Matrix Version 04.05, April 10 th, 2015 How to use this document This document describes OS, Server and Storage support with the listed

More information

HP Storage Provisioning Manager HP 3PAR StoreServ Peer Persistence

HP Storage Provisioning Manager HP 3PAR StoreServ Peer Persistence Technical white paper HP Storage Provisioning Manager HP 3PAR StoreServ Peer Persistence Handling HP 3PAR StoreServ Peer Persistence with HP Storage Provisioning Manager Click here to verify the latest

More information

IOmark- VM. HP HP ConvergedSystem 242- HC StoreVirtual Test Report: VM- HC b Test Report Date: 27, April

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

More information

HP D6000 Disk Enclosure Direct Connect Cabling Guide

HP D6000 Disk Enclosure Direct Connect Cabling Guide HP D6000 Disk Enclosure Direct Connect Cabling Guide Abstract This document provides cabling examples for when an HP D6000 Disk Enclosure is connected directly to a server. Part Number: 682251-001 September

More information

Stellar performance for a virtualized world

Stellar performance for a virtualized world IBM Systems and Technology IBM System Storage Stellar performance for a virtualized world IBM storage systems leverage VMware technology 2 Stellar performance for a virtualized world Highlights Leverages

More information

Understanding Successful VDI Implementation.

Understanding Successful VDI Implementation. ARTICLE Understanding Successful VDI Implementation. A Technical Perspective. Table of Contents Introduction...2 Key Elements of a Virtualized Desktop Infrastructure...2 Servers... 2 Storage... 2 Network...

More information

SurFS Product Description

SurFS Product Description SurFS Product Description 1. ABSTRACT SurFS An innovative technology is evolving the distributed storage ecosystem. SurFS is designed for cloud storage with extreme performance at a price that is significantly

More information

Nimble Storage vs HPE 3PAR: A Comparison Snapshot

Nimble Storage vs HPE 3PAR: A Comparison Snapshot Nimble Storage vs HPE 3PAR: A 1056 Baker Road Dexter, MI 48130 t. 734.408.1993 Nimble Storage vs HPE 3PAR: A INTRODUCTION: Founders incorporated Nimble Storage in 2008 with a mission to provide customers

More information

HPE 3PAR File Persona on HPE 3PAR StoreServ Storage with Veritas Enterprise Vault

HPE 3PAR File Persona on HPE 3PAR StoreServ Storage with Veritas Enterprise Vault HPE 3PAR File Persona on HPE 3PAR StoreServ Storage with Veritas Enterprise Vault Solution overview and best practices for data preservation with Veritas Enterprise Vault Technical white paper Technical

More information

An Oracle White Paper December Accelerating Deployment of Virtualized Infrastructures with the Oracle VM Blade Cluster Reference Configuration

An Oracle White Paper December Accelerating Deployment of Virtualized Infrastructures with the Oracle VM Blade Cluster Reference Configuration An Oracle White Paper December 2010 Accelerating Deployment of Virtualized Infrastructures with the Oracle VM Blade Cluster Reference Configuration Introduction...1 Overview of the Oracle VM Blade Cluster

More information

Microsoft Windows Server 2008 On Integrity Servers Overview

Microsoft Windows Server 2008 On Integrity Servers Overview Overview The HP Integrity servers based on Intel Itanium architecture provide one of the most reliable and scalable platforms currently available for mission-critical Windows Server deployments. Windows

More information

Retired. ProLiant iscsi Acceleration Software Pack for Embedded Multifunction Server Adapters Overview

Retired. ProLiant iscsi Acceleration Software Pack for Embedded Multifunction Server Adapters Overview Overview The HP ProLiant iscsi Acceleration Software Pack enables the embedded Multifunction NIC port on a ProLiant or BladeSystem server to run iscsi on Windows and Linux. Accelerated iscsi on 1GbE multifunction

More information

Virtualizing SQL Server 2008 Using EMC VNX Series and VMware vsphere 4.1. Reference Architecture

Virtualizing SQL Server 2008 Using EMC VNX Series and VMware vsphere 4.1. Reference Architecture Virtualizing SQL Server 2008 Using EMC VNX Series and VMware vsphere 4.1 Copyright 2011, 2012 EMC Corporation. All rights reserved. Published March, 2012 EMC believes the information in this publication

More information

Migrating from E/X5600 Processors

Migrating from E/X5600 Processors Migrating from E/X5600 Processors Which Processor is Right for Me? Introduction The new E5-2600 family of processors from Intel offer a wide variety of choices, from frequency optimized low core count

More information

HP BladeSystem Matrix

HP BladeSystem Matrix HP BladeSystem Matrix Industry s first Converged Infrastructure platform that delivers IT services in minutes Solution brief Get the benefits of shared services today A better approach for productivity

More information

HP SmartCache technology

HP SmartCache technology Technical white paper HP SmartCache technology Table of contents Abstract... 2 Introduction... 2 Comparing storage technology performance... 3 What about hybrid drives?... 3 Why caching?... 4 How does

More information

HPE Security ArcSight. ArcSight Data Platform Support Matrix

HPE Security ArcSight. ArcSight Data Platform Support Matrix HPE Security ArcSight ArcSight Data Platform Support Matrix November 28, 2016 Legal Notices Warranty The only warranties for Hewlett Packard Enterprise products and services are set forth in the express

More information

HPE OneView for Microsoft System Center Release Notes (v 8.2 and 8.2.1)

HPE OneView for Microsoft System Center Release Notes (v 8.2 and 8.2.1) Center Release Notes (v 8.2 and 8.2.1) Part Number: 832154-004a Published: April 2017 Edition: 2 Contents Center Release Notes (v 8.2 and 8.2.1)... 4 Description...4 Update recommendation... 4 Supersedes...

More information

QuickSpecs. HPE Synergy QSFP+ Transceiver. Overview. HPE Synergy QSFP+ Transceiver. Page 1

QuickSpecs. HPE Synergy QSFP+ Transceiver. Overview. HPE Synergy QSFP+ Transceiver. Page 1 Overview Page 1 Platform Information Models Recommended This transceiver is a recommended option that has been selected by HPE experts to provide the right technology for a range of workloads and market

More information

Performance of Mellanox ConnectX Adapter on Multi-core Architectures Using InfiniBand. Abstract

Performance of Mellanox ConnectX Adapter on Multi-core Architectures Using InfiniBand. Abstract Performance of Mellanox ConnectX Adapter on Multi-core Architectures Using InfiniBand Abstract...1 Introduction...2 Overview of ConnectX Architecture...2 Performance Results...3 Acknowledgments...7 For

More information

HP BladeSystem Matrix Compatibility Chart

HP BladeSystem Matrix Compatibility Chart HP BladeSystem Matrix Compatibility Chart For supported hardware and software, including BladeSystem Matrix firmware set 1.01 Part Number 512185-003 December 2009 (Third Edition) Copyright 2009 Hewlett-Packard

More information

HP FlexFabric Virtual Switch 5900v Technology White Paper

HP FlexFabric Virtual Switch 5900v Technology White Paper HP FlexFabric Virtual Switch 5900v Technology White Paper Part number: 5998-4548 Document version: 6W100-20131220 Copyright 2013 Hewlett-Packard Development Company, L.P. The information contained herein

More information

HPE ProLiant ML350 Gen P 16GB-R E208i-a 8SFF 1x800W RPS Solution Server (P04674-S01)

HPE ProLiant ML350 Gen P 16GB-R E208i-a 8SFF 1x800W RPS Solution Server (P04674-S01) Digital data sheet HPE ProLiant ML350 Gen10 4110 1P 16GB-R E208i-a 8SFF 1x800W RPS Solution Server (P04674-S01) ProLiant ML Servers What's new Support for Intel Xeon Scalable processors full stack. 2600

More information

Models Part Number Brocade HP 41B 4Gb PCIe FC HBA AP767B HP Single Channel 4Gb PCIe Fibre Channel Host Bus Adapter

Models Part Number Brocade HP 41B 4Gb PCIe FC HBA AP767B HP Single Channel 4Gb PCIe Fibre Channel Host Bus Adapter Overview HP 4Gb PCIe Host Bus Adapters The HP 4Gb PCI-Express Host Bus Adapters (HBAs) support customers using HP ProLiant servers with PCIe I/O slots running a broad range of operating systems. These

More information

HP BladeSystem c-class Ethernet network adaptors

HP BladeSystem c-class Ethernet network adaptors HP BladeSystem c-class Ethernet network adaptors Family data sheet NC325m Quad-port Gigabit NC326m Dual-port Gigabit NC360m Dual-port Gigabit NC364m Quad-port Gigabit NC382m Dual-port Multifunction Gigabit

More information

QuickSpecs. What's New New RoHS compliant HP 8Gb Fibre Channel HBAs. HP 8Gb PCI-e FC HBAs. Overview

QuickSpecs. What's New New RoHS compliant HP 8Gb Fibre Channel HBAs. HP 8Gb PCI-e FC HBAs. Overview Overview The HP 8Gb PCIe Fibre Channel Host Bus Adapters brings datacenter infrastructure components to a higher level of performance and efficiency with the ability to deliver twice the I/O performance

More information

HP ProLiant m300 1P C2750 CPU 32GB Configure-to-order Server Cartridge B21

HP ProLiant m300 1P C2750 CPU 32GB Configure-to-order Server Cartridge B21 Overview HP Moonshot System with the HP ProLiant m300 server cartridge was created for cost-effective Dynamic Content Delivery, frontend Web and online analytics. The ProLiant m300 server cartridge has

More information

HPE 3PAR StoreServ Management Console 3.0 User Guide

HPE 3PAR StoreServ Management Console 3.0 User Guide HPE 3PAR StoreServ Management Console 3.0 User Guide Abstract This user guide provides information on the use of an installed instance of HPE 3PAR StoreServ Management Console software. For information

More information

Available Packs and Purchase Information

Available Packs and Purchase Information Overview Rapid Deployment Pack (RDP) is a complete deployment solution for HP ProLiant servers. RDP automates the process of deploying and provisioning server software, enabling companies to quickly and

More information

HPE 3PAR OS MU5 Patch 49 Release Notes

HPE 3PAR OS MU5 Patch 49 Release Notes HPE 3PAR OS 3.2.1 MU5 Patch 49 Release Notes This release notes document is for Patch 49 and intended for HPE 3PAR Operating System Software + P39. Part Number: QL226-99362a Published: October 2016 Edition:

More information

Intelligent Provisioning 1.70 Release Notes

Intelligent Provisioning 1.70 Release Notes Intelligent Provisioning 1.70 Release Notes Part Number: 680065-408 Published: October 2017 Edition: 1 Copyright 2012, 2017 Hewlett Packard Enterprise Development LP Notices The information contained herein

More information

DtS Data Migration to the MSA1000

DtS Data Migration to the MSA1000 White Paper September 2002 Document Number Prepared by: Network Storage Solutions Hewlett Packard Company Contents Migrating Data from Smart Array controllers and RA4100 controllers...3 Installation Notes

More information

VMware vsphere 5.0 STORAGE-CENTRIC FEATURES AND INTEGRATION WITH EMC VNX PLATFORMS

VMware vsphere 5.0 STORAGE-CENTRIC FEATURES AND INTEGRATION WITH EMC VNX PLATFORMS VMware vsphere 5.0 STORAGE-CENTRIC FEATURES AND INTEGRATION WITH EMC VNX PLATFORMS A detailed overview of integration points and new storage features of vsphere 5.0 with EMC VNX platforms EMC Solutions

More information

HPE 3PAR OS MU3 Patch 28 Release Notes

HPE 3PAR OS MU3 Patch 28 Release Notes HPE 3PAR OS 3.2.1 MU3 Patch 28 Release tes This release notes document is for Patch 28 and intended for HPE 3PAR Operating System Software 3.2.1.292 (MU3)+Patch 23. Part Number: QL226-99107 Published:

More information

SSDs tend to be more rugged than hard drives with respect to shock and vibration because SSDs have no moving parts.

SSDs tend to be more rugged than hard drives with respect to shock and vibration because SSDs have no moving parts. Overview Introduction Solid State Drives (SSDs) are fast becoming a real force with respect to storage in the computer industry. With no moving parts, storage is no longer bound by mechanical barriers

More information

Active System Manager Version 8.0 Compatibility Matrix Guide

Active System Manager Version 8.0 Compatibility Matrix Guide Active System Manager Version 8.0 Compatibility Matrix Guide Notes, Cautions, and Warnings NOTE: A NOTE indicates important information that helps you make better use of your computer. CAUTION: A CAUTION

More information

Retired. Windows Server 2008 R2 for Itanium-Based Systems offers the following high-end features and capabilities:

Retired. Windows Server 2008 R2 for Itanium-Based Systems offers the following high-end features and capabilities: Overview NOTE: HP no longer sells Microsoft Windows Server 2008/2008 R2 on Integrity servers. HP will continue to support Microsoft Windows Server 2008/2008 R2 until Microsoft's end of mainstream support

More information

HPE WBEM Providers for OpenVMS Integrity servers Release Notes Version 2.2-5

HPE WBEM Providers for OpenVMS Integrity servers Release Notes Version 2.2-5 HPE WBEM Providers for OpenVMS Integrity servers Release Notes Version 2.2-5 January 2016 This release note describes the enhancement, known restrictions, and errors found in the WBEM software and documentation,

More information

HPE SimpliVity OmniCube Interoperability Guide

HPE SimpliVity OmniCube Interoperability Guide HPE SimpliVity OmniCube Interoperability Guide Page 1 Contents Overview... 2 OmniCube Platform Firmware Interoperability... 2 Platform Firmware for OmniCube CN-1200, CN-2000, CN-2200, CN-3000, CN-5000...

More information

Target Environments The Smart Array 6i Controller offers superior investment protection to the following environments: Non-RAID

Target Environments The Smart Array 6i Controller offers superior investment protection to the following environments: Non-RAID Overview The Smart Array 6i controller is an Ultra320 intelligent array controller for entry-level, hardware-based fault tolerance for protection of OS, applications, and logs. Most models have one internal-only

More information

HPE ProLiant ML110 Gen10 Server

HPE ProLiant ML110 Gen10 Server Digital data sheet HPE ProLiant ML110 Gen10 Server ProLiant ML Servers What's new New SMB focused offers regionally released as Smart Buy Express in the U.S. and Canada, Top Value in Europe, and Intelligent

More information

IBM Scale Out Network Attached Storage (SONAS) using the Acuo Universal Clinical Platform

IBM Scale Out Network Attached Storage (SONAS) using the Acuo Universal Clinical Platform IBM Scale Out Network Attached Storage (SONAS) using the Acuo Universal Clinical Platform A vendor-neutral medical-archive offering Dave Curzio IBM Systems and Technology Group ISV Enablement February

More information

Take control of storage performance

Take control of storage performance Take control of storage performance Transition From Speed To Management SSD + RAID 2008-2011 Reduce time to market Inherent bottlenecks Re-architect for better performance NVMe, SCSI Express Reads & Writes

More information

SUPERMICRO, VEXATA AND INTEL ENABLING NEW LEVELS PERFORMANCE AND EFFICIENCY FOR REAL-TIME DATA ANALYTICS FOR SQL DATA WAREHOUSE DEPLOYMENTS

SUPERMICRO, VEXATA AND INTEL ENABLING NEW LEVELS PERFORMANCE AND EFFICIENCY FOR REAL-TIME DATA ANALYTICS FOR SQL DATA WAREHOUSE DEPLOYMENTS TABLE OF CONTENTS 2 THE AGE OF INFORMATION ACCELERATION Vexata Provides the Missing Piece in The Information Acceleration Puzzle The Vexata - Supermicro Partnership 4 CREATING ULTRA HIGH-PERFORMANCE DATA

More information

HPE File Data Migration Service

HPE File Data Migration Service Data sheet HPE File Data Migration Service HPE Consulting and Integration Services File migration simplified Available in convenient packaged offerings, HPE File Data Migration Service is designed to help

More information

ECONOMICAL, STORAGE PURPOSE-BUILT FOR THE EMERGING DATA CENTERS. By George Crump

ECONOMICAL, STORAGE PURPOSE-BUILT FOR THE EMERGING DATA CENTERS. By George Crump ECONOMICAL, STORAGE PURPOSE-BUILT FOR THE EMERGING DATA CENTERS By George Crump Economical, Storage Purpose-Built for the Emerging Data Centers Most small, growing businesses start as a collection of laptops

More information

HP VMware ESXi and vsphere 5.x and Updates Getting Started Guide

HP VMware ESXi and vsphere 5.x and Updates Getting Started Guide HP VMware ESXi and vsphere 5.x and Updates Getting Started Guide Abstract This guide is intended to provide setup information for HP VMware ESXi and vsphere. HP Part Number: 616896-409 Published: September

More information

THE SUMMARY. CLUSTER SERIES - pg. 3. ULTRA SERIES - pg. 5. EXTREME SERIES - pg. 9

THE SUMMARY. CLUSTER SERIES - pg. 3. ULTRA SERIES - pg. 5. EXTREME SERIES - pg. 9 PRODUCT CATALOG THE SUMMARY CLUSTER SERIES - pg. 3 ULTRA SERIES - pg. 5 EXTREME SERIES - pg. 9 CLUSTER SERIES THE HIGH DENSITY STORAGE FOR ARCHIVE AND BACKUP When downtime is not an option Downtime is

More information

NetApp Clustered Data ONTAP 8.2 Storage QoS Date: June 2013 Author: Tony Palmer, Senior Lab Analyst

NetApp Clustered Data ONTAP 8.2 Storage QoS Date: June 2013 Author: Tony Palmer, Senior Lab Analyst ESG Lab Spotlight NetApp Clustered Data ONTAP 8.2 Storage QoS Date: June 2013 Author: Tony Palmer, Senior Lab Analyst Abstract: This ESG Lab Spotlight explores how NetApp Data ONTAP 8.2 Storage QoS can

More information

StoreServ Management Console 3.2 User Guide

StoreServ Management Console 3.2 User Guide StoreServ Management Console 3.2 User Guide Abstract This user guide provides information on the use of an installed instance of HPE 3PAR StoreServ Management Console software. For information on installation

More information

HP StorageWorks D2D Backup Systems and StoreOnce

HP StorageWorks D2D Backup Systems and StoreOnce HP StorageWorks D2D Backup Systems and StoreOnce The combination that right-sizes your storage capacity. Solution brief AUtOMATEyour data protection. Regardless of size and industry, many of today s organisations

More information

HPE Serviceguard Solutions Storage Support Matrix (HPUX) Oct 25, 2016 Version 3.0

HPE Serviceguard Solutions Storage Support Matrix (HPUX) Oct 25, 2016 Version 3.0 HPE Serviceguard Solutions Storage Support Matrix (HPUX) Oct 25, 2016 Version 3.0 1 HPE Serviceguard Solutions Storage Support Matrix The tables on the following pages contain information about storage

More information

Virtual Disaster Recovery

Virtual Disaster Recovery The Essentials Series: Managing Workloads in a Virtual Environment Virtual Disaster Recovery sponsored by by Jaime Halscott Vir tual Disaster Recovery... 1 Virtual Versus Physical Disaster Recovery...

More information

QuickSpecs. What's New. Models. ProLiant Essentials Server Migration Pack - Physical to ProLiant Edition. Overview

QuickSpecs. What's New. Models. ProLiant Essentials Server Migration Pack - Physical to ProLiant Edition. Overview Overview Upgrading or replacing your existing server? Migration is now an option! Replicate the server you are replacing using the software, the only product of its kind from a server vendor that provides

More information

Virtualization of the MS Exchange Server Environment

Virtualization of the MS Exchange Server Environment MS Exchange Server Acceleration Maximizing Users in a Virtualized Environment with Flash-Powered Consolidation Allon Cohen, PhD OCZ Technology Group Introduction Microsoft (MS) Exchange Server is one of

More information

QuickSpecs. HPE Smart Array P204i-b SR Gen10 Controller. Overview

QuickSpecs. HPE Smart Array P204i-b SR Gen10 Controller. Overview Overview Overview The, supporting 12Gb/s SAS and PCIe 3.0, is ideal for maximizing performance while supporting advanced RAID levels with 1 GB flash-backed write cache (FBWC). This controller operates

More information

QNAP OpenStack Ready NAS For a Robust and Reliable Cloud Platform

QNAP OpenStack Ready NAS For a Robust and Reliable Cloud Platform QNAP OpenStack Ready NAS For a Robust and Reliable Cloud Platform Agenda IT transformation and challenges OpenStack A new star in the cloud world How does OpenStack satisfy IT demands? QNAP + OpenStack

More information

A Public-Sector Guide to UPS Procurement

A Public-Sector Guide to UPS Procurement A Public-Sector Guide to UPS Procurement HPE HYBRID IT AND HPE NIMBLE STORAGE New HPE Demand Just Generation Right Programs IT and Revealed Aruba: New Demand Generation Programs Revealed EXECUTIVE SUMMARY

More information

Overview of HP tiered solutions program for Microsoft Exchange Server 2010

Overview of HP tiered solutions program for Microsoft Exchange Server 2010 Overview of HP tiered solutions program for Microsoft Exchange Server 2010 Table of contents Executive summary... 2 Introduction... 3 Exchange 2010 changes that impact tiered solutions... 3 Hardware platforms...

More information

HPE Storage Optimizer Software Version: 5.4. Support Matrix

HPE Storage Optimizer Software Version: 5.4. Support Matrix HPE Storage Optimizer Software Version: 5.4 Support Matrix Document Release Date: November 2016 Software Release Date: November 2016 Legal Notices Warranty The only warranties for Hewlett Packard Enterprise

More information

Nutanix Tech Note. Virtualizing Microsoft Applications on Web-Scale Infrastructure

Nutanix Tech Note. Virtualizing Microsoft Applications on Web-Scale Infrastructure Nutanix Tech Note Virtualizing Microsoft Applications on Web-Scale Infrastructure The increase in virtualization of critical applications has brought significant attention to compute and storage infrastructure.

More information