VMware and Xen Hypervisor Performance Comparisons in Thick and Thin Provisioned Environments

Size: px
Start display at page:

Download "VMware and Xen Hypervisor Performance Comparisons in Thick and Thin Provisioned Environments"

Transcription

1 VMware and Hypervisor Performance Comparisons in Thick and Thin Provisioned Environments Devanathan Nandhagopal, Nithin Mohan, Saimanojkumaar Ravichandran, Shilp Malpani A capstone paper submitted as partial fulfillment of the requirements for the degree of Masters in Interdisciplinary Telecommunications at the University of Colorado, Boulder, 4 May Project directed by Mark Dehus. 1 Introduction Traditional x86 standalone server systems have a very serious caveat of under-utilization, due to which datacenters incur heavy costs. Research findings report that, on an average only 10 to 15% capacity of a server is utilized. Globally, businesses are dependent on applications that run on these commodity servers, and as the capacity tends to scale out, there is a direct linear implication on costs associated [1] [2]. A transition from traditional servers to consolidation of these servers by using virtualization can be a strategic decision for datacenters. And with increasing dependence of business critical decisions on applications, it becomes imperative to justify these decisions as the decisions relating to underlying platforms that support these applications can have a direct impact on business. Costs are an important factor, but performance is another critical factor that has to be taken into account. And, as with any decisions pertaining to technology, there would be trade-offs associated [3]. Consolidating server footprints by leveraging virtualization technology has been commonly practiced over the past several years. This has eventually helped enterprises to reduce costs like: floor space, power, cooling, hardware, and administration. Virtualization enables the better utilization of server resources by allowing many virtual instances of machines to be created on a server. This technology has been critical to driving IT costs down by enabling applications to be supported on shared resource of servers. Despite the benefits, virtualization presents challenges like capacity planning and workload management [4]. A major caveat here is that the use cases for adopters of virtualization may vary considerably, and with so many different vendors providing virtualization products it becomes difficult to have a standard industry conformed template in place which would guide the adopters of virtualization technology.

2 2 Statement of the Research Virtualization is making rapid progress in its foray into datacenters and enterprise IT systems. On one side, while virtualization is helping enterprises cut down on IT costs, it is not clear if virtualization is a viable solution for all applications. The important components critical to performance of an application are: CPU, Memory, Network, and Disk IO capabilities [5] [6]. In this paper, our focus is to characterize the performance of VMware and hypervisors when a disk intensive application is run on a single virtual machine hosted on each of the hypervisors. We benchmark the performance by using a native system for comparison with VMware and under the same system configuration for all the tests performed. There are many factors that may induce performance overhead; we are more specifically focused on determining the disk IO performance overhead due to storage provisioning. As with deployment of any technology, we believe that the storage provisioning feature of virtualization technology requires a careful evaluation of the trade-offs associated. However, quantifying performance difference of applications in terms of application-level metrics is a non-trivial task, because the use cases can vary between adopters significantly [4]. We aim to evaluate the performance overhead incurred by and VMware under the same consolidation configuration and workload conditions with reference to disk IO for thick and thin provisioned environments while running a disk intensive application. 3 Definitions The following are the definitions for the technical terms used in our research: 3.1. Virtualization: Virtualization is a method of running multiple independent virtual operating systems on a single physical computer. It is a way of maximizing physical resources to maximize the investment in hardware [14] Thin Provisioning: Thin provisioning is a storage feature in virtualization that provides a logical method of allocation storage resources [15] Capacity: The total storage space present in a single storage device or a pool of storage devices [11] Committed: Storage space that is reserved for a virtual machine is referred to as committed storage [11] Used: Storage space that has been utilized by a virtual machine Overcommitted: When the storage capacity in data store is less than the total storage capacity reserved for virtual machines [11] Percent Overcommitted: The extent by which the storage capacity of virtual machines has exceeded the storage capacity of virtual machines [7] [11] Thick Provisioning: Thick provisioning is similar to allocating fixed storage to virtual devices [16] Hypervisor: A software system that enables the x86 server hardware to be utilized for virtualization [17] Virtualization Overhead: The lag induced due to virtualization which results in the virtualized system to be slower than a native system of the same configuration [18].

3 4 Scope Thin provisioning is an important storage feature that can help an enterprise better manage its storage hardware costs. The motivation for this paper germinated out of the imperative importance to understand the performance degradation (if any) that can arise due to utilizing the provisioning feature that are available in virtualization products these days. There are many virtualization products in the market, and evaluation of every one of those products is not feasible given the time frame and scope. The decision to choose VMware hypervisor in the quantitative performance comparison was because of its market leader position. Microsoft s Hyper-V and Citrix s are the next two competitors in the virtualization product market, and we decided to choose because of its open source standard [13]. The main objective of this study is to benchmark the performance of 32bit SQL 2005 database server hosted on each virtual machine running on and VMware. The benchmark test measures the performance of database application on virtual machine primarily with respect to disk IO. We evaluate the performance of two hypervisors: and VMware s, when a SQL 2005 database server is under load in a Windows 2003 guest Operating System [8]. We have used a webserver as another workload hosted on each of the virtual machines, and have run it simultaneously with the database workload. One reason for running the webserver workload simultaneously was to ensure that systems resources like CPU and memory are well utilized (webserver places negligible stress on disk IO), so that the database workload has another workload to contend with (at least for CPU and memory resources). 5 Importance and prior work Similar to the under-utilization of other resources with traditional server deployments, storage is another resource that is seldom completely utilized. Enterprise Strategy Group in their survey of 20 customers published some insightful findings with reference to storage underutilization. The key points of their survey finding are: Among the surveyed customers, 55 percent had up to 50% storage that was unused. Despite 45% of customers having unused storage that was already bought, they were required to buy new storage because the unused storage was stranded with physical servers [9]. Larger pool of shared storage can be provided by thin provisioning when compared to traditional storage methods, thus increasing the efficiency of storage management. This has been depicted in Figure 1. [9]

