IBM XIV Gen3 Storage System Storage built for VMware vsphere infrastructures

Size: px
Start display at page:

Download "IBM XIV Gen3 Storage System Storage built for VMware vsphere infrastructures"

Transcription

1 Storage built for VMware vsphere infrastructures Peter Kisich IBM Systems and Technology Group ISV Enablement October 2011 Copyright IBM Corporation, 2011

2 Table of contents Abstract...1 Introduction...1 New in the...1 Key integration with vsphere...2 VAAI...3 Full copy... 3 How effective is the offload process?... 4 Hardware-assisted locking (atomic test and set)... 4 Block zeroing (write same)... 6 vstorage APIs for Array Awareness...6 IBM System Storage Plug-in for vcenter...7 Storage Replication Adapter (SRA)...8 Snapshot management in vsphere...10 QoS options...11 Summary...12 Appendix A: Ordering options for the XIV Gen3 Storage System...13 Appendix B: SAN ordering considerations...16 Resources...18 About the author...18 Trademarks and special notices...19

3 Abstract This paper provides information about integration, feature description, and ordering considerations for the for VMware vsphere 4 and 5 infrastructures. Introduction The IBM XIV Gen3 Storage System employs an advanced auto-balancing architecture built for today s dynamic data centers with an eye towards tomorrow. With industry-leading storage software and a highspeed InfiniBand grid, the XIV Gen3 system delivers storage features and required performance demanded in VMware infrastructures including: VMware vstorage APIs for Array Integration (VAAI) vstorage APIs for Storage Awareness (VASA) integration Storage Replication Adapter for Site Recovery Manager Centralized management in vcenter Quality of service (QoS) features for mixed workload priorities Automation and simplicity for virtual infrastructures Co-development for VMware vsphere 5, and beyond The global partnership with IBM and VMware, coupled with the forward-thinking architecture of the XIV Gen3, provides a solid foundation for virtual infrastructures today and in the future. New in the All data modules in the XIV Gen3 Storage System are interconnected with a high speed, low latency InfiniBand fabric setting a new standard of performance and response time. The XIV Gen3 system then automates the storage configuration of the high performance architecture to ensure that every disk allocated to VMware will have optimal performance. Infiniband Switching Figure 1: Data stores optimally distributed across all spindles, processors, and cache 1

4 The XIV Gen3 Storage System from IBM provides an advanced grid architecture that is built for dynamic virtual infrastructures. All volumes allocated to VMware are balanced across all processors, spindles and cache in the XIV system. Automated data distribution by the XIV Gen3 system provides a perfectly balanced configuration that avoids hot spots and ensures maximum performance. Also, new in the XIV Gen3, is the introduction of solid-state drive (SSD) slots that can enable an optional field upgrade of 7.5 TB of secondary cache in This secondary cache can provide an automated staging area for frequently accessed data improving performance for even the highest transactional and database workloads. Key integration with vsphere Along with the great synergy provided by the enhanced XIV Gen3 architecture, IBM provides integrated software for vsphere for every XIV system such as: VAAI vstorage APIs for Storage Awareness IBM Storage Management Console for VMware vcenter Storage Replication Adapter (SRA) for Site Recovery Manager Snapshot management in vcenter QoS for mixed workload priorities 2

5 VAAI Virtualization administrators look for ways to improve scalability, performance, and efficiency of their vsphere infrastructure. One way is by utilizing storage integration with VMware VAAI. VAAI is a set of APIs or primitives that allow vsphere infrastructures to offload processing of data-related tasks, which can burden a VMware ESX server. Utilizing a storage platform with VAAI enabled, similar to the IBM XIV Storage System, can provide significant improvements in vsphere performance, scalability, and availability. Adding the VAAI driver for XIV enables the following primitives: Full copy (also known as hardware copy offload): Benefit: Considerable boost in system performance and fast completion of copy operations; minimizes host processing and network traffic Hardware-assisted locking (also known as atomic test and set): Replacement of the SCSI-2 lock/reservation in Virtual Machine File System (VMFS) Benefit: Significantly improves scalability and performance Block zeroing (also known as write same) Benefit: Reduces the amount of processor effort, and input/output operations per second (IOPS) required to write zeroes across an entire EagerZeroedThick (EZT) Virtual Machine Disk (VMDK) XIV system now provides full support for VAAI. The following sections describe each of these primitives. Full copy Tasks such as Virtual Machine (VM) provisioning and VM migration are part of everyday activities of most VMware administrators. As the virtual environment continues to scale, it is important to monitor the overall impact that these activities have on the VMware infrastructure. Toggle hardware assisted copy by changing the DataMover.HardwareAcceleratedMove parameter in the Advanced Settings tab in vsphere Virtual Center to 1. When the value for hardware acceleration is 1, the data path changes for tasks such as Storage vmotion, as illustrated in Figure 2. 3

6 Figure 2: Full copy primitive Here, the ESX server is removed from the data path of the data copy when hardware copy is enabled. Removing copy transactions from the server workload greatly increases the speed of these copy functions while reducing the impact to the ESX server. How effective is the offload process? During IBM lab testing, data retrieved from the VMware monitoring tool, esxtop showed that commands per second on the ESX host were reduced by a factor of 10. Copy time reduction varies depending on the VM but is usually significant (over 50% for most profiles). A few examples of this performance boost at customer data centers are shown in Table 1. Customer Test Before VAAI After VAAI Time reduction (in percentage) Major Financial 2 VMs 433 Sec 180 sec 59% Electric Company 2 VMs 944 sec 517 sec 45% Petroleum Company 40 VMs 1 hour 20 min 67% Table 1: Field results for full copy Full copy effect: Thousands of commands and IOPs on the ESX server are freed up for other tasks and promote greater scalability. Hardware-assisted locking (atomic test and set) Just as important as the demonstrated effect of hardware-assisted copy, the hardware-assisted locking primitive also greatly enhances VMware cluster scalability and disk operations by preventing disk corruptions of the clustered file system (VMFS) with tighter granularity and efficiency. It is important to understand why locking occurs in the first place. For block storage environments, VMware data stores are formatted with VMFS. VMFS is a clustered file system that uses Small Computer 4

7 System Interface (SCSI) reservations to handle distributive lock management. When there is a change to the metadata of the file system by an ESX server, the SCSI reservation process ensures that shared resources do not overlap with other connected ESX hosts by obtaining exclusive access to the logical unit number (LUN). A SCSI reservation is created on VMFS when (not a complete list): VMDK is first created VMDK is deleted VMDK is migrated VMDK is created via a template A template is created from a VMDK Creating or deleting VM snapshots VM is switched on or off Although normal I/O operations do not require this mechanism, these boundary conditions have become more common as features such as vmotion with Distributed Resource Scheduler (DRS) are used more frequently. This SCSI reservation design leads to early storage area network (SAN) best practices for vsphere to dictate a limit in cluster size for block storage (about 8 to 10 ESX hosts). With hardware-assisted locking, the LUN locking processing is transferred to the storage system. This reduces the number of commands required to access a lock, provides locks to be more granular, and leads to better scalability of the virtual infrastructure. V M D K V M D K V M D K V M D K V M D K V M D K Figure 3: Atomic test and set primitive Hardware-assisted locking effect: Hardware-assisted locking will increase VMs per data store, ESX servers per data store, and overall performance. This functionality coupled with 60 cores and 360 GB of memory for the XIV Gen3 Storage System yields best in industry scalability and performance. 5

