Scaling Microsoft Exchange in a Red Hat Enterprise Virtualization Environment

Size: px
Start display at page:

Download "Scaling Microsoft Exchange in a Red Hat Enterprise Virtualization Environment"

Transcription

1 Scaling Microsoft Exchange in a Red Hat Enterprise Virtualization Environment LoadGen Workload Microsoft Exchange Server 2007 Microsoft Windows Server 2008 Red Hat Enterprise Linux 5.4 (with integrated KVM Hypervisor) Dell PowerEdge R710 (Intel Xeon E Nehalem) Version 1.0 August 2009

2 Scaling Microsoft Exchange in a Red Hat Enterprise Virtualization Environment 1801 Varsity Drive Raleigh NC USA Phone: Phone: Fax: PO Box Research Triangle Park NC USA Linux is a registered trademark of Linus Torvalds. Red Hat, Red Hat Enterprise Linux and the Red Hat "Shadowman" logo are registered trademarks of Red Hat, Inc. in the United States and other countries. All other trademarks referenced herein are the property of their respective owners by Red Hat, Inc. This material may be distributed only subject to the terms and conditions set forth in the Open Publication License, V1.0 or later (the latest version is presently available at The information contained herein is subject to change without notice. Red Hat, Inc. shall not be liable for technical or editorial errors or omissions contained herein. Distribution of modified versions of this document is prohibited without the explicit permission of Red Hat Inc. Distribution of this work or derivative of this work in any standard (paper) book form for commercial purposes is prohibited unless prior permission is obtained from Red Hat Inc. The GPG fingerprint of the security@redhat.com key is: CA B D6 9D FC 65 F6 EC C CD DB 42 A6 0E 2

3 Table of Contents 1 Executive Summary Red Hat Enterprise Virtualization (RHEV) - Overview Red Hat Enterprise Virtualization (RHEV) - Portfolio Kernel-based Virtualization Machine (KVM) Traditional Hypervisor Model Linux as a Hypervisor A Minimal System KVM Summary Test Configuration Hardware Software Storage Layout Test Methodology Workload Configuration & Workload Performance Test Plan Tuning & Optimizations Test Results Scaling Multiple 2-vCPU Guests Scaling Multiple 4-vCPU Guests Scaling Multiple 8-vCPU Guests Scaling-Up by Increasing the Number of vcpus in a Single Guest Virtualization Efficiency in Consolidation Scenarios Conclusions References

4 1 Executive Summary This paper describes the performance and scaling of an industry-standard Exchange application, Microsoft Load Generator (LoadGen), running in Microsoft Windows Server 2008 guests under Red Hat Enterprise Linux 5.4 using the KVM hypervisor. The host system was deployed on a Dell PowerEdge R710 G6 server equipped with 72 GB of RAM and comprising dual sockets each with a 2.53 GHz Intel Xeon E5540 (Nehalem) processor with support for hyper-threading technology, totaling 8 cores and 16 threads. This paper illustrates the ability of Red Hat virtualization to virtualize disk and network IO in both scale-up and scale-out scenarios. The paper demonstrates that for this particular application and workload, Red Hat virtualization is more efficient at scaling-out than at scaling-up. In addition, the paper gives some general guidelines for optimizing Exchange in such an environment. Scaling-Up a Virtual Machine First, the performance of the LoadGen application was measured by loading a single guest on the server, and assigning it 2, 4, or 8 vcpus. The network latency increased by less than 87% as the number of users was increased by a factor of 4 and the guest expanded from 2 threads to a complete 4 core/8 thread server. Scaling-Out Virtual Machines A second series of tests involved scaling out multiple independent VMs each comprising 2 or 4 vcpus up to a total of 8 vcpus on an 8 core/16 thread Nehalem server. As an example, the performance was tested for 1, 2, 4, and 8 concurrent 2-vCPU guests running LoadGen. The network latency for the 8-guest configuration increased by less than 20 percent over the 1-guest setup while increasing the number of concurrent Exchange users by a factor of 8. The data presented in this paper clearly establishes that Red Hat Enterprise Linux 5.4 guests using the KVM hypervisor on a Dell PowerEdge R710 provide a stable platform for hosting multiple virtualized Exchange applications. The ability to scale-out contributes to the effectiveness of KVM for Exchange applications. The number of actual users and latency supported in any specific customer situation will, of course, depend on the specifics of the customer application used and the intensity of user activity. However, the results demonstrate that in a heavily virtualized environment, acceptable latency was retained even as the number and size of guests/virtual-machines was increased up until the physical server was fully subscribed. 4

5 2 Red Hat Enterprise Virtualization (RHEV) - Overview 2.1 Red Hat Enterprise Virtualization (RHEV) - Portfolio Server virtualization offers tremendous benefits for enterprise IT organizations server consolidation, hardware abstraction, and internal clouds deliver a high degree of operational efficiency. However, today, server virtualization is not used pervasively in the production enterprise datacenter. Some of the barriers preventing wide-spread adoption of existing proprietary virtualization solutions are performance, scalability, security, cost, and ecosystem challenges. The Red Hat Enterprise Virtualization portfolio is an end-to-end virtualization solution, with use cases for both servers and desktops, that is designed to overcome these challenges, enable pervasive datacenter virtualization, and unlock unprecedented capital and operational efficiency. The Red Hat Enterprise Virtualization portfolio builds upon the Red Hat Enterprise Linux platform that is trusted by millions of organizations around the world for their most mission-critical workloads. Combined with KVM, the latest generation of virtualization technology, Red Hat Enterprise Virtualization delivers a secure, robust virtualization platform with unmatched performance and scalability for Red Hat Enterprise Linux and Windows guests. Red Hat Enterprise Virtualization consists of the following server-focused products: 1. Red Hat Enterprise Virtualization Manager (RHEV-M) for Servers: A feature-rich server virtualization management system that provides advanced management capabilities for hosts and guests, including high availability, live migration, storage management, system scheduler, and more. 2. A modern hypervisor based on KVM (Kernel-based Virtualization Machine) which can be deployed either as: Red Hat Enterprise Virtualization Hypervisor (RHEV-H): A standalone, small footprint, high performance, secure hypervisor based on the Red Hat Enterprise Linux kernel. Or Red Hat Enterprise Linux 5.4: The latest Red Hat Enterprise Linux platform release that integrates KVM hypervisor technology, allowing customers to increase their operational and capital efficiency by leveraging the same hosts to run both native Red Hat Enterprise Linux applications and virtual machines executing supported guest operating systems. 5

6 Figure 1: Red Hat Enterprise Virtualization Hypervisor 6

7 Figure 2: Red Hat Enterprise Virtualization Manager for Servers 2.2 Kernel-based Virtualization Machine (KVM) A hypervisor, also called virtual machine monitor (VMM), is a computer software platform that allows multiple ( guest ) operating systems to run concurrently on a host computer. The guest virtual machines interact with the hypervisor which translates guest I/O and memory requests into corresponding requests for resources on the host computer. Running fully-virtualized guests, i.e., guests with unmodified guest operating systems, requires complex hypervisors and incurs a performance penalty for emulation and translation of I/O and memory requests. Over the last couple of years as chip vendors (Intel and AMD) have been steadily adding CPU features that offer hardware enhancements to the support virtualization. Most notable are: 1.First generation hardware assisted virtualization: Removes the need for hypervisor to scan and rewrite privileged kernel instructions using Intel VT (Virtualization Technology) and AMD's SVM (Secure Virtual Machine) technology. 2.Second generation hardware assisted virtualization: Offloads virtual to physical memory address translation to CPU/chip-set using Intel EPT (Extended Page Tables) and AMD RVI (Rapid Virtualization Indexing) technology. This provides significant reduction in memory 7

8 address translation overhead in virtualized environments. 3.Third generation hardware assisted virtualization: Allows PCI I/O devices to be attached directly to virtual machines using Intel VT-d (Virtualization Technology for directed I/O) and AMD IOMMU. And SR-IOV (Single Root I/O Virtualization) which allows special PCI devices to be split into multiple virtual devices. This provides significant improvement in guest I/O performance. The great interest in virtualization has led to the creation of several different hypervisors. However, many of these predate hardware-assisted virtualization, and are therefore somewhat complex pieces of software. With the advent of the above hardware extensions, writing a hypervisor has become significantly easier and it is now possible to enjoy the benefits of virtualization while leveraging existing open source achievements to date. Kernel-based Virtual Machine (KVM) turns a Linux kernel into a hypervisor. Red Hat Enterprise Linux 5.4 provides the first commercial-strength implementation of KVM, which is developed as part of the upstream Linux kernel Traditional Hypervisor Model The traditional hypervisor model consists of a software layer which multiplexes the hardware among several guest operating systems. The hypervisor performs basic scheduling and memory management, and typically delegates management and I/O functions to a special, privileged, guest. Today's hardware, however, is becoming increasingly complex. The so-called basic scheduling operations have to take into account multiple hardware threads on a core, multiple cores on a socket, and multiple sockets on a system. Similarly, on-chip memory controllers require that memory management take into effect the Non-Uniform Memory Access (NUMA) characteristics of a system. While great effort is invested into adding these capabilities to hypervisors, we already have a mature scheduler and memory management system that handles these issues very well the Linux kernel Linux as a Hypervisor By adding virtualization capabilities to a standard Linux kernel, we can enjoy all the finetuning work that has gone (and is going) into the kernel, and bring that benefit into a virtualized environment. Under this model, every virtual machine is a regular Linux process scheduled by the standard Linux scheduler. Its memory is allocated by the Linux memory allocator, with its knowledge of NUMA and integration into the scheduler. By integrating into the kernel, the KVM 'hypervisor' automatically tracks the latest hardware and scalability features without additional effort. 8

9 2.2.3 A Minimal System One of the advantages of the traditional hypervisor model is that it is a minimal system, consisting of only a few hundred thousand lines of code. However, this view does not take into account the privileged guest. This guest has access to all system memory, either through hypercalls or by programming the DMA hardware. A failure of the privileged guest is not recoverable as the hypervisor is not able to restart it if it fails. A KVM based system's privilege footprint is truly minimal: only the host kernel plus a few thousand lines of the kernel mode driver have unlimited hardware access KVM Summary Leveraging new silicon capabilities, the KVM model introduces an approach to virtualization that is fully aligned with the Linux architecture and all of its latest achievements. Furthermore, integrating the hypervisor capabilities into a host Linux kernel as a loadable module simplifies management and improves performance in virtualized environments, while minimizing impact on existing systems. Red Hat Enterprise Linux 5.4 incorporates KVM-based virtualization in addition to the existing Xen-based virtualization. Xen-based virtualization, of course, remains fully supported for the life of the Red Hat Enterprise Linux 5 family. An important feature of any Red Hat Enterprise Linux update is that kernel and user APIs are unchanged, so that Red Hat Enterprise Linux 5 applications do not need to be rebuilt or recertified. This extends to virtualized environments: with a fully integrated hypervisor, the application binary interface (ABI) consistency offered by Red Hat Enterprise Linux means that applications certified to run on Red Hat Enterprise Linux on physical machines are also certified when run in virtual machines. So the portfolio of thousands of certified applications for Red Hat Enterprise Linux applies to both environments. 9

10 3 Test Configuration Figure 3: Test Configuration Diagram 3.1 Hardware Dell PowerEdge R710 Server Switches Storage Dual Socket, Quad Core, Hyper-threading (Total of 16 processing threads) Intel Xeon CPU 2.53GHz 18 x 4 GB DIMMs - total: 72 GB 2 x 146 GB SAS 15K drives Dell PowerConnect 5448 Dell PowerConnect x Dell EqualLogic PS5000XV drive array Table 1: Hardware The KVM hypervisor solution was run on a Dell PowerEdge R710 server and two shelves of Dell EqualLogic PS5000XV storage, connected via a PowerEdge 6248 switch with 10GbE uplink module. The Dell PowerEdge R710 server had two 2.53GHz Intel Xeon Processor E5540s and 18 4GB sticks of RAM. The Dell PowerEdge R710 server was connected to the Dell EqualLogic storage via a 10Gb iscsi connection. Red Hat Enterprise 10

11 Linux 5.4 Beta (kernel el5) was installed as the host operating system, and Windows Server 2008 was installed as the guest operating system. 3.2 Software Red Hat Enterprise Linux Beta KVM Microsoft Windows Server el5 kvm el5 Microsoft Exchange 2007 SP Table 2: Software 3.3 Storage Layout Two trays of Dell EqualLogic PS5000XV storage, connected to each other and to the server via a Dell PowerConnect 6248 switch and 10Gb uplink module, were used. Each guest had two volumes allotted at the SAN level: one for the operating system, and one for the Exchange database and backup files. The operating system iscsi LUN at the host level was revealed using the bundled Red Hat Enterprise Linux iscsi drivers. After installing the guest OS on these.img files, the guest was booted and the software iscsi initiators inside each guest were used to access the LUN reserved for Exchange data. Inside the Windows Server 2008 guest, this LUN was partitioned into two partitions, one for Exchange data, and one for backup files. 11

12 4 Test Methodology 4.1 Workload The goal of testing was to measure network response time for different numbers of users performing this workload on Microsoft Windows Server 2008 with Exchange Acceptable latency was defined as less than 750ms. To reach that goal, a new custom workload that reflected existing standards was created. To build the workload, Microsoft Exchange LoadGen 2007, an industry-standard tool for benchmarking an Exchange Mail Server, was used. That workload was based on the LoadGen settings from an industry-standard virtualized mail benchmark that uses the Microsoft Exchange Server 2003 MAPI Messaging Benchmark 3 (MMB3). MMB3 is the previous generation Exchange benchmark, which Microsoft has replaced with LoadGen The MMB3 workload was modified so it would work on the latest version of LoadGen 2007 by using the Custom feature of that tool. The workload was tuned in such a way as to stress CPU and memory. The workload consisted of 1,000 users per vcpu. For example, a 2-vCPU guest ran with 2,000 users and an 8-vCPU guest with 8,000. During the tests, LoadGen performs tasks to simulate a standard user generating mail activity. When the workload finishes, LoadGen reports response times, which are the average number of milliseconds necessary for the highest 95th percentile of users to complete several tasks. This workload was executed on all virtual machines simultaneously for 30 minutes. 4.2 Configuration & Workload The following configuration was used to get maximum performance out of the guests while staying below the 750ms latency threshold: RAM per vcpu= 2.5 GB Load per vcpu = 1,000 users For example, when executing four 2-vCPU guests, each would use 5 GB RAM, so the total RAM used in the system would be 20 GB. 4.3 Performance Test Plan Scale-out: To demonstrate Red Hat KVM s ability to scale-out, the following test plan was executed: 2 vcpus 1 guest (2 vcpus/5 GB RAM/2,000 users) 2 guests (2 vcpus/5 GB RAM/2,000 users each) 4 guests (2 vcpus/5 GB RAM/2,000 users each) 8 guests (2 vcpus/5 GB RAM/2,000 users each) 12

13 4 vcpus 1 guest (4 vcpus/10 GB RAM/4,000 users) 2 guests (4 vcpus/10 GB RAM/4,000 users each) 4 guests (4 vcpus/10 GB RAM/4,000 users each) 8 vcpus 1 guest (8 vcpus/20 GB RAM/8,000 users) 2 guests (8 vcpus/20 GB RAM/8,000 users each) Scale-up: To demonstrate Red Hat KVM s ability to scale-up, the following test plan was executed: 1 guest (2 vcpus/5 GB RAM/2,000 users) 1 guest (4 vcpus/10 GB RAM/4,000 users) 1 guest (8 vcpus/20 GB RAM/8,000 users) Virtualization Efficiency: To demonstrate Red Hat KVM s ability to consolidate, the following test plan was executed: 8 guests (2 vcpus/5 GB RAM/2,000 users each) 4 guests (4 vcpus/10 GB RAM/4,000 users each) 2 guests (8 vcpus/20 GB RAM/8,000 users each) 4.4 Tuning & Optimizations The host was installed with the Red Hat Enterprise Linux 5.4 Beta. The main focus of this server is to be a KVM hypervisor to guest virtual machines. To optimize performance, the VMs were bound to NUMA nodes. For the odd numbered VMs, they were bound to NUMA node one with the command cpunodedbind=1, membind=1 For the even ones, they were bound to NUMA node zero with the command cpunodedbind=0, membind=0 The host allocated memory in the form of Huge Pages (2048 kb) which was then made available to guests. With the guest using memory backed by huge pages, the number of accesses to translation lookaside buffers (TLB) should be reduced, thereby improving performance. To allocate huge pages, the following files were modified. First, the /etc/sysctl.conf file was modified to indicate the number of huge pages to be made available to the system: # enable hugepages vm.nr_hugepages =

14 Next, the /etc/sysconfig/rc.local file was modified to mount the hugepages on each reboot: mkdir -p /mnt/libhugetlbfs mount -t hugetlbfs hugetlbfs /mnt/libhugetlbfs chmod 777 /mnt/libhugetlbfs The guests were started using the qemu-kvm command line. This allowed for the use of numactl to specify CPU and memory locality, the use of huge pages, and specifying the cache mechanism of the disks. The example which follows allocates a guest with: two CPUs (-smp 2) bound VM to numa node (--cpunodebind=1 --membind=1) 5GB of memory(-m 5120) huge page memory (--mem-path /mnt/libhugetblfs) one drive using the virtual IDE controller three networks using the Red Hat virtio driver (one for iscsi database LUNs, one for network connections to clients and an alternate client network NIC that was not used) numactl --cpunodebind=1 --membind=1 /usr/libexec/qemu-kvm -rtc-td-hack -no-hpet -- mem-path /mnt/libhugetlbfs -m smp 2 -name Mailserver1 -cpu qemu64,+sse2 -uuid 0380a a7d0-af3ea monitor pty -boot c -drive file=/mnt/vm_01/os.img,if=ide,index=0,boot=on -drive file=,if=ide,media=cdrom,index=2 -net nic,macaddr=54:52:00:47:0f:7a,vlan=0,model=virtio -net tap,script=/etc/qemu-ifupbr0,vlan=0,ifname=vnet0 -net nic,macaddr=54:52:00:43:f4:d4,vlan=1,model=virtio -net tap,script=/etc/qemu-ifup-br2,vlan=1,ifname=vnet1 -net nic,macaddr=54:52:00:29:c9:67,vlan=2,model=virtio -net tap,script=/etc/qemu-ifupbr3,vlan=2,ifname=vnet2 -serial none -parallel none -usb -usbdevice tablet -vnc :5901 -k en-us A few adjustments were made inside of the guest along with our guest start scripts. For multipath support inside the guest, the Dell EqualLogic Host Integration Toolkit was installed. The database LUNs that were used for the testing were accessed through the guest s iscsi initiators. To remove some overhead from testing, we turned off logging on the guest NICs. As part of the test configuration, the Microsoft Exchange Search Indexer service was disabled to avoid file indexing during test runs. 14

15 5 Test Results Multiple factors can effect scaling. Among these are hardware characteristics, application characteristics, and virtualization overhead. Hardware: The most important hardware characteristics for the tests in this paper are the storage and network throughput and system architecture. Exchange performance is largely dependent upon the disk and network IO capabilities of the system. This becomes especially important as the number of Exchange mailboxes (and users) increases. The system was designed with Non-Uniform Memory Architecture (NUMA), which allows quicker access to nearby memory, but conversely, slower access to remote memory. This architecture has two NUMA nodes, one for each processor. Assigning a process within a NUMA node allows cache sharing and memory access performance boots. Application: The type of scaling up (increased amounts of memory and increased CPU count per guest) or out (multiple instances of similar-sized guests) can affect various applications in different ways. The added memory and CPU power will typically help applications that do not contend for a limited resource, where scaling out may provide a multiple of a limited resource. However, scaling out may not be suited for applications requiring a high degree of coordination for the application, which would occur in memory for a scale-up configuration. Additionally, virtualization can be used to consolidate multiple independent homogenous or heterogeneous workloads onto a single server. Virtualization: Since it is not completely operating directly on hardware and requires the hypervisor layer, which consumes some processing cycles, any type of virtualization uses some overhead. The amount of virtualization overhead can vary depending on the efficiency of the hypervisor and the drivers used. In this paper, the results demonstrate the quality of the virtualization of the network and disk IO subsystems. 15

16 5.1 Scaling Multiple 2-vCPU Guests This section presents the results obtained when executing multiple 2-vCPU Windows guests/virtual-machines in a single physical host. Figure 4 is a schematic illustrating the configuration as multiple 2-vCPU guests are added. Figure 4: Scaling Multiple 2-vCPU Guests 16

17 Figure 5 presents the scalability achieved by increasing the number of 2-vCPU Windows guests from one to eight. The number of users in these tests demonstrates very good scalability up to four guests with acceptable increases in response time. Beyond four guests, the latency changes become slightly worse with increased reliance on hyper-threading on this two-socket, quad-core Dell PowerEdge R710 Server System, which has eight cores and 16 hyper-threads. (Note: 1 vcpu = 1 hyper-thread) Figure 5: Results of Scaling Multiple 2-vCPU Guests 17

18 5.2 Scaling Multiple 4-vCPU Guests This section presents the results obtained when executing multiple 4-vCPU Windows guests/virtual-machines in a single physical host. Figure 6 is a schematic illustrating the configuration as multiple 4-vCPU guests are added. Figure 6: Scaling Multiple 4-vCPU Guests 18

19 Figure 7 presents the scalability achieved by increasing the number of 4-vCPU Windows guests from one to four. The number of users in these tests demonstrates good scalability up to four guests with acceptable increases in response time on this two-socket, quad-core Dell PowerEdge R710 Server System, which has eight cores and 16 hyper-threads. (Note: 1 vcpu = 1 hyper-thread) Figure 7: Results of Scaling Multiple 4-vCPU Guests 19

20 5.3 Scaling Multiple 8-vCPU Guests This section presents the results obtained when executing multiple 8-vCPU Windows guests/virtual-machines in a single physical host. Figure 8 is a schematic illustrating the configuration as multiple 8-vCPU guests are added. Scale-Out LoadGen Workload LoadGen Workload Microsoft MS Exchange Exchange 2007 Server 2007 Mailbox Server Windows Server 2008 Windows Guest Server (82008 vcpus) Guest (8 vcpus) KVM Hypervisor Red Hat Enterprise Linux 5.4 Dell PowerEdge R710 (2 x Quad-Core Intel Xeon E5540 Nehalem) Figure 8: Scaling Multiple 8-vCPU Guests 20

21 Figure 9 presents the scalability achieved by increasing the number of 8-vCPU Windows guests from one to two. The number of guests in these tests demonstrates almost identical response times on this two-socket, quad-core Dell PowerEdge R710 Server System, which has eight cores and 16 hyper-threads. (Note: 1 vcpu = 1 hyper-thread) Figure 9: Results of One & Two 8-vCPU Guests 21

22 5.4 Scaling-Up by Increasing the Number of vcpus in a Single Guest This section presents the results obtained when executing a single Windows guest with an increasing number of vcpus (from one to eight). Figure 10 is a schematic illustrating the configuration as multiple vcpus are added to the guest. LoadGen Workload LoadGen Workload MS Exchange Server 2007 MS Exchange Server 2007 Windows Server 2008 Guest (2 vcpus) Scale-Up Windows Server 2008 Guest (8 vcpus) KVM Hypervisor Red Hat Enterprise Linux 5.4 KVM Hypervisor Red Hat Enterprise Linux 5.4 Dell PowerEdge R710 (2 x Quad-Core Intel Xeon E5540 Nehalem) Dell PowerEdge R710 (2 x Quad-Core Intel Xeon E5540 Nehalem) Figure 10: Scale-Up of RHEV Guest 22

23 Figure 11 plots the results when the Exchange workload was run on a guest with 2, 4, and 8 vcpus with a corresponding ratio of 2.5 GB of memory for each vcpu. The latency increases as the guest (and the corresponding number of users supported) increases. This illustrates that Exchange workloads tend to perform better when spread among several guests. Figure 11: Results of Scaling Memory and Number of vcpus in a Guest 23

24 5.5 Virtualization Efficiency in Consolidation Scenarios Figure 12 compares the average latency of various virtual machine configurations totaling eight vcpus. In the virtual environment, this test was run with eight 2-vCPU guests, four 4- vcpu guests, and two 8-vCPU guests. The virtualization achieves best latency when spread out among eight guests as opposed to smaller amount/larger guest configurations. These results indicate that Exchange performs best when scaling-out as opposed to scaling-up. Figure 12: Results of Various Exchange Consolidation Scenarios which Fully Subscribe Available CPUs 24

25 6 Conclusions This paper describes the performance and scaling of an industry-standard Exchange application, Microsoft Load Generator (LoadGen), running in Microsoft Windows Server 2008 guests under Red Hat Enterprise Linux 5.4 using the KVM hypervisor. The host system was deployed on a Dell PowerEdge R710 G6 server equipped with 72 GB of RAM and comprising dual sockets each with a 2.53 GHz Intel Xeon E5540 (Nehalem) processor with support for hyper-threading technology, totaling 8 cores and 16 threads. The data presented in this paper clearly establishes that Red Hat Enterprise Linux 5.4 guests using the KVM hypervisor on a Dell PowerEdge R710 provide a stable platform for hosting multiple virtualized Exchange applications. The ability to scale-out contributes to the effectiveness of KVM for Exchange applications. The number of actual users and latency supported in any specific customer situation will, of course, depend on the specifics of the customer application used and the intensity of user activity. However, the results demonstrate that in a heavily virtualized environment, acceptable latency was retained even as the number and size of guests/virtual-machines was increased up until the physical server was fully subscribed. 7 References 1.Qumranet White paper: KVM Kernel-based Virtualization Machine 25

KVM: Kernel-based Virtualization Driver

KVM: Kernel-based Virtualization Driver KVM: Kernel-based Virtualization Driver White Paper Overview The current interest in virtualization has led to the creation of several different hypervisors. Most of these, however, predate hardware-assisted

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

FOR SERVERS 2.2: FEATURE matrix

FOR SERVERS 2.2: FEATURE matrix RED hat ENTERPRISE VIRTUALIZATION FOR SERVERS 2.2: FEATURE matrix Red hat enterprise virtualization for servers Server virtualization offers tremendous benefits for enterprise IT organizations server consolidation,

More information

Vertical Scaling of Oracle 10g Performance on Red Hat Enterprise Linux 5 on Intel Xeon Based Servers. Version 1.0

Vertical Scaling of Oracle 10g Performance on Red Hat Enterprise Linux 5 on Intel Xeon Based Servers. Version 1.0 Vertical Scaling of Oracle 10g Performance on Red Hat Enterprise Linux 5 on Intel Xeon Based Servers Version 1.0 March 2009 Vertical Scaling of Oracle 10g Performance on Red Hat Enterprise Linux 5 on Inel

More information

Removing Performance Bottlenecks in Databases with Red Hat Enterprise Linux and Violin Memory Flash Storage Arrays. Red Hat Performance Engineering

Removing Performance Bottlenecks in Databases with Red Hat Enterprise Linux and Violin Memory Flash Storage Arrays. Red Hat Performance Engineering Removing Performance Bottlenecks in Databases with Red Hat Enterprise Linux and Violin Memory Flash Storage Arrays Red Hat Performance Engineering Version 1.0 August 2013 1801 Varsity Drive Raleigh NC

More information

RED HAT ENTERPRISE VIRTUALIZATION FOR SERVERS: PRICING & LICENSING GUIDE

RED HAT ENTERPRISE VIRTUALIZATION FOR SERVERS: PRICING & LICENSING GUIDE RED HAT ENTERPRISE VIRTUALIZATION FOR SERVERS: PRICING & LICENSING GUIDE Red Hat Enterprise Virtualization for Servers: Pricing Guide 1 TABLE OF CONTENTS Introduction to Red Hat Enterprise Virtualization

More information

SAS Business Analytics. Base SAS for SAS 9.2

SAS Business Analytics. Base SAS for SAS 9.2 Performance & Scalability of SAS Business Analytics on an NEC Express5800/A1080a (Intel Xeon 7500 series-based Platform) using Red Hat Enterprise Linux 5 SAS Business Analytics Base SAS for SAS 9.2 Red

More information

Oracle Database Scalability in VMware ESX VMware ESX 3.5

Oracle Database Scalability in VMware ESX VMware ESX 3.5 Performance Study Oracle Database Scalability in VMware ESX VMware ESX 3.5 Database applications running on individual physical servers represent a large consolidation opportunity. However enterprises

More information

Virtualization Performance on SGI UV 2000 using Red Hat Enterprise Linux 6.3 KVM

Virtualization Performance on SGI UV 2000 using Red Hat Enterprise Linux 6.3 KVM White Paper Virtualization Performance on SGI UV 2000 using Red Hat Enterprise Linux 6.3 KVM September, 2013 Author Sanhita Sarkar, Director of Engineering, SGI Abstract This paper describes how to implement

More information

2 Purpose. 3 Hardware enablement 4 System tools 5 General features. www.redhat.com

2 Purpose. 3 Hardware enablement 4 System tools 5 General features. www.redhat.com A Technical Introduction to Red Hat Enterprise Linux 5.4 The Enterprise LINUX Team 2 Purpose 3 Systems Enablement 3 Hardware enablement 4 System tools 5 General features 6 Virtualization 7 Conclusion www.redhat.com

More information

Technical Paper. Moving SAS Applications from a Physical to a Virtual VMware Environment

Technical Paper. Moving SAS Applications from a Physical to a Virtual VMware Environment Technical Paper Moving SAS Applications from a Physical to a Virtual VMware Environment Release Information Content Version: April 2015. Trademarks and Patents SAS Institute Inc., SAS Campus Drive, Cary,

More information

KVM Virtualized I/O Performance

KVM Virtualized I/O Performance KVM Virtualized I/O Performance Achieving Unprecedented I/O Performance Using Virtio-Blk-Data-Plane Technology Preview in SUSE Linux Enterprise Server 11 Service Pack 3 (SP3) Khoa Huynh, IBM Linux Technology

More information

Performance Evaluation of VMXNET3 Virtual Network Device VMware vsphere 4 build 164009

Performance Evaluation of VMXNET3 Virtual Network Device VMware vsphere 4 build 164009 Performance Study Performance Evaluation of VMXNET3 Virtual Network Device VMware vsphere 4 build 164009 Introduction With more and more mission critical networking intensive workloads being virtualized

More information

RPM Brotherhood: KVM VIRTUALIZATION TECHNOLOGY

RPM Brotherhood: KVM VIRTUALIZATION TECHNOLOGY RPM Brotherhood: KVM VIRTUALIZATION TECHNOLOGY Syamsul Anuar Abd Nasir Fedora Ambassador Malaysia 1 ABOUT ME Technical Consultant for Warix Technologies - www.warix.my Warix is a Red Hat partner Offers

More information

Developing a dynamic, real-time IT infrastructure with Red Hat integrated virtualization

Developing a dynamic, real-time IT infrastructure with Red Hat integrated virtualization Developing a dynamic, real-time IT infrastructure with Red Hat integrated virtualization www.redhat.com Table of contents Introduction Page 3 Benefits of virtualization Page 3 Virtualization challenges

More information

KVM KERNEL BASED VIRTUAL MACHINE

KVM KERNEL BASED VIRTUAL MACHINE KVM KERNEL BASED VIRTUAL MACHINE BACKGROUND Virtualization has begun to transform the way that enterprises are deploying and managing their infrastructure, providing the foundation for a truly agile enterprise,

More information

Dell Virtualization Solution for Microsoft SQL Server 2012 using PowerEdge R820

Dell Virtualization Solution for Microsoft SQL Server 2012 using PowerEdge R820 Dell Virtualization Solution for Microsoft SQL Server 2012 using PowerEdge R820 This white paper discusses the SQL server workload consolidation capabilities of Dell PowerEdge R820 using Virtualization.

More information

RED HAT ENTERPRISE VIRTUALIZATION 3.0

RED HAT ENTERPRISE VIRTUALIZATION 3.0 OVERVIEW Red Hat Enterprise Virtualization (RHEV) is a complete virtualization management solution for server and desktop virtualization and the first enterprise-ready, fully open-source virtualization

More information

Full and Para Virtualization

Full and Para Virtualization Full and Para Virtualization Dr. Sanjay P. Ahuja, Ph.D. 2010-14 FIS Distinguished Professor of Computer Science School of Computing, UNF x86 Hardware Virtualization The x86 architecture offers four levels

More information

Red Hat enterprise virtualization 3.0 feature comparison

Red Hat enterprise virtualization 3.0 feature comparison Red Hat enterprise virtualization 3.0 feature comparison at a glance Red Hat Enterprise is the first fully open source, enterprise ready virtualization platform Compare the functionality of RHEV to VMware

More information

MODULE 3 VIRTUALIZED DATA CENTER COMPUTE

MODULE 3 VIRTUALIZED DATA CENTER COMPUTE MODULE 3 VIRTUALIZED DATA CENTER COMPUTE Module 3: Virtualized Data Center Compute Upon completion of this module, you should be able to: Describe compute virtualization Discuss the compute virtualization

More information

RED HAT ENTERPRISE VIRTUALIZATION

RED HAT ENTERPRISE VIRTUALIZATION Giuseppe Paterno' Solution Architect Jan 2010 Red Hat Milestones October 1994 Red Hat Linux June 2004 Red Hat Global File System August 2005 Red Hat Certificate System & Dir. Server April 2006 JBoss April

More information

RED HAT ENTERPRISE VIRTUALIZATION & CLOUD COMPUTING

RED HAT ENTERPRISE VIRTUALIZATION & CLOUD COMPUTING RED HAT ENTERPRISE VIRTUALIZATION & CLOUD COMPUTING James Rankin Senior Solutions Architect Red Hat, Inc. 1 KVM BACKGROUND Project started in October 2006 by Qumranet - Submitted to Kernel maintainers

More information

8Gb Fibre Channel Adapter of Choice in Microsoft Hyper-V Environments

8Gb Fibre Channel Adapter of Choice in Microsoft Hyper-V Environments 8Gb Fibre Channel Adapter of Choice in Microsoft Hyper-V Environments QLogic 8Gb Adapter Outperforms Emulex QLogic Offers Best Performance and Scalability in Hyper-V Environments Key Findings The QLogic

More information

RED HAT ENTERPRISE VIRTUALIZATION 3.0

RED HAT ENTERPRISE VIRTUALIZATION 3.0 FEATURE GUIDE RED HAT ENTERPRISE VIRTUALIZATION 3.0 OVERVIEW Red Hat Enterprise Virtualization (RHEV) is a complete virtualization management solution for server and desktop virtualization and the first

More information

Performance Comparison of Fujitsu PRIMERGY and PRIMEPOWER Servers

Performance Comparison of Fujitsu PRIMERGY and PRIMEPOWER Servers WHITE PAPER FUJITSU PRIMERGY AND PRIMEPOWER SERVERS Performance Comparison of Fujitsu PRIMERGY and PRIMEPOWER Servers CHALLENGE Replace a Fujitsu PRIMEPOWER 2500 partition with a lower cost solution that

More information

Microsoft Office SharePoint Server 2007 Performance on VMware vsphere 4.1

Microsoft Office SharePoint Server 2007 Performance on VMware vsphere 4.1 Performance Study Microsoft Office SharePoint Server 2007 Performance on VMware vsphere 4.1 VMware vsphere 4.1 One of the key benefits of virtualization is the ability to consolidate multiple applications

More information

Cloud^H^H^H^H^H Virtualization Technology. Andrew Jones (drjones@redhat.com) May 2011

Cloud^H^H^H^H^H Virtualization Technology. Andrew Jones (drjones@redhat.com) May 2011 Cloud^H^H^H^H^H Virtualization Technology Andrew Jones (drjones@redhat.com) May 2011 Outline Promise to not use the word Cloud again...but still give a couple use cases for Virtualization Emulation it's

More information

Performance brief for IBM WebSphere Application Server 7.0 with VMware ESX 4.0 on HP ProLiant DL380 G6 server

Performance brief for IBM WebSphere Application Server 7.0 with VMware ESX 4.0 on HP ProLiant DL380 G6 server Performance brief for IBM WebSphere Application Server.0 with VMware ESX.0 on HP ProLiant DL0 G server Table of contents Executive summary... WebSphere test configuration... Server information... WebSphere

More information

RED HAT ENTERPRISE VIRTUALIZATION FOR SERVERS: COMPETITIVE PRICING GUIDE

RED HAT ENTERPRISE VIRTUALIZATION FOR SERVERS: COMPETITIVE PRICING GUIDE WHITEPAPER RED HAT ENTERPRISE VIRTUALIZATION FOR SERVERS: COMPETITIVE PRICING GUIDE AT A GLANCE Buy RHEV for Servers on a per managed-socket per year subscription No costly Editions that force you into

More information

Microsoft Exchange Server 2007 and Hyper-V high availability configuration on HP ProLiant BL680c G5 server blades

Microsoft Exchange Server 2007 and Hyper-V high availability configuration on HP ProLiant BL680c G5 server blades Microsoft Exchange Server 2007 and Hyper-V high availability configuration on HP ProLiant BL680c G5 server blades Executive summary... 2 Introduction... 2 Exchange 2007 Hyper-V high availability configuration...

More information

Intel Cloud Builder Guide: Cloud Design and Deployment on Intel Platforms

Intel Cloud Builder Guide: Cloud Design and Deployment on Intel Platforms EXECUTIVE SUMMARY Intel Cloud Builder Guide Intel Xeon Processor-based Servers Red Hat* Cloud Foundations Intel Cloud Builder Guide: Cloud Design and Deployment on Intel Platforms Red Hat* Cloud Foundations

More information

Enabling Technologies for Distributed and Cloud Computing

Enabling Technologies for Distributed and Cloud Computing Enabling Technologies for Distributed and Cloud Computing Dr. Sanjay P. Ahuja, Ph.D. 2010-14 FIS Distinguished Professor of Computer Science School of Computing, UNF Multi-core CPUs and Multithreading

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

Delivers high performance, reliability, and security. Is certified by the leading hardware and software vendors

Delivers high performance, reliability, and security. Is certified by the leading hardware and software vendors Datasheet Red Hat Enterprise Linux 6 Red Hat Enterprise Linux is a high-performing operating system that has delivered outstanding value to IT environments for nearly a decade. As the world s most trusted

More information

Virtualizing Performance-Critical Database Applications in VMware vsphere VMware vsphere 4.0 with ESX 4.0

Virtualizing Performance-Critical Database Applications in VMware vsphere VMware vsphere 4.0 with ESX 4.0 Performance Study Virtualizing Performance-Critical Database Applications in VMware vsphere VMware vsphere 4.0 with ESX 4.0 VMware vsphere 4.0 with ESX 4.0 makes it easier than ever to virtualize demanding

More information

SUSE Linux Enterprise 10 SP2: Virtualization Technology Support

SUSE Linux Enterprise 10 SP2: Virtualization Technology Support Technical White Paper LINUX OPERATING SYSTEMS www.novell.com SUSE Linux Enterprise 10 SP2: Virtualization Technology Support Content and modifications. The contents of this document are not part of the

More information

Scaling in a Hypervisor Environment

Scaling in a Hypervisor Environment Scaling in a Hypervisor Environment Richard McDougall Chief Performance Architect VMware VMware ESX Hypervisor Architecture Guest Monitor Guest TCP/IP Monitor (BT, HW, PV) File System CPU is controlled

More information

Dell Solutions Overview Guide for Microsoft Hyper-V

Dell Solutions Overview Guide for Microsoft Hyper-V Dell Solutions Overview Guide for Microsoft Hyper-V www.dell.com support.dell.com Notes and Cautions NOTE: A NOTE indicates important information that helps you make better use of your computer. CAUTION:

More information

White Paper. Recording Server Virtualization

White Paper. Recording Server Virtualization White Paper Recording Server Virtualization Prepared by: Mike Sherwood, Senior Solutions Engineer Milestone Systems 23 March 2011 Table of Contents Introduction... 3 Target audience and white paper purpose...

More information

W H I T E P A P E R. Performance and Scalability of Microsoft SQL Server on VMware vsphere 4

W H I T E P A P E R. Performance and Scalability of Microsoft SQL Server on VMware vsphere 4 W H I T E P A P E R Performance and Scalability of Microsoft SQL Server on VMware vsphere 4 Table of Contents Introduction................................................................... 3 Highlights.....................................................................

More information

PARALLELS CLOUD SERVER

PARALLELS CLOUD SERVER PARALLELS CLOUD SERVER Performance and Scalability 1 Table of Contents Executive Summary... Error! Bookmark not defined. LAMP Stack Performance Evaluation... Error! Bookmark not defined. Background...

More information

Enabling Technologies for Distributed Computing

Enabling Technologies for Distributed Computing Enabling Technologies for Distributed Computing Dr. Sanjay P. Ahuja, Ph.D. Fidelity National Financial Distinguished Professor of CIS School of Computing, UNF Multi-core CPUs and Multithreading Technologies

More information

Virtualization and the U2 Databases

Virtualization and the U2 Databases Virtualization and the U2 Databases Brian Kupzyk Senior Technical Support Engineer for Rocket U2 Nik Kesic Lead Technical Support for Rocket U2 Opening Procedure Orange arrow allows you to manipulate the

More information

Performance and scalability of a large OLTP workload

Performance and scalability of a large OLTP workload Performance and scalability of a large OLTP workload ii Performance and scalability of a large OLTP workload Contents Performance and scalability of a large OLTP workload with DB2 9 for System z on Linux..............

More information

MS Exchange Server Acceleration

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

More information

StACC: St Andrews Cloud Computing Co laboratory. A Performance Comparison of Clouds. Amazon EC2 and Ubuntu Enterprise Cloud

StACC: St Andrews Cloud Computing Co laboratory. A Performance Comparison of Clouds. Amazon EC2 and Ubuntu Enterprise Cloud StACC: St Andrews Cloud Computing Co laboratory A Performance Comparison of Clouds Amazon EC2 and Ubuntu Enterprise Cloud Jonathan S Ward StACC (pronounced like 'stack') is a research collaboration launched

More information

Dell Virtual Remote Desktop Reference Architecture. Technical White Paper Version 1.0

Dell Virtual Remote Desktop Reference Architecture. Technical White Paper Version 1.0 Dell Virtual Remote Desktop Reference Architecture Technical White Paper Version 1.0 July 2010 THIS WHITE PAPER IS FOR INFORMATIONAL PURPOSES ONLY, AND MAY CONTAIN TYPOGRAPHICAL ERRORS AND TECHNICAL INACCURACIES.

More information

RED HAT ENTERPRISE VIRTUALIZATION SCALING UP LOW LATENCY, VIRTUALIZATION, AND LINUX FOR WALL STREET OPERATIONS

RED HAT ENTERPRISE VIRTUALIZATION SCALING UP LOW LATENCY, VIRTUALIZATION, AND LINUX FOR WALL STREET OPERATIONS RED HAT ENTERPRISE VIRTUALIZATION SCALING UP LOW LATENCY, VIRTUALIZATION, AND LINUX FOR WALL STREET OPERATIONS CHUCK DUBUQUE Senior Product Marketing Manager Red Hat, Inc. 1 RED HAT ENTERPRISE VIRTUALIZATION

More information

Performance characterization report for Microsoft Hyper-V R2 on HP StorageWorks P4500 SAN storage

Performance characterization report for Microsoft Hyper-V R2 on HP StorageWorks P4500 SAN storage Performance characterization report for Microsoft Hyper-V R2 on HP StorageWorks P4500 SAN storage Technical white paper Table of contents Executive summary... 2 Introduction... 2 Test methodology... 3

More information

WHITE PAPER Mainstreaming Server Virtualization: The Intel Approach

WHITE PAPER Mainstreaming Server Virtualization: The Intel Approach WHITE PAPER Mainstreaming Server Virtualization: The Intel Approach Sponsored by: Intel John Humphreys June 2006 Tim Grieser IDC OPINION Global Headquarters: 5 Speen Street Framingham, MA 01701 USA P.508.872.8200

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

Performance and Scalability of the Red Hat Enterprise Healthcare Platform

Performance and Scalability of the Red Hat Enterprise Healthcare Platform Red Hat Reference Architecture Series Performance and Scalability of the Red Hat Enterprise Healthcare Platform (based on InterSystems Caché on Quad-Core AMD Opteron Processors) InterSystems Caché 2008.1

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

Best Practices for Virtualised SharePoint

Best Practices for Virtualised SharePoint Best Practices for Virtualised SharePoint Brendan Law Blaw@td.com.au @FlamerNZ Flamer.co.nz/spag/ Nathan Mercer Nathan.Mercer@microsoft.com @NathanM blogs.technet.com/nmercer/ Agenda Why Virtualise? Hardware

More information

Database Virtualization

Database Virtualization Database Virtualization David Fetter Senior MTS, VMware Inc PostgreSQL China 2011 Guangzhou Thanks! Jignesh Shah Staff Engineer, VMware Performance Expert Great Human Being Content Virtualization Virtualized

More information

Virtualization. Michael Tsai 2015/06/08

Virtualization. Michael Tsai 2015/06/08 Virtualization Michael Tsai 2015/06/08 What is virtualization? Let s first look at a video from VMware http://bcove.me/x9zhalcl Problems? Low utilization Different needs DNS DHCP Web mail 5% 5% 15% 8%

More information

DELL. Dell Microsoft Windows Server 2008 Hyper-V TM Reference Architecture VIRTUALIZATION SOLUTIONS ENGINEERING

DELL. Dell Microsoft Windows Server 2008 Hyper-V TM Reference Architecture VIRTUALIZATION SOLUTIONS ENGINEERING DELL Dell Microsoft Windows Server 2008 Hyper-V TM Reference Architecture VIRTUALIZATION SOLUTIONS ENGINEERING September 2008 1 THIS WHITE PAPER IS FOR INFORMATIONAL PURPOSES ONLY, AND MAY CONTAIN TYPOGRAPHICAL

More information

Qualcomm Achieves Significant Cost Savings and Improved Performance with Red Hat Enterprise Virtualization

Qualcomm Achieves Significant Cost Savings and Improved Performance with Red Hat Enterprise Virtualization Qualcomm Achieves Significant Cost Savings and Improved Performance with Red Hat Enterprise Virtualization Fast facts Customer Industry Geography Business challenge Solution Qualcomm Telecommunications

More information

Virtualization: What does it mean for SAS? Karl Fisher and Clarke Thacher, SAS Institute Inc., Cary, NC

Virtualization: What does it mean for SAS? Karl Fisher and Clarke Thacher, SAS Institute Inc., Cary, NC Paper 347-2009 Virtualization: What does it mean for SAS? Karl Fisher and Clarke Thacher, SAS Institute Inc., Cary, NC ABSTRACT SAS groups virtualization into four categories: Hardware Virtualization,

More information

Virtualization. Types of Interfaces

Virtualization. Types of Interfaces Virtualization Virtualization: extend or replace an existing interface to mimic the behavior of another system. Introduced in 1970s: run legacy software on newer mainframe hardware Handle platform diversity

More information

System and Storage Virtualization For ios (AS/400) Environment

System and Storage Virtualization For ios (AS/400) Environment Date: March 10, 2011 System and Storage Virtualization For ios (AS/400) Environment How to take advantage of today s cost-saving technologies for legacy applications Copyright 2010 INFINITE Corporation.

More information

RED HAT ENTERPRISE VIRTUALIZATION PERFORMANCE: SPECVIRT BENCHMARK

RED HAT ENTERPRISE VIRTUALIZATION PERFORMANCE: SPECVIRT BENCHMARK RED HAT ENTERPRISE VIRTUALIZATION PERFORMANCE: SPECVIRT BENCHMARK AT A GLANCE The performance of Red Hat Enterprise Virtualization can be compared to other virtualization platforms using the SPECvirt_sc2010

More information

Achieving Nanosecond Latency Between Applications with IPC Shared Memory Messaging

Achieving Nanosecond Latency Between Applications with IPC Shared Memory Messaging Achieving Nanosecond Latency Between Applications with IPC Shared Memory Messaging In some markets and scenarios where competitive advantage is all about speed, speed is measured in micro- and even nano-seconds.

More information

Red Hat Enterprise Linux 6. Stanislav Polášek ELOS Technologies sp@elostech.cz

Red Hat Enterprise Linux 6. Stanislav Polášek ELOS Technologies sp@elostech.cz Stanislav Polášek ELOS Technologies sp@elostech.cz Red Hat - an Established Global Leader Compiler Development Identity & Authentication Storage & File Systems Middleware Kernel Development Virtualization

More information

HRG Assessment: Stratus everrun Enterprise

HRG Assessment: Stratus everrun Enterprise HRG Assessment: Stratus everrun Enterprise Today IT executive decision makers and their technology recommenders are faced with escalating demands for more effective technology based solutions while at

More information

Virtualization Performance Analysis November 2010 Effect of SR-IOV Support in Red Hat KVM on Network Performance in Virtualized Environments

Virtualization Performance Analysis November 2010 Effect of SR-IOV Support in Red Hat KVM on Network Performance in Virtualized Environments Virtualization Performance Analysis November 2010 Effect of SR-IOV Support in Red Hat KVM on Network Performance in Steve Worley System x Performance Analysis and Benchmarking IBM Systems and Technology

More information

VMware Server 2.0 Essentials. Virtualization Deployment and Management

VMware Server 2.0 Essentials. Virtualization Deployment and Management VMware Server 2.0 Essentials Virtualization Deployment and Management . This PDF is provided for personal use only. Unauthorized use, reproduction and/or distribution strictly prohibited. All rights reserved.

More information

Parallels Virtuozzo Containers

Parallels Virtuozzo Containers Parallels Virtuozzo Containers White Paper Virtual Desktop Infrastructure www.parallels.com Version 1.0 Table of Contents Table of Contents... 2 Enterprise Desktop Computing Challenges... 3 What is Virtual

More information

Marvell DragonFly Virtual Storage Accelerator Performance Benchmarks

Marvell DragonFly Virtual Storage Accelerator Performance Benchmarks PERFORMANCE BENCHMARKS PAPER Marvell DragonFly Virtual Storage Accelerator Performance Benchmarks Arvind Pruthi Senior Staff Manager Marvell April 2011 www.marvell.com Overview In today s virtualized data

More information

With Red Hat Enterprise Virtualization, you can: Take advantage of existing people skills and investments

With Red Hat Enterprise Virtualization, you can: Take advantage of existing people skills and investments RED HAT ENTERPRISE VIRTUALIZATION DATASHEET RED HAT ENTERPRISE VIRTUALIZATION AT A GLANCE Provides a complete end-toend enterprise virtualization solution for servers and desktop Provides an on-ramp to

More information

HP ProLiant BL660c Gen9 and Microsoft SQL Server 2014 technical brief

HP ProLiant BL660c Gen9 and Microsoft SQL Server 2014 technical brief Technical white paper HP ProLiant BL660c Gen9 and Microsoft SQL Server 2014 technical brief Scale-up your Microsoft SQL Server environment to new heights Table of contents Executive summary... 2 Introduction...

More information

Virtualization Technologies and Blackboard: The Future of Blackboard Software on Multi-Core Technologies

Virtualization Technologies and Blackboard: The Future of Blackboard Software on Multi-Core Technologies Virtualization Technologies and Blackboard: The Future of Blackboard Software on Multi-Core Technologies Kurt Klemperer, Principal System Performance Engineer kklemperer@blackboard.com Agenda Session Length:

More information

Servervirualisierung mit Citrix XenServer

Servervirualisierung mit Citrix XenServer Servervirualisierung mit Citrix XenServer Paul Murray, Senior Systems Engineer, MSG EMEA Citrix Systems International GmbH paul.murray@eu.citrix.com Virtualization Wave is Just Beginning Only 6% of x86

More information

Solving I/O Bottlenecks to Enable Superior Cloud Efficiency

Solving I/O Bottlenecks to Enable Superior Cloud Efficiency WHITE PAPER Solving I/O Bottlenecks to Enable Superior Cloud Efficiency Overview...1 Mellanox I/O Virtualization Features and Benefits...2 Summary...6 Overview We already have 8 or even 16 cores on one

More information

The Benefits of POWER7+ and PowerVM over Intel and an x86 Hypervisor

The Benefits of POWER7+ and PowerVM over Intel and an x86 Hypervisor The Benefits of POWER7+ and PowerVM over Intel and an x86 Hypervisor Howard Anglin rhbear@us.ibm.com IBM Competitive Project Office May 2013 Abstract...3 Virtualization and Why It Is Important...3 Resiliency

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

The virtualization of SAP environments to accommodate standardization and easier management is gaining momentum in data centers.

The virtualization of SAP environments to accommodate standardization and easier management is gaining momentum in data centers. White Paper Virtualized SAP: Optimize Performance with Cisco Data Center Virtual Machine Fabric Extender and Red Hat Enterprise Linux and Kernel-Based Virtual Machine What You Will Learn The virtualization

More information

Red Hat Satellite Management and automation of your Red Hat Enterprise Linux environment

Red Hat Satellite Management and automation of your Red Hat Enterprise Linux environment Red Hat Satellite Management and automation of your Red Hat Enterprise Linux environment WHAT IS IT? Red Hat Satellite server is an easy-to-use, advanced systems management platform for your Linux infrastructure.

More information

Windows Server 2008 R2 Hyper V. Public FAQ

Windows Server 2008 R2 Hyper V. Public FAQ Windows Server 2008 R2 Hyper V Public FAQ Contents New Functionality in Windows Server 2008 R2 Hyper V...3 Windows Server 2008 R2 Hyper V Questions...4 Clustering and Live Migration...5 Supported Guests...6

More information

Red Hat Network Satellite Management and automation of your Red Hat Enterprise Linux environment

Red Hat Network Satellite Management and automation of your Red Hat Enterprise Linux environment Red Hat Network Satellite Management and automation of your Red Hat Enterprise Linux environment WHAT IS IT? Red Hat Network (RHN) Satellite server is an easy-to-use, advanced systems management platform

More information

Microsoft Exchange Solutions on VMware

Microsoft Exchange Solutions on VMware Design and Sizing Examples: Microsoft Exchange Solutions on VMware Page 1 of 19 Contents 1. Introduction... 3 1.1. Overview... 3 1.2. Benefits of Running Exchange Server 2007 on VMware Infrastructure 3...

More information

3 Red Hat Enterprise Linux 6 Consolidation

3 Red Hat Enterprise Linux 6 Consolidation Whitepaper Consolidation EXECUTIVE SUMMARY At this time of massive and disruptive technological changes where applications must be nimbly deployed on physical, virtual, and cloud infrastructure, Red Hat

More information

Red Hat Enterprise Virtualization Performance. Mark Wagner Senior Principal Engineer, Red Hat June 13, 2013

Red Hat Enterprise Virtualization Performance. Mark Wagner Senior Principal Engineer, Red Hat June 13, 2013 Red Hat Enterprise Virtualization Performance Mark Wagner Senior Principal Engineer, Red Hat June 13, 2013 Agenda Overview Features that help with Performance Tuning RHEV + RHS Migration to RHEV Wrap Up

More information

KVM: THE RISE OF OPEN ENTERPRISE-CLASS VIRTUALIZATION

KVM: THE RISE OF OPEN ENTERPRISE-CLASS VIRTUALIZATION KVM: THE RISE OF OPEN ENTERPRISE-CLASS VIRTUALIZATION KVM AND THE OPEN VIRTUALIZATION ALLIANCE Virtualization and cloud computing technologies have never been more important. Organizations across a broad

More information

2972 Linux Options and Best Practices for Scaleup Virtualization

2972 Linux Options and Best Practices for Scaleup Virtualization HP Technology Forum & Expo 2009 Produced in cooperation with: 2972 Linux Options and Best Practices for Scaleup Virtualization Thomas Sjolshagen Linux Product Planner June 17 th, 2009 2009 Hewlett-Packard

More information

Dell High Availability Solutions Guide for Microsoft Hyper-V

Dell High Availability Solutions Guide for Microsoft Hyper-V Dell High Availability Solutions Guide for Microsoft Hyper-V www.dell.com support.dell.com Notes and Cautions NOTE: A NOTE indicates important information that helps you make better use of your computer.

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

Sizing and Best Practices for Deploying Microsoft Exchange Server 2010 on VMware vsphere and Dell EqualLogic Storage

Sizing and Best Practices for Deploying Microsoft Exchange Server 2010 on VMware vsphere and Dell EqualLogic Storage Dell EqualLogic Best Practices Series Sizing and Best Practices for Deploying Microsoft Exchange Server 2010 on VMware vsphere and Dell EqualLogic Storage A Dell Technical Whitepaper Ananda Sankaran Storage

More information

HP Data Protector software. Assuring Business Continuity in Virtualised Environments

HP Data Protector software. Assuring Business Continuity in Virtualised Environments HP Data Protector software Assuring Business Continuity in Virtualised Environments Would not it be great if your virtual server environment actually translated to a better reality? One where you could

More information

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

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

More information

PARALLELS SERVER 4 BARE METAL README

PARALLELS SERVER 4 BARE METAL README PARALLELS SERVER 4 BARE METAL README This document provides the first-priority information on Parallels Server 4 Bare Metal and supplements the included documentation. TABLE OF CONTENTS 1 About Parallels

More information

GUEST OPERATING SYSTEM BASED PERFORMANCE COMPARISON OF VMWARE AND XEN HYPERVISOR

GUEST OPERATING SYSTEM BASED PERFORMANCE COMPARISON OF VMWARE AND XEN HYPERVISOR GUEST OPERATING SYSTEM BASED PERFORMANCE COMPARISON OF VMWARE AND XEN HYPERVISOR ANKIT KUMAR, SAVITA SHIWANI 1 M. Tech Scholar, Software Engineering, Suresh Gyan Vihar University, Rajasthan, India, Email:

More information

A quantitative comparison between xen and kvm

A quantitative comparison between xen and kvm Home Search Collections Journals About Contact us My IOPscience A quantitative comparison between xen and kvm This content has been downloaded from IOPscience. Please scroll down to see the full text.

More information

YOUR STRATEGIC VIRTUALIZATION ALTERNATIVE. Greg Lissy Director, Red Hat Virtualization Business. James Rankin Senior Solutions Architect

YOUR STRATEGIC VIRTUALIZATION ALTERNATIVE. Greg Lissy Director, Red Hat Virtualization Business. James Rankin Senior Solutions Architect YOUR STRATEGIC VIRTUALIZATION ALTERNATIVE Greg Lissy Director, Red Hat Virtualization Business James Rankin Senior Solutions Architect 1 THE VIRTUALIZATION MARKET HAS CHANGED The release of Red Hat Enterprise

More information

MIGRATING LEGACY PHYSICAL SERVERS TO HYPER-V VIRTUAL MACHINES ON DELL POWEREDGE M610 BLADE SERVERS FEATURING THE INTEL XEON PROCESSOR 5500 SERIES

MIGRATING LEGACY PHYSICAL SERVERS TO HYPER-V VIRTUAL MACHINES ON DELL POWEREDGE M610 BLADE SERVERS FEATURING THE INTEL XEON PROCESSOR 5500 SERIES MIGRATING LEGACY PHYSICAL SERVERS TO HYPER-V VIRTUAL MACHINES ON DELL POWEREDGE M610 BLADE SERVERS FEATURING THE INTEL XEON PROCESSOR 5500 SERIES Table of contents Table of contents... 2 Introduction...

More information

Broadcom Ethernet Network Controller Enhanced Virtualization Functionality

Broadcom Ethernet Network Controller Enhanced Virtualization Functionality White Paper Broadcom Ethernet Network Controller Enhanced Virtualization Functionality Advancements in VMware virtualization technology coupled with the increasing processing capability of hardware platforms

More information

CON9577 Performance Optimizations for Cloud Infrastructure as a Service

CON9577 Performance Optimizations for Cloud Infrastructure as a Service CON9577 Performance Optimizations for Cloud Infrastructure as a Service John Falkenthal, Software Development Sr. Director - Oracle VM SPARC and VirtualBox Jeff Savit, Senior Principal Technical Product

More information

Deploying Microsoft Exchange Server 2007 mailbox roles on VMware Infrastructure 3 using HP ProLiant servers and HP StorageWorks

Deploying Microsoft Exchange Server 2007 mailbox roles on VMware Infrastructure 3 using HP ProLiant servers and HP StorageWorks Deploying Microsoft Exchange Server 2007 mailbox roles on VMware Infrastructure 3 using HP ProLiant servers and HP StorageWorks Executive summary...2 Target audience...2 Introduction...2 Disclaimer...3

More information