4 Figure 1: Initial Capacity Requirements In thin provisioning, storage costs are saved because an enterprise need not deploy additional storage for storage capacity that has been allocated but unused. This has been depicted in Figure 2 [9]. Figure 2: Capacity Requirements Qian et al. have published a work with reference to an out-of-band virtualization system called ThinStore. It has been reported in their research that they found storage utilization using thin provisioning improved by as much as 88.7% [12]. Another provisioning technique that is similar to the thin provisioning feature of storage is the resource provisioning in the Infrastructure-as-a-Service (IaaS) cloud computing model. In an IaaS model, clients can request to use a part of that resource. Although cost effective, the performance is found to fall by a factor of five during the I/O intensive applications [10]. While this skepticism regarding the performance of applications in the cloud is a valid argument, the cost benefits of provisioning cannot be ignored. Understanding how provisioning (in our case, storage provisioning) can alter the performance of the applications, is a significant factor to consider while making any trade-off decisions.

5 6 Methodology The methodology used for our research is quantitative comparison and performance characterization using the quantitative analysis. We are using test experiments to quantitatively compare the performances of a disk intensive application running in each virtual machine hosted on VMware and hypervisors in thin and thick provisioned environments. The test set up for the comparison comprised of: a native system, a virtual machine in with thick disk, a virtual machine in with thin disk, a virtual machine in VMware with thick disk, a virtual machine in VMware with thin disk. All the virtual machines were configured with Windows Server 2003 Enterprise Edition 32bit operating system and SQL server A webserver was created using Windows Server 2003 s IIS capabilities. SQLIO was used as a database testing tool to perform the benchmark tests and webserver stress tool was used to stress the webserver. Performance Tuning Corporation has published a work for their performance test of Oracle 10g on Hyper-V virtual machine. Since their test was of similar nature in terms of benchmarking the virtual system with a native system, we have used some of the test methodologies from their paper as a model for our research [6]. Sufficient cool down and warm up periods were provided during each of the test runs. Each test instance lasted 4 hours, and consisted of 2 hours of warm up and at least 4 hours of cool down period. The summary of platforms used for the tests are provided in Table 1. Table 1: Hardware Platform Summary Table Environment Native VMware VMware Thick Thin Thick Thin Machine Dell R805 Dell R805 Dell R805 Dell R805 Dell R805 Physical 32 GB 32 GB 32 GB 32 GB 32 GB Memory Hard Disk 120 GB 120 GB 120 GB 120 GB 120 GB CPUs 2x Quad- Core AMD Opteron(tm) x Quad- Core AMD Opteron(tm) x Quad- Core AMD Opteron(tm) x Quad- Core AMD Opteron(tm) x Quad- Core AMD Opteron(tm) 2350 Operating System (32bit) Workloads Database name Database test tool Webserver test tool Windows Server 2003 Database server, Web server Windows Server 2003 Database server, Web server Windows Server 2003 Database server, Web server Windows Server 2003 Database server, Web server Windows Server 2003 Database server, Web server SQL server SQL server SQL server SQL server SQL server SQLIO SQLIO SQLIO SQLIO SQLIO Webserver stress tool Webserver stress tool Webserver stress tool Webserver stress tool Webserver stress tool

6 IOs/sec 7 Test Results and Analysis Table 2 summarizes disk IO results in thick provisioning write operations for VMware and Citrix. Table 2: IOs/sec Thick Provisioning Write Operation Results Write Native Thick Thick Threads IOs/sec IOs/sec IOs/sec Native Number of threads Figure 1: IOs/sec Thin Provisioning Write Operation The above results show a tabular and pictorial comparison between the performance differences of and with reference to the native system for thick provisioning write operations. The results are respectively placed at 98.78%, 99.26%, and 96.44% of native for threads 16, 32 and 64. For, the results for the respective threads are placed at 42.32%, 40.81% and 41.33% of native. Table 3 summarizes disk IO results in thin provisioning write operations for VMware and Citrix.

7 Ios/sec Table 3: IOs/sec Thin Provisioning Write Operation Results Write Native Thin Thin Threads IOs/sec IOs/sec IOs/sec Number of threads Native Figure 2: IOs/sec Thin Provisioning Write Operation The above results show a tabular and pictorial comparison between the performance differences of and with reference to the native system for thin provisioning write operations. The results are respectively placed at 86.34%, 87.85%, and 86.7% of native for threads 16, 32 and 64. For, the results for the respective threads are placed at 41.21%, 40.59% and 40.69% of native. Table 4 summarizes disk IO results in thick provisioning read operations for VMware and Citrix. Read Table 4: IOs/sec Thick Provisioning Read Operation Results Native Thick Thick Threads IOs/sec IOs/sec IOs/sec

8 IOs/sec Ios/sec Native Number of threads Figure 3: IOs/sec Thick Provisioning Read Operation The above results show a tabular and pictorial comparison between the performance differences of and with reference to the native system for thin provisioning write operations. The results are respectively placed at 93.56%, 93.69%, and 97.06% of native for threads 16, 32 and 64. For, the results for the respective threads are placed at 42.69%, 44.12% and 46.25% of native. Table 5 summarizes disk IO results in thin provisioning read operations for VMware and Citrix. Table 5: IOs/sec Thin Provisioning Read Operation Results Native Thin Thin Threads IOs/sec IOs/sec IOs/sec Read Native Number of threads Figure 4: IOs/sec Thin Provisioning Read Operation

9 The above results show a tabular and pictorial comparison between the performance differences of and with reference to the native system for thin provisioning write operations. The results are respectively placed at 89.5%, 91.1%, and 93.75% of native for threads 16, 32 and 64. For, the results for the respective threads are placed at 43.27%, 44.71% and 46.48% of native. The web server results for the platforms tested are shown in Table 10. Native Thin Thick Thin Thick Table 10: Web Server Results Avg. Click Response URL No. Clicks Errors Errors [%] Time [ms] Hits URL URL URL URL URL URL URL URL URL URL From the analysis of web server results, it can be inferred that the performance degradation is significant for when a CPU intensive workload (web server) is tiered with another workload (in our case, database server). For the four hours test duration, the best average click response time is given by native at 1465 (ms), and it also leads in the number of clicks during the four hour period at shows a stable performance and its best performance numbers are at 1661 (ms) average click response time and clicks during the four hour test run. has an error percentage of up to during its thin disk test run. And its best performance is at a modest 3327 (ms) average click response time during its thick disk test run.