8 Block zeroing (write same) Block zeroing is designed to reduce the amount of processor and storage I/O utilization required to write zeroes across an entire EZT VMDK when it is created. With the block zeroing primitive, zeroing operation for EZT VMDK files are offloaded to the XIV Storage System without the host having to issue several commands. Figure 4: the write same primitive Block zeroing effect: Block zeroing reduced overhead and provided better performance for creating EZT virtual disks. With XIV, EZT volumes are available immediately through fast write caching and de-staging. VAAI support on XIV storage systems liberates value compute resources in the virtual infrastructure Offloading processor and disk intensive activities from the ESX server to the storage system provides significant improvements in vsphere performance, scalability and availability. Note: Before installing the VAAI driver for the XIV storage system, ensure a or higher is the installed microcode. For vsphere 5.x and higher, the VAAI driver is no longer required for IBM Storage. vstorage APIs for Array Awareness The IBM Storage provider for VMware VASA provides even more real-time information about the XIV Storage System. The IBM XIV Storage System VASA provider for VMware vcenter adds: Real-time disk status Real-time alerts and events from the XIV Storage System to vcenter Support for multiple vcenter consoles and multiple XIV Storage Systems Continuous monitoring through storage monitoring service for vsphere Support for policy-driven storage profiles 6

9 Figure 5: VASA block diagram Adding VASA support that is available in vsphere 5, allows VMware and Cloud administrators insights to help provide improved availability, performance, and management of the storage infrastructure. In addition to VASA, the XIV Storage System also provides a vcenter Plug-in for vsphere 4 and vsphere 5, which extends management of the storage to provisioning, mapping, and monitoring of replication, snapshots, and capacity. IBM System Storage Plug-in for vcenter The IBM System Storage Plug-in for vcenter couples the XIV architecture advantages with powerful storage management tools. Features include: Volume creation Mapping and automated discovery Configuration optimization Capacity reports and monitoring Snapshot details Replication status (RPO) With these plug-in tools, management processes and operations can be streamlined in vsphere infrastructures. 7

10 The XIV GUI provides simplicity and functionality unmatched in the industry today. This leading and forward design has carried over to the vcenter plug-in. Combining the plug-in with the automation applied to every LUN created on the XIV storage system ensures that storage provisioned from vcenter will always be optimally placed in the storage configuration. Along with strong functionality, the IBM XIV vcenter Storage Plug-in maintains strong secure use of storage administration tasks with multiple levels of access. Storage Replication Adapter (SRA) Site Recovery Manager is a VMware product for managing, testing and automating disaster recovery workflows. The SRA is a critical part of Site Recovery Manager deployment, but it is supplied by the storage vendor rather than VMware. The XIV SRA not only provides the underlying disk-based replication with VMware awareness but also greatly simplifies disk replication without additional complexity and hardware components required by other vendor solutions. 8

11 Through advanced XIV virtualization, storage replication configurations can be completed with drag and drop and right-click automation. Figure 6: Drag-and-drop replication configuration Site Recovery Manager provides powerful testing capabilities. Disaster recovery scripts can be tested using XIV high performance and incremental snapshots at the remote site. These tests not only provide a deep understanding of the potential point in time recovery, which is recovery point objective (RPO), but also the time it takes to recover, which is recovery time objective (RTO). The software for Site Recovery Manager integration is included with the XIV Storage System, and you can download it directly from the IBM website at: ibm.com/systems/storage/disk/xiv/ 9

12 Snapshot management in vsphere IBM Tivoli Storage FlashCopy Manager allows administrators to manage, schedule, and recover snapshots on the IBM XIV Storage Systems directly from the vcenter GUI. Figure 7: vcenter console Along with management capabilities, snapshots taken in VMware integrate with the VMware snapshot process to ensure that all VMs are recoverable when restored. When taking a snapshot in vcenter: FlashCopy Manager initiates a VMware software snapshot of the VM through the vsphere API FlashCopy Manager determines the LUN(s) that are associated with the virtual machine FlashCopy Manager invokes a hardware snapshot, creating a persistent copy of the virtual disk(s) and associated VMware snapshots The hardware snapshot is kept for restore until specified for deletion through user-created policies Figure 8: Snapshot process IBM XIV Storage System performs snapshots with virtually no overhead with re-direct on write technology. Snapshots are made without the overhead associated with copy on write snapshot processing used by other vendor solutions. Adding to this efficiency, XIV incremental snapshots are optimally configured (just 10

13 as primary volumes) ensuring enterprise-class read and write performance while eliminating the need for processing and space overhead. QoS options As data center consolidation rates accelerate, there is a larger demand to apply different priorities to VMware workloads and better balance workloads on storage devices. These features include: Storage I/O Control (SIOC) Storage DRS In addition to full support for these features, the XIV Storage System provides an always autobalanced storage configuration. If throttling particular storage is required, the XIV also provides advanced and tunable QoS features on the storage system. The combination of VMware features and storage features for QoS provides the maximum flexibility and granularity when applying restricted or limited storage resource allocation to vsphere. SIOC With SIOC, VMware administrators can apply restricted storage performance access to a virtual disk on a data store in vsphere. This function fits well with the always balanced disk performance provisioned for the XIV Gen3 Storage System. That is, with the XIV, storage is physically optimized by default and vsphere administrators need to restrict only virtual disks and machines that might conflict with higher priority virtual systems. Storage DRS Storage DRS establishes data store clusters. The data store clusters allow the dynamic transfer of virtual disks to different data stores according to the policies set in DRS. The XIV Storage System supports storage DRS but also provides a more global approach to load balancing. All storage created for vsphere on the XIV system is balanced across all processors, ports, spindles, and cache modules in the XIV Storage System. The XIV Gen3 storage configuration in optimal balance prevents hitting thresholds and triggers that set off redistribution of disk resources. Storage QoS on the XIV Storage System By default, the XIV Storage System provides optimal performance for all the disks provisioned to vsphere. There might be requirements for limiting host performance to the disk. With the XIV system, you can restrict the IOPS or bandwidth provided to a host or group of hosts. The XIV system gives you the choice of utilizing VMware QoS features or off-loading performance management to the hardware. Scalable QoS in XIV Gen3 gives cloud administrators maximum flexibility for managing storage resources across the diverse workloads in consolidated vsphere infrastructures. 11

14 Summary The provides a solid foundation for vsphere. The automation provided by the XIV system reduces the steps required to realize outstanding storage performance and functionality for VMware environments. This coupled with a strong global partnership between VMware and IBM ensures that the continues to lead for vsphere infrastructures today and in the future. You can find more information about the IBM XIV Gen3 at: ibm.com/systems/storage/disk/xiv/ 12

15 Appendix A: Ordering options for the XIV Gen3 Storage System The XIV Gen3 Storage System is ordered according to the capacity required. The minimum physical installation is six data modules yielding 55 TB of usable storage (there is also a Capacity on Demand (CoD) plan allowing a three-module 28 TB minimum entry point). Although 28 TB is the minimum configuration for XIV using CoD, it is appropriate only for storage requirements that will grow to at least 55TB in a one- to three-year period. Figure 9: XIV Gen3 Internal Components 13

16 Initial configuration options for the XIV Gen3 are shown in Table 2. Number of data modules Number of disks Usable capacity TBs (2-TB drives) Usable capacity TBs (3-TB drives) Fibre Channel (FC) ports (8 GB) Processor (Quad core) Memory (GB) Table 2: Configuration options for XIV Gen3 Storage System If ordered initially with less than 15 data modules, the XIV Gen3 Storage System can be upgraded using the increments in the above table. Additional capacity, processing, connectivity and cache can all be added on-the-fly without disruption or performance impact. Capacity on demand (CoD) With the CoD ordering option for the XIV Gen3 Storage System, customers benefit from the full processing, caching, and drive spindle performance of the physically deployed system; yet only an initial usable capacity is purchased. The minimum usable capacity purchased in a CoD configuration is 28 TB (other initial increments are available). This minimum entry point consists of three CoD data modules and three CoD I/O data modules. As shown in Figure 10, this configuration provides 28 TB of purchased capacity and 27 TB of in-place expansion. Although there is a slight premium per usable TB for CoD options, the performance of CoD purchased capacity benefits from the additional processor, memory, FC ports, and spindles in a base 55 TB configuration. 14

17 TBu Figure 10: Available in-place upgrade with CoD Un-act. Active For more information about the CoD program as well as terms and conditions, contact your IBM representative or authorized partner. 15

18 Appendix B: SAN ordering considerations The SAN ordering considerations include queue depth, multipathing, and zoning and cabling. Queue Depth In general, the queue depth setting in the host bus adapter (HBA) has to be extended as consolidation scales higher and I/O requirements are high. Refer to IBM Redbooks mentioned in the Resources section. Multipathing Round robin policy should be implemented for each LUN from the XIV. This will achieve the best performance results. VMware 4.1 update 1 and higher versions will automatically detect XIV and set the round robin policy. VMware 5.x and higher versions can automatically detect XIV and set the round robin policy. Zoning and cabling As the XIV Storage System is an active grid, ensure that the workload from VMware is balanced across all the six I/O controllers. A typical cabling diagram is shown in Figure 11. All the paths are active and use native VMware round robin multipathing. Figure 11: A typical cabling diagram 16

19 In this example, a zone should be created for each initiator. Depending on the SAN vendor recommendations, all the six paths can then be added to that zone or separate zones can be created for each initiator / target path. Consult your SAN fabric vendor for best practices. The end results provide a path from each host initiator to all the six targets cabled in the diagram. 17

20 Resources The following websites provide useful references to supplement the information contained in this paper: IBM Systems on PartnerWorld ibm.com/partnerworld/systems IBM Redbooks ibm.com/redbooks XIV Storage System: Host Attachment and Interoperability ibm.com/redbooks/abstracts/sg html IBM Publications Center About the author At IBM, Peter Kisich works closely with storage development organizations and field solutions architects to ensure that IBM technologies can continue to innovate and build solutions for enterprise cloud environments. An accomplished speaker, Mr. Kisich presents the value of IBM storage for virtual infrastructures to the global community of IBM customers, Business Partners and employees. Before IBM, Pete Kisich served as a Technical Alliance Manager for VMware, supporting storage partners NetApp, Hitachi, and Oracle. 18

21 Trademarks and special notices Copyright IBM Corporation All rights Reserved. References in this document to IBM products or services do not imply that IBM intends to make them available in every country. IBM, the IBM logo, and ibm.com are trademarks or registered trademarks of International Business Machines Corporation in the United States, other countries, or both. If these and other IBM trademarked terms are marked on their first occurrence in this information with a trademark symbol ( or ), these symbols indicate U.S. registered or common law trademarks owned by IBM at the time this information was published. Such trademarks may also be registered or common law trademarks in other countries. A current list of IBM trademarks is available on the Web at "Copyright and trademark information" at Java and all Java-based trademarks and logos are trademarks or registered trademarks of Oracle and/or its affiliates. Microsoft, Windows, Windows NT, and the Windows logo are trademarks of Microsoft Corporation in the United States, other countries, or both. Intel, Intel Inside (logos), MMX, and Pentium are trademarks of Intel Corporation in the United States, other countries, or both. UNIX is a registered trademark of The Open Group in the United States and other countries. Linux is a trademark of Linus Torvalds in the United States, other countries, or both. SET and the SET Logo are trademarks owned by SET Secure Electronic Transaction LLC. Other company, product, or service names may be trademarks or service marks of others. Information is provided "AS IS" without warranty of any kind. All customer examples described are presented as illustrations of how those customers have used IBM products and the results they may have achieved. Actual environmental costs and performance characteristics may vary by customer. Information concerning non-ibm products was obtained from a supplier of these products, published announcement material, or other publicly available sources and does not constitute an endorsement of such products by IBM. Sources for non-ibm list prices and performance numbers are taken from publicly available information, including vendor announcements and vendor worldwide homepages. IBM has not tested these products and cannot confirm the accuracy of performance, capability, or any other claims related to non-ibm products. Questions on the capability of non-ibm products should be addressed to the supplier of those products. All statements regarding IBM future direction and intent are subject to change or withdrawal without notice, and represent goals and objectives only. Contact your local IBM office or IBM authorized reseller for the full text of the specific Statement of Direction. Some information addresses anticipated future capabilities. Such information is not intended as a definitive statement of a commitment to specific levels of performance, function or delivery schedules with respect to any future products. Such commitments are only made in IBM product announcements. The information is 19

22 presented here to communicate IBM's current investment and development activities as a good faith effort to help with our customers' future planning. Performance is based on measurements and projections using standard IBM benchmarks in a controlled environment. The actual throughput or performance that any user will experience will vary depending upon considerations such as the amount of multiprogramming in the user's job stream, the I/O configuration, the storage configuration, and the workload processed. Therefore, no assurance can be given that an individual user will achieve throughput or performance improvements equivalent to the ratios stated here. Photographs shown are of engineering prototypes. Changes may be incorporated in production models. Any references in this information to non-ibm websites are provided for convenience only and do not in any manner serve as an endorsement of those websites. The materials at those websites are not part of the materials for this IBM product and use of those websites is at your own risk. 20

Using VMWare VAAI for storage integration with Infortrend EonStor DS G7i