10 8 Conclusion In this paper, we have presented a quantitative analysis representing the impact of storage provisioning on a disk intensive application. For each of thick and thin platform, we have presented the analysis between two virtualization products: VMware s and Citrix s. For the disk IO metric, the performance of VMware for thick disk is found to be as close as 99.26% of native for write operations, whereas for read operations the closest result was 97.06% of native. The best performance of VMware for thin disk was found to be 87.85% of native for write operations, whereas for read operations the best performance was 93.75% of native. In contrast, the best performance of for thick disk was found to be 42.32% of native for write operations, and 46.25% of native of read operations. For thin disk, the best performance of was found to be 41.21% of native for write operations, and 46.48% for read operations. The results for the web server application that was run simultaneously with SQL server are as follows: native system has the least average click response time of 1465 (ms), followed by thick disk at 1661 (ms), thin disk at 1783 (ms), thick disk at 3375 (ms), and thin disk at 9585 (ms).

11 References: [1] Forrester Consulting, The business value of virtualization, July, [2] P. Barham, B. Dragovic, K. Fraser et al., and the art of virtualization, University of Cambridge Computer Laboratory, [3] Citrix Desktop, TCO savings with desktop virtualization, Citrix. [4] P. Padala, X. Zhu, Z. Wang et al., Performance evaluation of virtualization technologies for server consolidation, HP Laboratories, HPL R1, September 30, [5] H. Raj and K. Schwan, High performance and scalable I/O virtualization via selfvirtualized devices, High Performance Distributed Computing, June 25-29, [6] G. W. Parker, Oracle database 10g performance on windows server 2008 Hyper-V virtual machine, Performance Tuning Corporation, October [7] VMware, Performance study of VMware vstorage thin provisioning, VMware vsphere 4.0, November 11, [8] P.M. Perera, and C. Keppitiyagama, A performance comparison of hypervisors, The International Conference on Advances in ICT for Emerging Regions, pp. 120, September 2, [9] T. Asaro, Thin provisioning, Enterprise Strategy Group, October [10] M.F. Rehman and M. F. Sakr, Initial findings for provisioning variation in cloud computing, 2nd IEEE International Conference on Cloud Computing Technology and Science, [11] VMware, Dynamic storage provisioning, VMware. [12] K. Qian, L. Yi, J. Shu, ThinStore: out-of-band virtualization with thin provisioning, Sixth IEEE International Conference on Networking, Architecture, and Storage, [13] Dornan, VMware rivals closing virtualization gap: Gartner, InformationWeek, July 8, [14] G. Ou, "Introduction to server virtualization," Tech Republic, May 22, [15] Thin provisioning, Tech Target, November, [16] Thick provisioning, IBM, January 12, [17] Virtualization Guide, Red Hat Inc., [18] Measuring performance of applications on virtualized systems under test, Intel, October 2, 2008.

SQL Server 2008 Consolidation

SQL Server 2008 Consolidation Technology Concepts and Business Considerations Abstract The white paper describes how SQL Server 2008 consolidation provides solutions to basic business problems pertaining to the usage of multiple SQL

More information

SWsoft ADVANCED VIRTUALIZATION AND WORKLOAD MANAGEMENT ON ITANIUM 2-BASED SERVERS

SWsoft ADVANCED VIRTUALIZATION AND WORKLOAD MANAGEMENT ON ITANIUM 2-BASED SERVERS SWsoft ADVANCED VIRTUALIZATION AND WORKLOAD MANAGEMENT ON ITANIUM 2-BASED SERVERS Abstract Virtualization and workload management are essential technologies for maximizing scalability, availability and

More information

Key Considerations for Improving Performance And Virtualization in Microsoft SQL Server Environments

Key Considerations for Improving Performance And Virtualization in Microsoft SQL Server Environments Key Considerations for Improving Performance And Virtualization in Microsoft SQL Server Environments Table of Contents Maximizing Performance in SQL Server Environments............... 4 Focusing on Hardware...........................................

More information

That Set the Foundation for the Private Cloud

That Set the Foundation for the Private Cloud for Choosing Virtualization Solutions That Set the Foundation for the Private Cloud solutions from work together to harmoniously manage physical and virtual environments, enabling the use of multiple hypervisors

More information

EMC Business Continuity for Microsoft Applications

EMC Business Continuity for Microsoft Applications EMC Business Continuity for Microsoft Applications Enabled by EMC Celerra, EMC MirrorView/A, EMC Celerra Replicator, VMware Site Recovery Manager, and VMware vsphere 4 Copyright 2009 EMC Corporation. All

More information

Dell EMC Hyperconverged Portfolio: Solutions that Cover the Use Case Spectrum

Dell EMC Hyperconverged Portfolio: Solutions that Cover the Use Case Spectrum Enterprise Strategy Group Getting to the bigger truth. White Paper Dell EMC Hyperconverged Portfolio: Solutions that Cover the Use Case Spectrum Broad Portfolio that Meets the Wide Variety of Customer

More information

VCAP5-DCD. Vmware. VMware Certified Advanced Professional 5 - Data Center Design

VCAP5-DCD. Vmware. VMware Certified Advanced Professional 5 - Data Center Design Vmware VCAP5-DCD VMware Certified Advanced Professional 5 - Data Center Design Download Full Version : https://killexams.com/pass4sure/exam-detail/vcap5-dcd QUESTION: 262 A multitier website has an RTO

More information

Enterprise X-Architecture 5th Generation And VMware Virtualization Solutions

Enterprise X-Architecture 5th Generation And VMware Virtualization Solutions Steve Sue VMware PSE June-8 th -2010 Enterprise X-Architecture 5th Generation And VMware Virtualization Solutions 2010 IBM Corporation Virtualization Spending Priority Goldman Sachs 2010 Key Tech Trends

More information

The Case for Virtualizing Your Oracle Database Deployment

The Case for Virtualizing Your Oracle Database Deployment June 2012 The Case for Virtualizing Your Oracle Database Deployment Much has been written about the benefits of virtualization over the last few years. Hypervisor software promises to revolutionize the

More information

VMware vsphere: Taking Virtualization to the Next Level

VMware vsphere: Taking Virtualization to the Next Level About this research note: Product Evaluation notes provide an analysis of the market position of a specific product and its vendor through an in-depth exploration of their relative capabilities. VMware

More information

[TITLE] Virtualization 360: Microsoft Virtualization Strategy, Products, and Solutions for the New Economy

[TITLE] Virtualization 360: Microsoft Virtualization Strategy, Products, and Solutions for the New Economy [TITLE] Virtualization 360: Microsoft Virtualization Strategy, Products, and Solutions for the New Economy Mounir Chaaban & Riaz Salim Account Technology Strategist Microsoft Corporation Microsoft s Vision

More information