Using VMWare VAAI for storage integration with Infortrend EonStor DS G7i Using VMWare VAAI for storage integration with Infortrend EonStor DS G7i Application Note Abstract: This document describes how VMware s vsphere Storage APIs (VAAI) can be integrated and used for accelerating

More information

Microsoft System Center 2012 SP1 Virtual Machine Manager with Storwize family products. IBM Systems and Technology Group ISV Enablement January 2014

Microsoft System Center 2012 SP1 Virtual Machine Manager with Storwize family products. IBM Systems and Technology Group ISV Enablement January 2014 Microsoft System Center 2012 SP1 Virtual Machine Manager with Storwize family products IBM Systems and Technology Group ISV Enablement January 2014 Copyright IBM Corporation, 2014 Table of contents Abstract...

More information

What s New in VMware vsphere 4.1 Storage. VMware vsphere 4.1

What s New in VMware vsphere 4.1 Storage. VMware vsphere 4.1 What s New in VMware vsphere 4.1 Storage VMware vsphere 4.1 W H I T E P A P E R Introduction VMware vsphere 4.1 brings many new capabilities to further extend the benefits of vsphere 4.0. These new features

More information

IMPROVING VMWARE DISASTER RECOVERY WITH EMC RECOVERPOINT Applied Technology

IMPROVING VMWARE DISASTER RECOVERY WITH EMC RECOVERPOINT Applied Technology White Paper IMPROVING VMWARE DISASTER RECOVERY WITH EMC RECOVERPOINT Applied Technology Abstract EMC RecoverPoint provides full support for data replication and disaster recovery for VMware ESX Server

More information

VMware Best Practice and Integration Guide

VMware Best Practice and Integration Guide VMware Best Practice and Integration Guide Dot Hill Systems Introduction 1 INTRODUCTION Today s Data Centers are embracing Server Virtualization as a means to optimize hardware resources, energy resources,

More information

IBM System Storage DS5020 Express

IBM System Storage DS5020 Express IBM DS5020 Express Manage growth, complexity, and risk with scalable, high-performance storage Highlights Mixed host interfaces support (Fibre Channel/iSCSI) enables SAN tiering Balanced performance well-suited

More information

Migrating LAMP stack from x86 to Power using the Server Consolidation Tool

Migrating LAMP stack from x86 to Power using the Server Consolidation Tool Migrating LAMP stack from x86 to Power using the Server Consolidation Tool Naveen N. Rao Lucio J.H. Correia IBM Linux Technology Center November 2014 Version 3.0 1 of 24 Table of Contents 1.Introduction...3

More information

IBM Tivoli Storage Manager for Virtual Environments

IBM Tivoli Storage Manager for Virtual Environments IBM Storage Manager for Virtual Environments Non-disruptive backup and instant recovery: Simplified and streamlined Highlights Simplify management of the backup and restore process for virtual machines

More information

IBM Storwize Rapid Application Storage solutions

IBM Storwize Rapid Application Storage solutions IBM Storwize Rapid Application Storage solutions Efficient, integrated, pretested and powerful solutions to accelerate deployment and return on investment. Highlights Improve disk utilization by up to

More information

Unleash the Performance of vsphere 5.1 with 16Gb Fibre Channel

Unleash the Performance of vsphere 5.1 with 16Gb Fibre Channel W h i t e p a p e r Unleash the Performance of vsphere 5.1 with 16Gb Fibre Channel Introduction The July 2011 launch of the VMware vsphere 5.0 which included the ESXi 5.0 hypervisor along with vcloud Director

More information

SAN Conceptual and Design Basics

SAN Conceptual and Design Basics TECHNICAL NOTE VMware Infrastructure 3 SAN Conceptual and Design Basics VMware ESX Server can be used in conjunction with a SAN (storage area network), a specialized high speed network that connects computer

More information

Implementing disaster recovery solutions with IBM Storwize V7000 and VMware Site Recovery Manager

Implementing disaster recovery solutions with IBM Storwize V7000 and VMware Site Recovery Manager Implementing disaster recovery solutions with IBM Storwize V7000 and VMware Site Recovery Manager A step-by-step guide IBM Systems and Technology Group ISV Enablement January 2011 Table of contents Abstract...

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

IOmark-VM. DotHill AssuredSAN Pro 5000. Test Report: VM- 130816-a Test Report Date: 16, August 2013. www.iomark.org

IOmark-VM. DotHill AssuredSAN Pro 5000. Test Report: VM- 130816-a Test Report Date: 16, August 2013. www.iomark.org IOmark-VM DotHill AssuredSAN Pro 5000 Test Report: VM- 130816-a Test Report Date: 16, August 2013 Copyright 2010-2013 Evaluator Group, Inc. All rights reserved. IOmark-VM, IOmark-VDI, VDI-IOmark, and IOmark

More information

A virtual SAN for distributed multi-site environments

A virtual SAN for distributed multi-site environments Data sheet A virtual SAN for distributed multi-site environments What is StorMagic SvSAN? StorMagic SvSAN is a software storage solution that enables enterprises to eliminate downtime of business critical

More information

Technology Insight Series

Technology Insight Series Evaluating Storage Technologies for Virtual Server Environments Russ Fellows June, 2010 Technology Insight Series Evaluator Group Copyright 2010 Evaluator Group, Inc. All rights reserved Executive Summary

More information

Symantec Storage Foundation High Availability for Windows

Symantec Storage Foundation High Availability for Windows Symantec Storage Foundation High Availability for Windows Storage management, high availability and disaster recovery for physical and virtual Windows applications Data Sheet: High Availability Overview

More information

Best Practices for Monitoring a Vmware Environment. Gary Powell Senior Consultant IBM SWG Tivoli

Best Practices for Monitoring a Vmware Environment. Gary Powell Senior Consultant IBM SWG Tivoli Best Practices for Monitoring a Vmware Environment Gary Powell Senior Consultant IBM SWG Tivoli Virtualization without Service Management is even more dangerous than not virtualizing in the first place

More information

SAS deployment on IBM Power servers with IBM PowerVM dedicated-donating LPARs

SAS deployment on IBM Power servers with IBM PowerVM dedicated-donating LPARs SAS deployment on IBM Power servers with IBM PowerVM dedicated-donating LPARs Narayana Pattipati IBM Systems and Technology Group ISV Enablement January 2013 Table of contents Abstract... 1 IBM PowerVM

More information

VMware vsphere 5.0 Boot Camp

VMware vsphere 5.0 Boot Camp VMware vsphere 5.0 Boot Camp This powerful 5-day 10hr/day class is an intensive introduction to VMware vsphere 5.0 including VMware ESX 5.0 and vcenter. Assuming no prior virtualization experience, this

More information

IBM Storwize V7000: For your VMware virtual infrastructure

IBM Storwize V7000: For your VMware virtual infrastructure IBM Storwize V7000: For your VMware virtual infrastructure Innovative midrange disk system leverages integrated storage technologies Highlights Complement server virtualization, extending cost savings

More information

VMware vsphere 5.1 Advanced Administration

VMware vsphere 5.1 Advanced Administration Course ID VMW200 VMware vsphere 5.1 Advanced Administration Course Description This powerful 5-day 10hr/day class is an intensive introduction to VMware vsphere 5.0 including VMware ESX 5.0 and vcenter.

More information

Lab Validation Report

Lab Validation Report Lab Validation Report EMC Avamar 6.0 Next Generation Backup & Recovery By Vinny Choinski with David Chapa June 2011 Lab Validation: EMC Avamar 6.0 2 Contents Introduction... 3 Background... 3 EMC Avamar

More information

EMC Virtual Infrastructure for SAP Enabled by EMC Symmetrix with Auto-provisioning Groups, Symmetrix Management Console, and VMware vcenter Converter

EMC Virtual Infrastructure for SAP Enabled by EMC Symmetrix with Auto-provisioning Groups, Symmetrix Management Console, and VMware vcenter Converter EMC Virtual Infrastructure for SAP Enabled by EMC Symmetrix with Auto-provisioning Groups, VMware vcenter Converter A Detailed Review EMC Information Infrastructure Solutions Abstract This white paper

More information

HBA Virtualization Technologies for Windows OS Environments

HBA Virtualization Technologies for Windows OS Environments HBA Virtualization Technologies for Windows OS Environments FC HBA Virtualization Keeping Pace with Virtualized Data Centers Executive Summary Today, Microsoft offers Virtual Server 2005 R2, a software

More information

QLogic 16Gb Gen 5 Fibre Channel in IBM System x Deployments

QLogic 16Gb Gen 5 Fibre Channel in IBM System x Deployments QLogic 16Gb Gen 5 Fibre Channel in IBM System x Deployments Increase Virtualization Density and Eliminate I/O Bottlenecks with QLogic High-Speed Interconnects Key Findings Support for increased workloads,

More information

Evaluation of Enterprise Data Protection using SEP Software

Evaluation of Enterprise Data Protection using SEP Software Test Validation Test Validation - SEP sesam Enterprise Backup Software Evaluation of Enterprise Data Protection using SEP Software Author:... Enabling you to make the best technology decisions Backup &

More information

VMware Certified Professional 5 Data Center Virtualization (VCP5-DCV) Exam

VMware Certified Professional 5 Data Center Virtualization (VCP5-DCV) Exam Exam : VCP5-DCV Title : VMware Certified Professional 5 Data Center Virtualization (VCP5-DCV) Exam Version : DEMO 1 / 9 1.Click the Exhibit button. An administrator has deployed a new virtual machine on

More information

TSM for Virtual Environments Data Protection for VMware

TSM for Virtual Environments Data Protection for VMware for Virtual Environments Data Protection for VMware Wolfgang Hitzler Technical Sales IBM Tivoli Storage Management hitzler@de.ibm.com 2011 IBM Corporation Agenda Introduction for Virtual Environments 6.2

More information

Title. Click to edit Master text styles Second level Third level

Title. Click to edit Master text styles Second level Third level Title Click to edit Master text styles Second level Third level IBM s Vision For The New Enterprise Data Center Subram Natarajan Senior Consultant, STG Asia Pacific subram.natarajan@in.ibm.com Multiple

More information

Oracle Solutions on Top of VMware vsphere 4. Saša Hederić VMware Adriatic

Oracle Solutions on Top of VMware vsphere 4. Saša Hederić VMware Adriatic Oracle Solutions on Top of VMware vsphere 4 Saša Hederić VMware Adriatic The Problem Where the IT Budget Goes 5% Infrastructure Investment 23% Application Investment 42% Infrastructure Maintenance Overwhelming

More information

IBM Storwize Rapid Application Storage

IBM Storwize Rapid Application Storage IBM Storwize Rapid Application Storage Efficient, pretested, integrated and powerful solution to accelerate deployment and return on investment. Highlights Improve disk utilization by up to 30 percent

More information

Dell PowerVault MD32xx Deployment Guide for VMware ESX4.1 Server

Dell PowerVault MD32xx Deployment Guide for VMware ESX4.1 Server Dell PowerVault MD32xx Deployment Guide for VMware ESX4.1 Server A Dell Technical White Paper PowerVault MD32xx Storage Array www.dell.com/md32xx THIS WHITE PAPER IS FOR INFORMATIONAL PURPOSES ONLY, AND

More information

Dell Compellent Storage Center SAN & VMware View 1,000 Desktop Reference Architecture. Dell Compellent Product Specialist Team

Dell Compellent Storage Center SAN & VMware View 1,000 Desktop Reference Architecture. Dell Compellent Product Specialist Team Dell Compellent Storage Center SAN & VMware View 1,000 Desktop Reference Architecture Dell Compellent Product Specialist Team THIS WHITE PAPER IS FOR INFORMATIONAL PURPOSES ONLY, AND MAY CONTAIN TYPOGRAPHICAL

More information

Symantec NetBackup 7.1 What s New and Version Comparison Matrix

Symantec NetBackup 7.1 What s New and Version Comparison Matrix Symantec 7.1 What s New and Version Comparison Matrix Symantec 7 allows customers to standardize backup and recovery operations across physical and virtual environments with fewer resources and less risk

More information

How To Connect Virtual Fibre Channel To A Virtual Box On A Hyperv Virtual Machine

How To Connect Virtual Fibre Channel To A Virtual Box On A Hyperv Virtual Machine Virtual Fibre Channel for Hyper-V Virtual Fibre Channel for Hyper-V, a new technology available in Microsoft Windows Server 2012, allows direct access to Fibre Channel (FC) shared storage by multiple guest

More information

Violin Memory Arrays With IBM System Storage SAN Volume Control

Violin Memory Arrays With IBM System Storage SAN Volume Control Technical White Paper Report Best Practices Guide: Violin Memory Arrays With IBM System Storage SAN Volume Control Implementation Best Practices and Performance Considerations Version 1.0 Abstract This

More information

Using EonStor FC-host Storage Systems in VMware Infrastructure 3 and vsphere 4

Using EonStor FC-host Storage Systems in VMware Infrastructure 3 and vsphere 4 Using EonStor FC-host Storage Systems in VMware Infrastructure 3 and vsphere 4 Application Note Abstract This application note explains the configure details of using Infortrend FC-host storage systems

More information

RED HAT ENTERPRISE VIRTUALIZATION FOR SERVERS: COMPETITIVE FEATURES

RED HAT ENTERPRISE VIRTUALIZATION FOR SERVERS: COMPETITIVE FEATURES RED HAT ENTERPRISE VIRTUALIZATION FOR SERVERS: COMPETITIVE FEATURES RED HAT ENTERPRISE VIRTUALIZATION FOR SERVERS Server virtualization offers tremendous benefits for enterprise IT organizations server

More information

VMware Virtual Machine File System: Technical Overview and Best Practices