GET MORE VIRTUAL WITH DELL AND VMWARE vsphere 4

GET MORE VIRTUAL WITH DELL AND VMWARE vsphere 4 GET MORE VIRTUAL WITH DELL AND VMWARE vsphere 4 PowerEdge Virtualization-Optimized Servers EqualLogic PS Series Virtualized iscsi SANs VMware vsphere Andrew Gilman, Global Enterprise Solutions Marketing,

More information

Parallels Virtuozzo Containers

Parallels Virtuozzo Containers Parallels Virtuozzo Containers White Paper Deploying Application and OS Virtualization Together: Citrix and Parallels Virtuozzo Containers www.parallels.com Version 1.0 Table of Contents The Virtualization

More information

EMC Virtual Infrastructure for Microsoft Exchange 2010 Enabled by EMC Symmetrix VMAX, VMware vsphere 4, and Replication Manager

EMC Virtual Infrastructure for Microsoft Exchange 2010 Enabled by EMC Symmetrix VMAX, VMware vsphere 4, and Replication Manager EMC Virtual Infrastructure for Microsoft Exchange 2010 Enabled by EMC Symmetrix VMAX, VMware vsphere 4, and Replication Manager Reference Architecture Copyright 2010 EMC Corporation. All rights reserved.

More information

FIVE REASONS YOU SHOULD RUN CONTAINERS ON BARE METAL, NOT VMS

FIVE REASONS YOU SHOULD RUN CONTAINERS ON BARE METAL, NOT VMS WHITE PAPER FIVE REASONS YOU SHOULD RUN CONTAINERS ON BARE METAL, NOT VMS Over the past 15 years, server virtualization has become the preferred method of application deployment in the enterprise datacenter.

More information

Improving Blade Economics with Virtualization

Improving Blade Economics with Virtualization Improving Blade Economics with Virtualization John Kennedy Senior Systems Engineer VMware, Inc. jkennedy@vmware.com The agenda Description of Virtualization VMware Products Benefits of virtualization Overview

More information

IBM Systems: Helping the world use less servers

IBM Systems: Helping the world use less servers Agenda Server Consolidation Reasons Server Consolidation Methodology Power Systems Server Consolidation Server Consolidation Examples Demo of SCON Tool Mike Rede Field Technical Sales Specialist mrede@us.ibm.com

More information

How Architecture Design Can Lower Hyperconverged Infrastructure (HCI) Total Cost of Ownership (TCO)

How Architecture Design Can Lower Hyperconverged Infrastructure (HCI) Total Cost of Ownership (TCO) Economic Insight Paper How Architecture Design Can Lower Hyperconverged Infrastructure (HCI) Total Cost of Ownership (TCO) By Eric Slack, Sr. Analyst December 2017 Enabling you to make the best technology

More information

Performance & Scalability Testing in Virtual Environment Hemant Gaidhani, Senior Technical Marketing Manager, VMware

Performance & Scalability Testing in Virtual Environment Hemant Gaidhani, Senior Technical Marketing Manager, VMware Performance & Scalability Testing in Virtual Environment Hemant Gaidhani, Senior Technical Marketing Manager, VMware 2010 VMware Inc. All rights reserved About the Speaker Hemant Gaidhani Senior Technical

More information

7 Things ISVs Must Know About Virtualization

7 Things ISVs Must Know About Virtualization 7 Things ISVs Must Know About Virtualization July 2010 VIRTUALIZATION BENEFITS REPORT Table of Contents Executive Summary...1 Introduction...1 1. Applications just run!...2 2. Performance is excellent...2

More information

Storage Considerations for VMware vcloud Director. VMware vcloud Director Version 1.0

Storage Considerations for VMware vcloud Director. VMware vcloud Director Version 1.0 Storage Considerations for VMware vcloud Director Version 1.0 T e c h n i c a l W H I T E P A P E R Introduction VMware vcloud Director is a new solution that addresses the challenge of rapidly provisioning

More information

XenDesktop Planning Guide: Image Delivery

XenDesktop Planning Guide: Image Delivery Consulting Solutions WHITE PAPER Citrix XenDesktop XenDesktop Planning Guide: Image Delivery ( / Machine Creation ) www.citrix.com Overview With previous versions of XenDesktop (version 4 and prior), the

More information

Deploying Application and OS Virtualization Together: Citrix and Virtuozzo

Deploying Application and OS Virtualization Together: Citrix and Virtuozzo White Paper Deploying Application and OS Virtualization Together: Citrix and Virtuozzo www.swsoft.com Version 1.0 Table of Contents The Virtualization Continuum: Deploying Virtualization Together... 3

More information

Hyperconverged Infrastructure: Cost-effectively Simplifying IT to Improve Business Agility at Scale

Hyperconverged Infrastructure: Cost-effectively Simplifying IT to Improve Business Agility at Scale Enterprise Strategy Group Getting to the bigger truth. White Paper Hyperconverged Infrastructure: Cost-effectively Simplifying IT to Improve Business Agility at Scale By Mike Leone, ESG Senior Analyst;

More information

The Hardware Realities of Virtualization

The Hardware Realities of Virtualization Quad-Core AMD Opteron Processors with AMD Virtualization (AMD-V ) Deliver Increased Scalability and Performance for Virtualized Citrix XenApp on XenServer. Virtualization is becoming a standard method

More information

VMware vstorage APIs FOR ARRAY INTEGRATION WITH EMC VNX SERIES FOR SAN

VMware vstorage APIs FOR ARRAY INTEGRATION WITH EMC VNX SERIES FOR SAN White Paper VMware vstorage APIs FOR ARRAY INTEGRATION WITH EMC VNX SERIES FOR SAN Benefits of EMC VNX for Block Integration with VMware VAAI EMC SOLUTIONS GROUP Abstract This white paper highlights the

More information

Changing The Conversation: Infrastructure as a Service

Changing The Conversation: Infrastructure as a Service Changing The Conversation: Infrastructure as a Service October 20, 2011 Fernando Rey Fernando Business Development Cloud Services dindo.fernando@microsoft.com You manage You manage You manage Slide with

More information

Running SQL Server 2008 in a Hyper-V Environment

Running SQL Server 2008 in a Hyper-V Environment Running SQL Server 28 in a Hyper-V Environment Best Practices and Performance Considerations SQL Server Technical Article Writers: Lindsey Allen, Mike Ruthruff, Prem Mehra Technical Reviewers: Cindy Gross,