VMware Virtual Machine File System: Technical Overview and Best Practices VMware Virtual Machine File System: Technical Overview and Best Practices A VMware Technical White Paper Version 1.0. VMware Virtual Machine File System: Technical Overview and Best Practices Paper Number:

More information

IBM BladeCenter H with Cisco VFrame Software A Comparison with HP Virtual Connect

IBM BladeCenter H with Cisco VFrame Software A Comparison with HP Virtual Connect IBM BladeCenter H with Cisco VFrame Software A Comparison with HP Connect Executive Overview This white paper describes how Cisco VFrame Server Fabric ization Software works with IBM BladeCenter H to provide

More information

Top Ten Reasons for Deploying Oracle Virtual Networking in Your Data Center

Top Ten Reasons for Deploying Oracle Virtual Networking in Your Data Center Top Ten Reasons for Deploying Oracle Virtual Networking in Your Data Center Expect enhancements in performance, simplicity, and agility when deploying Oracle Virtual Networking in the data center. ORACLE

More information

Technical White Paper Integration of ETERNUS DX Storage Systems in VMware Environments

Technical White Paper Integration of ETERNUS DX Storage Systems in VMware Environments White Paper Integration of ETERNUS DX Storage Systems in ware Environments Technical White Paper Integration of ETERNUS DX Storage Systems in ware Environments Content The role of storage in virtual server

More information

Oracle RMAN disk-to-disk backup methods using the IBM Storwize V3700 storage system

Oracle RMAN disk-to-disk backup methods using the IBM Storwize V3700 storage system Oracle RMAN disk-to-disk backup methods using the IBM Storwize V3700 storage system Practice guide: Backup and restore of native Oracle database solutions Mayur Shetty IBM Systems and Technology Group

More information

VMware vsphere 4.1. Pricing, Packaging and Licensing Overview. E f f e c t i v e A u g u s t 1, 2 0 1 0 W H I T E P A P E R

VMware vsphere 4.1. Pricing, Packaging and Licensing Overview. E f f e c t i v e A u g u s t 1, 2 0 1 0 W H I T E P A P E R VMware vsphere 4.1 Pricing, Packaging and Licensing Overview E f f e c t i v e A u g u s t 1, 2 0 1 0 W H I T E P A P E R Table of Contents Executive Summary...................................................

More information

Creating a Cloud Backup Service. Deon George

Creating a Cloud Backup Service. Deon George Creating a Cloud Backup Service Deon George Agenda TSM Cloud Service features Cloud Service Customer, providing a internal backup service Internal Backup Cloud Service Service Provider, providing a backup

More information

Evolving Datacenter Architectures

Evolving Datacenter Architectures Technology Insight Paper Evolving Datacenter Architectures HP technologies for Cloud ready IT By Russ Fellows January, 2013 Enabling you to make the best technology decisions Evolving Datacenter Architectures

More information

Backup Exec 15 Agents and Options

Backup Exec 15 Agents and Options DATA PROTECTION Backup Exec 15 Agents and Options Enhance and extend Backup Exec features, capabilities, and platform support Overview enhance and extend Backup Exec features, capabilities, and platform

More information

Backup and Recovery Best Practices With CommVault Simpana Software

Backup and Recovery Best Practices With CommVault Simpana Software TECHNICAL WHITE PAPER Backup and Recovery Best Practices With CommVault Simpana Software www.tintri.com Contents Intended Audience....1 Introduction....1 Consolidated list of practices...............................

More information

Solution Overview VMWARE PROTECTION WITH EMC NETWORKER 8.2. White Paper

Solution Overview VMWARE PROTECTION WITH EMC NETWORKER 8.2. White Paper White Paper VMWARE PROTECTION WITH EMC NETWORKER 8.2 Solution Overview Abstract This white paper describes the integration of EMC NetWorker with VMware vcenter. It also includes details on the NetWorker

More information

Microsoft Private Cloud Fast Track

Microsoft Private Cloud Fast Track Microsoft Private Cloud Fast Track Microsoft Private Cloud Fast Track is a reference architecture designed to help build private clouds by combining Microsoft software with Nutanix technology to decrease

More information

VMware vsphere on NetApp. Course: 5 Day Hands-On Lab & Lecture Course. Duration: Price: $ 4,500.00. Description:

VMware vsphere on NetApp. Course: 5 Day Hands-On Lab & Lecture Course. Duration: Price: $ 4,500.00. Description: Course: VMware vsphere on NetApp Duration: 5 Day Hands-On Lab & Lecture Course Price: $ 4,500.00 Description: Managing a vsphere storage virtualization environment requires knowledge of the features that

More information

EMC PERFORMANCE OPTIMIZATION FOR MICROSOFT FAST SEARCH SERVER 2010 FOR SHAREPOINT

EMC PERFORMANCE OPTIMIZATION FOR MICROSOFT FAST SEARCH SERVER 2010 FOR SHAREPOINT Reference Architecture EMC PERFORMANCE OPTIMIZATION FOR MICROSOFT FAST SEARCH SERVER 2010 FOR SHAREPOINT Optimize scalability and performance of FAST Search Server 2010 for SharePoint Validate virtualization

More information

Technology Insight Series

Technology Insight Series Advancing VMware-based Data Resilience John Webster August, 2011 Technology Insight Series Evaluator Group Advancing VMware-based Data Resilience Copyright 2011 Evaluator Group, Inc. All rights reserved.

More information

Redefining Microsoft SQL Server Data Management. PAS Specification

Redefining Microsoft SQL Server Data Management. PAS Specification Redefining Microsoft SQL Server Data Management APRIL Actifio 11, 2013 PAS Specification Table of Contents Introduction.... 3 Background.... 3 Virtualizing Microsoft SQL Server Data Management.... 4 Virtualizing

More information

HP 3PAR StoreServ Storage and VMware vsphere 5 best practices

HP 3PAR StoreServ Storage and VMware vsphere 5 best practices Technical white paper HP 3PAR StoreServ Storage and VMware vsphere 5 best practices Table of contents Executive summary... 3 Configuration... 4 Fibre Channel... 4 Multi-pathing considerations... 7 HP 3PAR

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

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

NetBackup for VMware Data Recovery Services to End the Dark Ages of Virtualization

NetBackup for VMware Data Recovery Services to End the Dark Ages of Virtualization NetBackup for VMware Data Recovery Services to End the Dark Ages of Virtualization VADP vstorage APIs for Data Protection Centralized Efficient Off-host LAN free Challenges Dynamic Environment Performance

More information

Confidence in a connected world. Veritas NetBackup 6.5 for VMware 3.x Best Practices

Confidence in a connected world. Veritas NetBackup 6.5 for VMware 3.x Best Practices WHITE PAPER: Best Practices Confidence in a connected world. Veritas NetBackup 6.5 for VMware 3.x Best Practices White Paper: Best Practices Veritas NetBackup 6.5 for VMware 3.x Best Practices November

More information

Increasing Storage Performance, Reducing Cost and Simplifying Management for VDI Deployments

Increasing Storage Performance, Reducing Cost and Simplifying Management for VDI Deployments Increasing Storage Performance, Reducing Cost and Simplifying Management for VDI Deployments Table of Contents Introduction.......................................3 Benefits of VDI.....................................4

More information

Introduction. Setup of Exchange in a VM. VMware Infrastructure

Introduction. Setup of Exchange in a VM. VMware Infrastructure Introduction VMware Infrastructure is deployed in data centers for deploying mission critical applications. Deployment of Microsoft Exchange is a very important task for the IT staff. Email system is an

More information

EMC Business Continuity for Microsoft SQL Server 2008

EMC Business Continuity for Microsoft SQL Server 2008 EMC Business Continuity for Microsoft SQL Server 2008 Enabled by EMC Celerra Fibre Channel, EMC MirrorView, VMware Site Recovery Manager, and VMware vsphere 4 Reference Architecture Copyright 2009, 2010

More information

Software Defined Storage Needs a Platform. Piotr Biskupski. Storage Solutions Technical Leader - IBM Flash System, IBM CEE

Software Defined Storage Needs a Platform. Piotr Biskupski. Storage Solutions Technical Leader - IBM Flash System, IBM CEE Software Defined Storage Needs a Platform Piotr Biskupski Storage Solutions Technical Leader - IBM Flash System, IBM CEE 2013 2013IBM IBMCorporation Corporation IT Administration ACCELERATE NEW APPLICATIONS,

More information

Site Recovery Manager Installation and Configuration

Site Recovery Manager Installation and Configuration Site Recovery Manager Installation and Configuration vcenter Site Recovery Manager 5.5 This document supports the version of each product listed and supports all subsequent versions until the document

More information

Veritas Storage Foundation High Availability for Windows by Symantec

Veritas Storage Foundation High Availability for Windows by Symantec Veritas Storage Foundation High Availability for Windows by Symantec Simple-to-use solution for high availability and disaster recovery of businesscritical Windows applications Data Sheet: High Availability

More information

Solution Brief Availability and Recovery Options: Microsoft Exchange Solutions on VMware

Solution Brief Availability and Recovery Options: Microsoft Exchange Solutions on VMware Introduction By leveraging the inherent benefits of a virtualization based platform, a Microsoft Exchange Server 2007 deployment on VMware Infrastructure 3 offers a variety of availability and recovery

More information

Using VMware VMotion with Oracle Database and EMC CLARiiON Storage Systems

Using VMware VMotion with Oracle Database and EMC CLARiiON Storage Systems Using VMware VMotion with Oracle Database and EMC CLARiiON Storage Systems Applied Technology Abstract By migrating VMware virtual machines from one physical environment to another, VMware VMotion can

More information

How To Set Up An Iscsi Isci On An Isci Vsphere 5 On An Hp P4000 Lefthand Sano On A Vspheron On A Powerpoint Vspheon On An Ipc Vsphee 5

How To Set Up An Iscsi Isci On An Isci Vsphere 5 On An Hp P4000 Lefthand Sano On A Vspheron On A Powerpoint Vspheon On An Ipc Vsphee 5 HP P4000 LeftHand SAN Solutions with VMware vsphere Best Practices Technical whitepaper Table of contents Executive summary...2 New Feature Challenge...3 Initial iscsi setup of vsphere 5...4 Networking

More information

Storage Protocol Comparison White Paper TECHNICAL MARKETING DOCUMENTATION

Storage Protocol Comparison White Paper TECHNICAL MARKETING DOCUMENTATION Storage Protocol Comparison White Paper TECHNICAL MARKETING DOCUMENTATION v 1.0/Updated APRIl 2012 Table of Contents Introduction.... 3 Storage Protocol Comparison Table....4 Conclusion...10 About the

More information

Session 1494: IBM Tivoli Storage FlashCopy Manager

Session 1494: IBM Tivoli Storage FlashCopy Manager Session 1494: IBM Tivoli Storage FlashCopy Manager Protecting your business-critical applications with IBM Tivoli Storage FlashCopy Manager 2011 IBM Corporation Session 1494: IBM Tivoli Storage FlashCopy

More information

EMC VPLEX FAMILY. Continuous Availability and data Mobility Within and Across Data Centers

EMC VPLEX FAMILY. Continuous Availability and data Mobility Within and Across Data Centers EMC VPLEX FAMILY Continuous Availability and data Mobility Within and Across Data Centers DELIVERING CONTINUOUS AVAILABILITY AND DATA MOBILITY FOR MISSION CRITICAL APPLICATIONS Storage infrastructure is

More information

EMC VNX-F ALL FLASH ARRAY

EMC VNX-F ALL FLASH ARRAY EMC VNX-F ALL FLASH ARRAY Purpose-built for price, density & speed ESSENTIALS Incredible scale & density with up to 172 TB usable flash capacity in 6U @ 28.63 TB/U Consistent high performance up to 400K

More information

Storage Solutions to Maximize Success in VDI Environments

Storage Solutions to Maximize Success in VDI Environments Storage Solutions to Maximize Success in VDI Environments Contents Introduction: Why VDI?. 1 VDI Challenges. 2 Storage Solutions Optimized for VDI. 3 Conclusion. 6 Brought to you compliments of: Introduction:

More information

Symantec Backup Exec 2014 Agents and Options

Symantec Backup Exec 2014 Agents and Options Symantec Backup Exec 2014 Agents and Options Data Sheet: Data Protection Overview enhance and extend Backup Exec features, capabilities, and platform support. Whether you need to protect VMware vsphere,

More information

The Power of Deduplication-Enabled Per-VM Data Protection SimpliVity s OmniCube Aligns VM and Data Management

The Power of Deduplication-Enabled Per-VM Data Protection SimpliVity s OmniCube Aligns VM and Data Management The Power of Deduplication-Enabled Per-VM Data Protection SimpliVity s OmniCube Aligns VM and Data Management Prepared for SimpliVity Contents The Bottom Line 1 Introduction 2 Per LUN Problems 2 Can t

More information

How to Effectively Protect Data in Virtualized Environments. By Hitachi Data Systems

How to Effectively Protect Data in Virtualized Environments. By Hitachi Data Systems W H I T E P A P E R How to Effectively Protect Data in Virtualized Environments By Hitachi Data Systems February 2012 2 Table of Contents Executive Summary 3 Challenges 4 Comprehensive Data Protection

More information

Enterprise Storage Solution for Hyper-V Private Cloud and VDI Deployments using Sanbolic s Melio Cloud Software Suite April 2011

Enterprise Storage Solution for Hyper-V Private Cloud and VDI Deployments using Sanbolic s Melio Cloud Software Suite April 2011 Enterprise Storage Solution for Hyper-V Private Cloud and VDI Deployments using Sanbolic s Melio Cloud Software Suite April 2011 Executive Summary Large enterprise Hyper-V deployments with a large number

More information

IBM Tivoli Storage FlashCopy Manager