More information

Hyper-Converged Infrastructure: Providing New Opportunities for Improved Availability

Hyper-Converged Infrastructure: Providing New Opportunities for Improved Availability Hyper-Converged Infrastructure: Providing New Opportunities for Improved Availability IT teams in companies of all sizes face constant pressure to meet the Availability requirements of today s Always-On

More information

EMC Integrated Infrastructure for VMware. Business Continuity

EMC Integrated Infrastructure for VMware. Business Continuity EMC Integrated Infrastructure for VMware Business Continuity Enabled by EMC Celerra and VMware vcenter Site Recovery Manager Reference Architecture Copyright 2009 EMC Corporation. All rights reserved.

More information

Cloud Computing. January 2012 CONTENT COMMUNITY CONVERSATION CONVERSION

Cloud Computing. January 2012 CONTENT COMMUNITY CONVERSATION CONVERSION Cloud Computing January 2012 CONTENT COMMUNITY CONVERSATION CONVERSION Purpose and Methodology Survey Sample Field Work December 20, 2011 January 9, 2012 Total Respondents 554 Margin of Error +/- 4.2%

More information

Cloud Computing Capacity Planning

Cloud Computing Capacity Planning Cloud Computing Capacity Planning Dr. Sanjay P. Ahuja, Ph.D. 2010-14 FIS Distinguished Professor of Computer Science School of Computing, UNF Introduction One promise of cloud computing is that virtualization

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

Virtualized SQL Server Performance and Scaling on Dell EMC XC Series Web-Scale Hyper-converged Appliances Powered by Nutanix Software

Virtualized SQL Server Performance and Scaling on Dell EMC XC Series Web-Scale Hyper-converged Appliances Powered by Nutanix Software Virtualized SQL Server Performance and Scaling on Dell EMC XC Series Web-Scale Hyper-converged Appliances Powered by Nutanix Software Dell EMC Engineering January 2017 A Dell EMC Technical White Paper

More information

TPC-E testing of Microsoft SQL Server 2016 on Dell EMC PowerEdge R830 Server and Dell EMC SC9000 Storage

TPC-E testing of Microsoft SQL Server 2016 on Dell EMC PowerEdge R830 Server and Dell EMC SC9000 Storage TPC-E testing of Microsoft SQL Server 2016 on Dell EMC PowerEdge R830 Server and Dell EMC SC9000 Storage Performance Study of Microsoft SQL Server 2016 Dell Engineering February 2017 Table of contents

More information

Consulting Solutions WHITE PAPER Citrix XenDesktop XenApp 6.x Planning Guide: Virtualization Best Practices

Consulting Solutions WHITE PAPER Citrix XenDesktop XenApp 6.x Planning Guide: Virtualization Best Practices Consulting Solutions WHITE PAPER Citrix XenDesktop XenApp 6.x Planning Guide: Virtualization Best Practices www.citrix.com Table of Contents Overview... 3 Scalability... 3 Guidelines... 4 Operations...

More information

LEVERAGING EMC FAST CACHE WITH SYBASE OLTP APPLICATIONS

LEVERAGING EMC FAST CACHE WITH SYBASE OLTP APPLICATIONS White Paper LEVERAGING EMC FAST CACHE WITH SYBASE OLTP APPLICATIONS Abstract This white paper introduces EMC s latest innovative technology, FAST Cache, and emphasizes how users can leverage it with Sybase

More information

VDI What is it? Virtual Desktop Infrastructure in Plain Vanilla. Clifford Gabriel Data Center and Virtualization Trends and Technologies Inc.

VDI What is it? Virtual Desktop Infrastructure in Plain Vanilla. Clifford Gabriel Data Center and Virtualization Trends and Technologies Inc. VDI What is it? Virtual Desktop Infrastructure in Plain Vanilla Clifford Gabriel Data Center and Virtualization Trends and Technologies Inc. Trends and Technologies Inc. Gold Partner - Cisco Enterprise

More information

Vblock Infrastructure Packages: Accelerating Deployment of the Private Cloud

Vblock Infrastructure Packages: Accelerating Deployment of the Private Cloud Vblock Infrastructure Packages: Accelerating Deployment of the Private Cloud Roberto Missana - Channel Product Sales Specialist Data Center, Cisco 1 IT is undergoing a transformation Enterprise IT solutions

More information

Microsoft SQL Server in a VMware Environment on Dell PowerEdge R810 Servers and Dell EqualLogic Storage

Microsoft SQL Server in a VMware Environment on Dell PowerEdge R810 Servers and Dell EqualLogic Storage Microsoft SQL Server in a VMware Environment on Dell PowerEdge R810 Servers and Dell EqualLogic Storage A Dell Technical White Paper Dell Database Engineering Solutions Anthony Fernandez April 2010 THIS

More information

EMC Backup and Recovery for Microsoft SQL Server

EMC Backup and Recovery for Microsoft SQL Server EMC Backup and Recovery for Microsoft SQL Server Enabled by Microsoft SQL Native Backup Reference Copyright 2010 EMC Corporation. All rights reserved. Published February, 2010 EMC believes the information

More information

Performance Characterization of the Dell Flexible Computing On-Demand Desktop Streaming Solution

Performance Characterization of the Dell Flexible Computing On-Demand Desktop Streaming Solution Performance Characterization of the Dell Flexible Computing On-Demand Desktop Streaming Solution Product Group Dell White Paper February 28 Contents Contents Introduction... 3 Solution Components... 4

More information

BUYING SERVER HARDWARE FOR A SCALABLE VIRTUAL INFRASTRUCTURE

BUYING SERVER HARDWARE FOR A SCALABLE VIRTUAL INFRASTRUCTURE E-Guide BUYING SERVER HARDWARE FOR A SCALABLE VIRTUAL INFRASTRUCTURE SearchServer Virtualization P art 1 of this series explores how trends in buying server hardware have been influenced by the scale-up

More information

Data Protection for Virtualized Environments

Data Protection for Virtualized Environments Technology Insight Paper Data Protection for Virtualized Environments IBM Spectrum Protect Plus Delivers a Modern Approach By Steve Scully, Sr. Analyst February 2018 Modern Data Protection for Virtualized

More information

Using Virtualization to Reduce Cost and Improve Manageability of J2EE Application Servers

Using Virtualization to Reduce Cost and Improve Manageability of J2EE Application Servers WHITEPAPER JANUARY 2006 Using Virtualization to Reduce Cost and Improve Manageability of J2EE Application Servers J2EE represents the state of the art for developing component-based multi-tier 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

Virtualizing Oracle on VMware

Virtualizing Oracle on VMware Virtualizing Oracle on VMware Sudhansu Pati, VCP Certified 4/20/2012 2011 VMware Inc. All rights reserved Agenda Introduction Oracle Databases on VMware Key Benefits Performance, Support, and Licensing

More information

vsan 6.6 Performance Improvements First Published On: Last Updated On:

vsan 6.6 Performance Improvements First Published On: Last Updated On: vsan 6.6 Performance Improvements First Published On: 07-24-2017 Last Updated On: 07-28-2017 1 Table of Contents 1. Overview 1.1.Executive Summary 1.2.Introduction 2. vsan Testing Configuration and Conditions

More information

Market Report. Scale-out 2.0: Simple, Scalable, Services- Oriented Storage. Scale-out Storage Meets the Enterprise. June 2010.

Market Report. Scale-out 2.0: Simple, Scalable, Services- Oriented Storage. Scale-out Storage Meets the Enterprise. June 2010. Market Report Scale-out 2.0: Simple, Scalable, Services- Oriented Storage Scale-out Storage Meets the Enterprise By Terri McClure June 2010 Market Report: Scale-out 2.0: Simple, Scalable, Services-Oriented

More information

Bohar Singh 1, Gursewak Singh 2

Bohar Singh 1, Gursewak Singh 2 A STUDY ON VIRTUALIZATION AND HYPERVISOR IN CLOUD COMPUTING Bohar Singh 1, Gursewak Singh 2 1 Computer Science and Application, bohar2@gmail.com 2 Computer Science and Application, mgursewak@gmail.com

More information

Introduction. Application Versions. Virtual Machine Defined. Other Definitions. Tech Note 656 Building Wonderware Solution Architectures on VMware

Introduction. Application Versions. Virtual Machine Defined. Other Definitions. Tech Note 656 Building Wonderware Solution Architectures on VMware Tech Note 656 Building Wonderware Solution Architectures on VMware All Tech Notes, Tech Alerts and KBCD documents and software are provided "as is" without warranty of any kind. See the Terms of Use for

More information

Reference Architecture for Dell VIS Self-Service Creator and VMware vsphere 4

Reference Architecture for Dell VIS Self-Service Creator and VMware vsphere 4 Reference Architecture for Dell VIS Self-Service Creator and VMware vsphere 4 Solutions for Small & Medium Environments Virtualization Solutions Engineering Ryan Weldon and Tom Harrington THIS WHITE PAPER

More information

Client Automation v8.10 Enterprise, Standard, Starter*

Client Automation v8.10 Enterprise, Standard, Starter* Core Installation Satellite Installation Application Management Application Self Service Management Application Management Profiles Patch Management Security And Compliance Management OS Management Out-of-Band

More information

Dell EMC Ready Architectures for VDI

Dell EMC Ready Architectures for VDI Dell EMC Ready Architectures for VDI Designs for Citrix XenDesktop and XenApp for Dell EMC XC Family September 2018 H17388 Deployment Guide Abstract This deployment guide provides instructions for deploying

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

Free up rack space by replacing old servers and storage

Free up rack space by replacing old servers and storage A Principled Technologies report: Hands-on testing. Real-world results. Free up rack space by replacing old servers and storage A 2U Dell PowerEdge FX2s and all-flash VMware vsan solution powered by Intel

More information

Pivot3 Acuity with Microsoft SQL Server Reference Architecture

Pivot3 Acuity with Microsoft SQL Server Reference Architecture Pivot3 Acuity with Microsoft SQL Server 2014 Reference Architecture How to Contact Pivot3 Pivot3, Inc. General Information: info@pivot3.com 221 West 6 th St., Suite 750 Sales: sales@pivot3.com Austin,

More information

OPTIMIZING CLOUD DEPLOYMENT OF VIRTUALIZED APPLICATIONS ON EMC SYMMETRIX VMAX CLOUD EDITION

OPTIMIZING CLOUD DEPLOYMENT OF VIRTUALIZED APPLICATIONS ON EMC SYMMETRIX VMAX CLOUD EDITION White Paper OPTIMIZING CLOUD DEPLOYMENT OF VIRTUALIZED APPLICATIONS ON EMC SYMMETRIX VMAX CLOUD EDITION Simplifies cloud storage Automates management and provisioning Transforms as-a-service delivery EMC

More information

Dell EMC Hyper-Converged Infrastructure

Dell EMC Hyper-Converged Infrastructure Dell EMC Hyper-Converged Infrastructure New normal for the modern data center Nikolaos.Nikolaou@dell.com Sr. Systems Engineer Greece, Cyprus & Malta GLOBAL SPONSORS Traditional infrastructure and processes

More information

PERFORMANCE CHARACTERIZATION OF MICROSOFT SQL SERVER USING VMWARE CLOUD ON AWS PERFORMANCE STUDY JULY 2018

PERFORMANCE CHARACTERIZATION OF MICROSOFT SQL SERVER USING VMWARE CLOUD ON AWS PERFORMANCE STUDY JULY 2018 PERFORMANCE CHARACTERIZATION OF MICROSOFT SQL SERVER USING VMWARE CLOUD ON AWS PERFORMANCE STUDY JULY 2018 Table of Contents Executive Summary...3 Introduction...3 Test Environment... 4 Infrastructure

More information

PRESENTATION TITLE GOES HERE

PRESENTATION TITLE GOES HERE Performance Basics PRESENTATION TITLE GOES HERE Leah Schoeb, Member of SNIA Technical Council SNIA EmeraldTM Training SNIA Emerald Power Efficiency Measurement Specification, for use in EPA ENERGY STAR

More information

New Zealand Government IBM Infrastructure as a Service

New Zealand Government IBM Infrastructure as a Service New Zealand Government IBM Infrastructure as a Service A world class agile cloud infrastructure designed to provide quick access to a security-rich, enterprise-class virtual server environment. 2 New Zealand

More information

Understanding the ESVA Architecture

Understanding the ESVA Architecture Understanding the ESVA Architecture Overview Storage virtualization is the basis of the ESVA (Enterprise Scalable Virtualized Architecture). The virtualized storage powered by the architecture is highly

More information

Red Hat enterprise virtualization 3.1 feature comparison