IBM Tivoli Storage FlashCopy Manager IBM Storage FlashCopy Manager Online, near-instant snapshot backup and restore of critical business applications Highlights Perform near-instant application-aware snapshot backup and restore, with minimal

More information

VMware Virtual Machine Protection

VMware Virtual Machine Protection VMware Virtual Machine Protection PowerVault DL Backup to Disk Appliance Dell Symantec Symantec DL Appliance Team VMware Virtual Machine Protection The PowerVault DL Backup-to-Disk Appliance Powered by

More information

Jeremy Canady. IBM Systems and Technology Group ISV Enablement November 2013

Jeremy Canady. IBM Systems and Technology Group ISV Enablement November 2013 Using VMware VASA with IBM Storwize family and IBM XIV Using the VASA support provided by IBM Storwize and IBM XIV to automate virtual machine storage placement Jeremy Canady IBM Systems and Technology

More information

Microsoft SMB File Sharing Best Practices Guide

Microsoft SMB File Sharing Best Practices Guide Technical White Paper Microsoft SMB File Sharing Best Practices Guide Tintri VMstore, Microsoft SMB 3.0 Protocol, and VMware 6.x Author: Neil Glick Version 1.0 06/15/2016 @tintri www.tintri.com Contents

More information

Pure Storage and VMware Integration

Pure Storage and VMware Integration Pure Storage and VMware Integration Stefano Pirovano System Engineer @StePir75 2013 Pure Storage, Inc. 1 Pure Storage is Flash for the Enterprise Consistent performance 100% MLC Flash Less cost than disk

More information

Efficient Storage Strategies for Virtualized Data Centers

Efficient Storage Strategies for Virtualized Data Centers Efficient Storage Strategies for Virtualized Data Centers Contents Abstract. 1 Data Center Virtualization Status Report. 2 Dell EqualLogic Virtualized iscsi SAN Solutions. 2 Seamless, non-disruptive scalability.

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

The best platform for building cloud infrastructures. Ralf von Gunten Sr. Systems Engineer VMware

The best platform for building cloud infrastructures. Ralf von Gunten Sr. Systems Engineer VMware The best platform for building cloud infrastructures Ralf von Gunten Sr. Systems Engineer VMware The Problem Overwhelming complexity >70% of IT budgets just to keep the lights on

More information

Using HP StoreOnce Backup Systems for NDMP backups with Symantec NetBackup

Using HP StoreOnce Backup Systems for NDMP backups with Symantec NetBackup Technical white paper Using HP StoreOnce Backup Systems for NDMP backups with Symantec NetBackup Table of contents Executive summary... 2 Introduction... 2 What is NDMP?... 2 Technology overview... 3 HP

More information

REFERENCE ARCHITECTURE. PernixData FVP Software and Splunk Enterprise

REFERENCE ARCHITECTURE. PernixData FVP Software and Splunk Enterprise REFERENCE ARCHITECTURE PernixData FVP Software and Splunk Enterprise 1 Table of Contents Executive Summary.... 3 Solution Overview.... 4 Hardware Components.... 5 Server and Network... 5 Storage.... 5

More information

ACCELERATING YOUR IT TRANSFORMATION WITH EMC NEXT-GENERATION UNIFIED STORAGE AND BACKUP

ACCELERATING YOUR IT TRANSFORMATION WITH EMC NEXT-GENERATION UNIFIED STORAGE AND BACKUP ACCELERATING YOUR IT TRANSFORMATION WITH EMC NEXT-GENERATION UNIFIED STORAGE AND BACKUP Virtualization, in particular VMware, has changed the way companies look at how they deploy not only their servers,

More information

Cloud Computing with xcat on z/vm 6.3

Cloud Computing with xcat on z/vm 6.3 IBM System z Cloud Computing with xcat on z/vm 6.3 Thang Pham z/vm Development Lab thang.pham@us.ibm.com Trademarks The following are trademarks of the International Business Machines Corporation in the

More information

Building the Private cloud

Building the Private cloud Building the Private cloud Yiannis Psichas Senior Technology Consultant Psichas_yiannis@emc.com 1 IT Infrastructure Needs to Change 77% keeping the lights on 23% delivering new capabilities Too much complexity.

More information

Setup for Failover Clustering and Microsoft Cluster Service

Setup for Failover Clustering and Microsoft Cluster Service Setup for Failover Clustering and Microsoft Cluster Service ESX 4.0 ESXi 4.0 vcenter Server 4.0 This document supports the version of each product listed and supports all subsequent versions until the

More information

Nutanix Solution Note

Nutanix Solution Note Nutanix Solution Note Version 1.0 April 2015 2 Copyright 2015 Nutanix, Inc. All rights reserved. This product is protected by U.S. and international copyright and intellectual property laws. Nutanix is

More information

Backup & Recovery for VMware Environments with Avamar 6.0

Backup & Recovery for VMware Environments with Avamar 6.0 White Paper Backup & Recovery for VMware Environments with Avamar 6.0 A Detailed Review Abstract With the ever increasing pace of virtual environments deployed in the enterprise cloud, the requirements

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

WHITE PAPER. VMware vsphere 4 Pricing, Packaging and Licensing Overview

WHITE PAPER. VMware vsphere 4 Pricing, Packaging and Licensing Overview WHITE PAPER VMware vsphere 4 Pricing, Packaging and Licensing Overview Introduction to VMware vsphere 4... 3 Pricing, Packaging and Licensing Overview... 3 What s New in VMware vsphere.... 4 VMware vsphere

More information

Why Use 16Gb Fibre Channel with Windows Server 2012 Deployments

Why Use 16Gb Fibre Channel with Windows Server 2012 Deployments W h i t e p a p e r Why Use 16Gb Fibre Channel with Windows Server 2012 Deployments Introduction Windows Server 2012 Hyper-V Storage Networking Microsoft s Windows Server 2012 platform is designed for

More information

TGL VMware Presentation. Guangzhou Macau Hong Kong Shanghai Beijing

TGL VMware Presentation. Guangzhou Macau Hong Kong Shanghai Beijing TGL VMware Presentation Guangzhou Macau Hong Kong Shanghai Beijing The Path To IT As A Service Existing Apps Future Apps Private Cloud Lots of Hardware and Plumbing Today IT TODAY Internal Cloud Federation

More information

Managing storage in the virtual data center. A white paper on HP Storage Essentials support for VMware host virtualization

Managing storage in the virtual data center. A white paper on HP Storage Essentials support for VMware host virtualization Managing storage in the virtual data center A white paper on HP Storage Essentials support for VMware host virtualization Introduction As server virtualization technologies like VMware get deployed in

More information

Redefining Microsoft Exchange Data Management

Redefining Microsoft Exchange Data Management Redefining Microsoft Exchange Data Management FEBBRUARY, 2013 Actifio PAS Specification Table of Contents Introduction.... 3 Background.... 3 Virtualizing Microsoft Exchange Data Management.... 3 Virtualizing

More information