Red Hat enterprise virtualization 3.1 feature comparison Red Hat enterprise virtualization 3.1 feature comparison at a glance Red Hat Enterprise Virtualization 3.1 is first fully open source, enterprise ready virtualization platform Compare functionality of

More information

Dell DVS. Enabling user productivity and efficiency in the Virtual Era. Dennis Larsen & Henrik Christensen. End User Computing

Dell DVS. Enabling user productivity and efficiency in the Virtual Era. Dennis Larsen & Henrik Christensen. End User Computing Dell DVS Enabling user productivity and efficiency in the Virtual Era Dennis Larsen & Henrik Christensen Agenda Dells view on VDI Dell Desktop Virtualization Solutions DVS Enterprise DVS Simplified (incl.

More information

Modernizing Virtual Infrastructures Using VxRack FLEX with ScaleIO

Modernizing Virtual Infrastructures Using VxRack FLEX with ScaleIO Background As organizations continue to look for ways to modernize their infrastructures by delivering a cloud-like experience onpremises, hyperconverged offerings are exceeding expectations. In fact,

More information

Welcome. Jeremy Poon Territory Manager, VMware

Welcome. Jeremy Poon Territory Manager, VMware Welcome Jeremy Poon Territory Manager, VMware Partner Recognition VMware Infrastructure The New Computing Platform Presented by: Yasser Elgammal Regional Director, VMware VMware: Who We Are World s leading

More information

Windows Server 2016 Impact on VDI: Benchmark Results. By Mark Plettenberg, Ryan Bijkerk and Omar Bouhaj

Windows Server 2016 Impact on VDI: Benchmark Results. By Mark Plettenberg, Ryan Bijkerk and Omar Bouhaj Windows Server 2016 Impact on VDI: Benchmark Results By Mark Plettenberg, Ryan Bijkerk and Omar Bouhaj Disclosure and Warranty The information, concepts, and ideas contained in this document are the property

More information

Green IT: Start Saving Money

Green IT: Start Saving Money Green IT: Start Saving Money Start Saving Money on Energy Many data centers face an energy shortage & out-of-control energy costs The average enterprise pays $21M-$27M/year for data center electricity

More information

IOmark-VM. VMware VSAN Intel Servers + VMware VSAN Storage SW Test Report: VM-HC a Test Report Date: 16, August

IOmark-VM. VMware VSAN Intel Servers + VMware VSAN Storage SW Test Report: VM-HC a Test Report Date: 16, August IOmark-VM VMware VSAN Intel Servers + VMware VSAN Storage SW Test Report: VM-HC-160816-a Test Report Date: 16, August 2016 Copyright 2010-2016 Evaluator Group, Inc. All rights reserved. IOmark-VM, IOmark-VDI,

More information

Infor LN Deployment in a Virtualized Environment

Infor LN Deployment in a Virtualized Environment Infor LN Deployment in a Virtualized Environment Copyright 2012 Infor Important Notices The material contained in this publication (including any supplementary information) constitutes and contains confidential

More information

Lab Validation Report

Lab Validation Report Lab Validation Report Citrix XenServer 6.0 Server Virtualization for Enterprise Applications By Mike Leone and Vinny Choinski January 2012 Lab Validation: Citrix XenServer 6.0 2 Contents Introduction...

More information

HCI mit VMware vsan Radikal einfach und vollständig in die SDDC Strategie integriert

HCI mit VMware vsan Radikal einfach und vollständig in die SDDC Strategie integriert HCI mit VMware vsan Radikal einfach und vollständig in die SDDC Strategie integriert Februar 2018 Falko Lucas SDS Technical Specialist flucas@vmware.com Digitalisierung als Treiber für die Transformation

More information

VMware vcloud Director Evaluator s Guide TECHNICAL WHITE PAPER

VMware vcloud Director Evaluator s Guide TECHNICAL WHITE PAPER VMware vcloud Director Evaluator s Guide TECHNICAL WHITE PAPER Table of Contents 1. Getting Started.... 4 1.1 About This Guide... 4 1.2 Intended Audience.... 4 1.3 Help and Support During the Evaluation....

More information

Dell EMC Hyper-Converged Infrastructure

Dell EMC Hyper-Converged Infrastructure Dell EMC Hyper-Converged Infrastructure New normal for the modern data center GLOBAL SPONSORS Traditional infrastructure and processes are unsustainable Expensive tech refreshes, risky data migrations

More information

Price Performance Analysis of NxtGen Vs. Amazon EC2 and Rackspace Cloud.

Price Performance Analysis of NxtGen Vs. Amazon EC2 and Rackspace Cloud. Price Performance Analysis of Vs. EC2 and Cloud. Performance Report: ECS Performance Analysis of Virtual Machines on ECS and Competitive IaaS Offerings An Examination of Web Server and Database Workloads

More information

Executive Briefing. All SAN storage

Executive Briefing. All SAN storage Executive Briefing N exsan Drives OpEx Savings & Simplified Usability via Its Integration of SASBeast Management Software with Windows Virtual Disk Service (VDS) and Microsoft Management Console (MMC)

More information

Delivering a cost-effective and highly manageable solution without compromising performance, scalability, or security

Delivering a cost-effective and highly manageable solution without compromising performance, scalability, or security The Red Hat Enterprise Virtualization Platform: Extending the Reach of Virtualization Delivering a cost-effective and highly manageable solution without compromising performance, scalability, or security

More information

New Zealand Government IbM Infrastructure as a service

New Zealand Government IbM Infrastructure as a service New Zealand Government IbM Infrastructure as a service Global leverage / local experts World-class Scalable Agile Flexible Fast Secure What are we offering? IBM New Zealand Government Infrastructure as

More information

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

What s New in VMware vsphere 4.1 Performance. VMware vsphere 4.1 What s New in VMware vsphere 4.1 Performance VMware vsphere 4.1 T E C H N I C A L W H I T E P A P E R Table of Contents Scalability enhancements....................................................................

More information

CDW PARTNER REVIEW GUIDE SERVER VIRTUALIZATION

CDW PARTNER REVIEW GUIDE SERVER VIRTUALIZATION CDW PARTNER REVIEW GUIDE SERVER VIRTUALIZATION MAKING THE MOST OF YOUR VIRTUALIZATION SOLUTION Server virtualization is no longer a luxury but an essential part of the modern data center. By combining

More information

Atlantis Computing Adds the Ability to Address Classic Server Workloads

Atlantis Computing Adds the Ability to Address Classic Server Workloads FLASH Atlantis Computing Adds the Ability to Address Classic Server Workloads Eric Burgener Brett Waldman IN THIS FLASH This IDC Flash discusses Atlantis Computing's In-Memory Storage technology and how

More information

SIMPLIFIED VDI WITH RED HAT ENTERPRISE VIRTUALIZATION FOR DESKTOPS

SIMPLIFIED VDI WITH RED HAT ENTERPRISE VIRTUALIZATION FOR DESKTOPS SIMPLIFIED VDI WITH RED HAT ENTERPRISE VIRTUALIZATION FOR DESKTOPS Jeff Jameson, Product Marketing Manager Dave Simmons, Prin. Solutions Architect 6.27.12 AGENDA RHEV in the Virtualization Market What

More information

Intelligent. The legacy storage technologies in use at most organizations today were designed. STORAGE for Virtualization.

Intelligent. The legacy storage technologies in use at most organizations today were designed. STORAGE for Virtualization. DELL EqualLogic Next-Generation Intelligent STORAGE for Virtualization Cost SCALE UP Significant Overspending The legacy storage technologies in use at most organizations today were designed and developed

More information

Virtualization Overview

Virtualization Overview VMware W Hwhite I T E Ppaper A P E R Virtualization Overview Table of Contents Introduction... 3 Virtualization in a Nutshell... 3 Virtualization Approaches... 4 Virtualization for Server Consolidation

More information

Reaping the Benefits of Multiple Hypervisors

Reaping the Benefits of Multiple Hypervisors Reaping the Benefits of Multiple Use cases show how organizations can achieve groundbreaking results in virtualization by using combined solutions from Dell and Microsoft to choose the right hypervisor

More information

How Microsoft IT Reduced Operating Expenses Using Virtualization

How Microsoft IT Reduced Operating Expenses Using Virtualization How Microsoft IT Reduced Operating Expenses Using Virtualization Published: May 2010 The following content may no longer reflect Microsoft s current position or infrastructure. This content should be viewed

More information

vsan Remote Office Deployment January 09, 2018

vsan Remote Office Deployment January 09, 2018 January 09, 2018 1 1. vsan Remote Office Deployment 1.1.Solution Overview Table of Contents 2 1. vsan Remote Office Deployment 3 1.1 Solution Overview Native vsphere Storage for Remote and Branch Offices

More information

MODERNIZE INFRASTRUCTURE

MODERNIZE INFRASTRUCTURE SOLUTION OVERVIEW MODERNIZE INFRASTRUCTURE Support Digital Evolution in the Multi-Cloud Era Agility and Innovation Are Top of Mind for IT As digital transformation gains momentum, it s making every business

More information

CLOUD COMPUTING IT0530. G.JEYA BHARATHI Asst.Prof.(O.G) Department of IT SRM University

CLOUD COMPUTING IT0530. G.JEYA BHARATHI Asst.Prof.(O.G) Department of IT SRM University CLOUD COMPUTING IT0530 G.JEYA BHARATHI Asst.Prof.(O.G) Department of IT SRM University What is virtualization? Virtualization is way to run multiple operating systems and user applications on the same

More information

IT Optimization Trends. Summary Results January 2018

IT Optimization Trends. Summary Results January 2018 IT Optimization Trends Survey Summary Between October 2017 and January 2018, Gatepoint Research invited selected executives to participate in a survey themed IT Optimization Trends. Candidates were invited

More information

2012 Enterprise Strategy Group. Enterprise Strategy Group Getting to the bigger truth. TM

2012 Enterprise Strategy Group. Enterprise Strategy Group Getting to the bigger truth. TM 2012 Enterprise Strategy Group Enterprise Strategy Group Getting to the bigger truth. TM Enterprise Strategy Group Getting to the bigger truth. TM Virtualization Evolution and Storage Requirements Kim

More information

HP s Performance Oriented Datacenter

HP s Performance Oriented Datacenter HP s Performance Oriented Datacenter and Automation SEAH Kwang Leng Marketing Manager Enterprise Storage and Servers Asia Pacific & Japan 2008 Hewlett-Packard Development Company, L.P. The information

More information

Easily Managing Hybrid IT with Transformation Technology

Easily Managing Hybrid IT with Transformation Technology White Paper White Paper Managing Public Cloud Computing in the Enterprise Easily Managing Hybrid IT with Transformation Technology A Quick Start Guide 1 Table of Contents Abstract... 3 Traditional Approaches

More information

High performance and functionality

High performance and functionality IBM Storwize V7000F High-performance, highly functional, cost-effective all-flash storage Highlights Deploys all-flash performance with market-leading functionality Helps lower storage costs with data

More information

Consulting Solutions WHITE PAPER Citrix XenDesktop XenApp Planning Guide: Virtualization Best Practices

Consulting Solutions WHITE PAPER Citrix XenDesktop XenApp Planning Guide: Virtualization Best Practices Consulting Solutions WHITE PAPER Citrix XenDesktop XenApp Planning Guide: Virtualization Best Practices www.citrix.com Overview Desktop virtualization comprises of many different types of virtual desktops.

More information

Running Splunk on VxRack FLEX

Running Splunk on VxRack FLEX ESG Technical White Paper Running Splunk on VxRack FLEX Background As organizations continue to look for ways to modernize their infrastructures by delivering a cloud-like experience onpremises, hyperconverged

More information

EMC Virtual Infrastructure for Microsoft Applications Data Center Solution

EMC Virtual Infrastructure for Microsoft Applications Data Center Solution EMC Virtual Infrastructure for Microsoft Applications Data Center Solution Enabled by EMC Symmetrix V-Max and Reference Architecture EMC Global Solutions Copyright and Trademark Information Copyright 2009

More information

Run and Reporting Rules for VMware View Planner Updated July 17, 2013

Run and Reporting Rules for VMware View Planner Updated July 17, 2013 Run and Reporting Rules for VMware View Planner Updated July 17, 2013 1 Introduction These View Planner Run and Reporting Rules define how to correctly measure and report performance using the View Planner

More information

Using EMC FAST with SAP on EMC Unified Storage

Using EMC FAST with SAP on EMC Unified Storage Using EMC FAST with SAP on EMC Unified Storage Applied Technology Abstract This white paper examines the performance considerations of placing SAP applications on FAST-enabled EMC unified storage. It also

More information