Expert Reference Series of White Papers. Ten vsphere HA and DRS Misconfiguration Issues

Size: px
Start display at page:

Download "Expert Reference Series of White Papers. Ten vsphere HA and DRS Misconfiguration Issues"

Transcription

1 Expert Reference Series of White Papers Ten vsphere HA and DRS Misconfiguration Issues COURSES

2 Ten vsphere HA and DRS Misconfiguration Issues John Hales, Global Knowledge VMware instructor, A+, Network+, CTT+, MCSE, MCDBA, MOUS, MCT, VCP, VCAP, VCI, EMCSA Introduction VMware has a popular and powerful virtualization suite of products in the vsphere and vcenter family of products. This white paper will focus on ten of the biggest mistakes people make when configuring the High Availability (HA) and Distributed Resource Scheduler (DRS) features. We won t rehash what HA or DR are and how they work. I ll instead refer you to the webinar and white paper I wrote for Global Knowledge, titled Top Five New Features in vsphere 5, and will focus on common configuration mistakes and how to avoid them. We ll begin by looking at five common HA issues, then we ll look at four common DRS issues, then conclude with an issue that affects both HA and DRS. A top-ten list is always subjective, but I d suggest that these features belong among the top mistakes commonly seen in vsphere deployments. In this white paper, we ll rank the issues in order from those with the biggest impact to those with the smallest impact in each section. HA Issues HA is included in almost every version of vsphere, including one of the small business bundles (Essentials Plus), as the impact of an ESXi host failure is much bigger than the loss of a single server in the traditional world because many virtual machines (VMs) are affected. Thus, it is very important to get HA designed and configured correctly. 1. Purchasing Differently Configured Servers One of the common mistakes people make is buying differently sized servers (more CPU and/or memory in some servers than others) and placing them in the same cluster. This is often done with the idea that some VMs require a lot more resources than others, and the big, powerful servers are more expensive than several smaller servers. The problem with this thinking is that HA is pessimistic and assumes that the largest servers will fail. Solution: Either buy servers that are configured the same (or at least similarly) or create a couple of different clusters, with each cluster having servers configured the same. Some people also implement affinity rules to keep the big VMs on designated servers, but this impacts DRS we ll cover that issue later. 2. Insufficient Hosts to Run All VMs Accounting for HA Overhead When budgets are tight, many administrators will size their environments to have sufficient resources to run all the VMs that are needed, but forget to take into account the overhead that HA imposes to guarantee that sufficient resources will exist to restart the VMs on a failed host (or multiple hosts, if you are pessimistic). See the next two configuration issues for guidance on planning for host failures (and thus the overhead for HA). Copyright 2011 Global Knowledge Training LLC. All rights reserved. 2

3 VMware s best practice is to always leave Admission Control enabled for HA to have HA automatically set aside resources to restart VMs after a host failure. We d strongly recommend this as well. Solution: Plan for the overhead of HA and purchase sufficient hardware to cover the resources required by the VMs in the environment plus the overhead for HA. 3. Using the Host Failures Cluster Tolerates Policy Recall that there are three admission control policies, namely: Host failures the cluster tolerates: The original (and only) option for HA, this type assumes the loss of a specified number of hosts (one to four in versions 3 and 4, up to 31 in vsphere 5). Percentage of cluster resources reserved as failover spare capacity: Introduced in vsphere 4, this option sets aside a specified percentage of both CPU and memory resources from the total in the cluster for failover use; vsphere 5 improved this option by allowing different percentages to be specified for CPU and memory. Specify failover hosts: This policy specifies a standby host that runs all the time, but is never used for running VMs unless a host in the cluster fails. It was introduced in vsphere 4 and upgraded in version 5 by allowing multiple hosts to be specified. As described previously, HA is pessimistic, and always assumes the largest host will fail, reserving more resources than usually needed if the hosts are sized differently (though, per issue one, we don t recommend that). This policy also uses a concept called slots to reserve the right amount of spare capacity, but it assumes a one size fits all policy in this regard and uses the VM with the largest CPU and the largest memory reservation as the slot size for all VMs, thus wasting additional resources unless all VMs are sized the same. Solution: Use the VMware recommended policy of Percentage of cluster resources reserved as failover spare capacity instead, which will take a percentage of the entire cluster s resources and use actual reservations on each VM instead of using the largest reservation. 4. Forgetting to Update the Percentage Admission Control Policy as Cluster Grows If the Percentage of cluster resources reserved as failover spare capacity policy is used (as suggested), it is important to reserve the correct amount of CPU and memory based on the needs of the VMs and the size of the cluster. For example, in a two-node cluster, the loss of one of the nodes removes half of the cluster resources (assuming they are sized the same). Thus, the percentage may be set to 50. However, if additional nodes are added to the cluster later, that value is probably too high and should be reduced to take into account the additional node(s) and the number of simultaneous failures expected (for example with four nodes, the loss of one node suggests that the percentage be set to 25, while if two failures are expected, then 50 percent should be used). Copyright 2011 Global Knowledge Training LLC. All rights reserved. 3

4 Solution: Go back and recalculate the appropriate value in your cluster whenever hosts are added to or removed from the cluster. 5. Configuring VM Restart Priorities Inefficiently One of the settings that can be set in an HA cluster is the default restart priority of VMs after a host failure. This defaults to Medium, but can be set to Low, Medium, or High, or Disabled, if most VMs should not be restarted after a host failure. This is okay if all of the VMs are the same priority or if there are three priorities of VMs (low, medium, and high) and most are normal. However, if you have normal, high, and very high, this might not work as well. Solution: Consider setting the cluster default for restart priority to Low, enabling two higher levels for VMs. For example, maybe infrastructure VMs such as domain controllers or DNS servers are the highest priority (setting those VMs to High), followed by critical services, such as database or servers (setting those VMs to Medium), and then the rest of the VMs will be at the default (Low). Any VMs that don t need to be restarted can be set to Disabled to save resources after a host failure. DRS Issues The DRS feature is a little more advanced than HA but, for all but the smallest environments, no less important, as performance across many VMs in a dynamic environment is an ever-present concern and one that could easily consume one or more administrators full time without it. Leverage DRS for an environment that will run as smoothly as possible. 6. Not Preparing for New Hardware One of the biggest changes many administrators don t plan for is new hardware (new CPUs with more advanced capabilities or switching CPU vendors between Intel and AMD). The problem here is that you end up with islands of vmotion compatibility, where VMs, once started, can only be moved to some of the other servers in the cluster. This severely limits what DRS can do to load balance the cluster. Solutions: This issue has several solutions: Build separate clusters for AMD and Intel (if you have both CPU architectures better yet, stick with a single CPU vendor) to solve the CPU vendor issue. Always enable Enhanced vmotion Compatibility (EVC) on every cluster so that, as new nodes are added, they will be dumbed down to the level of your existing hosts. As old hosts are removed from a cluster, remember to upgrade the EVC level to expose the capabilities of the new hosts added to the cluster. The setting must always be set to the lowest CPU type in the cluster. 7. I m Smarter than DRS Mentality This is a common mentality for administrators who are new to using DRS they don t trust DRS or want to know where VMs are all the time. I once had a student who said that his security department mandated docu- Copyright 2011 Global Knowledge Training LLC. All rights reserved. 4

5 mentation of which host each VM was located on very silly in a virtual environment which is designed to be very dynamic. In other cases, administrators think they are smarter than DRS and can better balance the load. Solution: Let DRS run in Fully Automated mode. You are not smarter than DRS. There are just too many VMs to watch, and you can t always watch them, but DRS will check on the load balance of the cluster every five minutes and will automatically load balance as conditions change. 8. Setting the Migration Threshold too Aggressively One of the mistakes new administrators often make with DRS is that they set the Migration Threshold too aggressively. This value goes on a five-point scale from Conservative to Aggressive. Conservative only implements Priority 1 (five-star) recommendations, namely: the host is going into maintenance mode, reservations on the host exceed the host s capacity, or if affinity rules violated. Priorities 2 5 (four- to one-star recommendations, respectively) take performance into account by using higher priority recommendations when the cluster is more out of balance and lower priority recommendations when the difference between nodes is less. Many administrators think that they want to be as aggressive as possible to be as balanced as possible, but remember that there is a trade-off between being perfectly balanced and the cost of achieving that balance; in other words, the cost of vmotion. Doing too much vmotion may actually cost more than the benefits of being perfectly balanced. Solution: Set the threshold to the mid-point Priority 3 unless the load is fairly static. Analyze cluster performance and recommendations and adjust as necessary. 9. Non-optimal Sizing of Clusters. A cluster (HA or DRS) can have up to 32 nodes in it, but just because you can, doesn t mean you should. Very small clusters give DRS few options for load-balancing and often incur higher overhead by HA, reducing the available capacity to run VMs. On the other hand, very large clusters may be fine from an HA perspective. If you are running vsphere 5, there is one master node and the rest are slaves, but any slave can be promoted to be the primary if the primary fails, so large cluster sizes are okay. On the other hand, if you are running version 4 or below, you may wish to use a smaller cluster size as there are a maximum of five primary nodes, with the other nodes being secondary nodes, but secondary nodes are usually not automatically promoted to a primary node if a primary fails. This is important because, if all primary nodes are down, HA will not automatically restart anything. DRS clusters are another matter, however. The problem is that the larger the cluster and the more VMs in the cluster, the more possible scenarios vcenter has to analyze, dramatically increasing the load on that server. Copyright 2011 Global Knowledge Training LLC. All rights reserved. 5

6 Solution: Many experts recommend putting between 16 and 24 hosts in a cluster as a good balance between the reduced overhead for HA and the increased load on the vcenter for DRS. If you will be using linked clones, such as with View, the maximum cluster size is eight nodes. HA and DRS Finally, there s an issue that affects both HA and DRS. Optimizing VMs through the proper use of reservations, limits, and shares will be a more time-consuming and challenging task then many previously listed, but will pay dividends day in and day out. 10. Overuse of Reservations, Limits, and Affinities One of the powerful features in vsphere is the ability to guarantee a certain level of resources (via reservations) or to cap consumption (via limits) for VMs. While this can be done, it reduces the options that HA and DRS have in load-balancing and restarting VMs. Using affinities, while convenient and may be necessary for HA, performance, or licensing reasons, add even more constraints to HA and DRS. Solution: Use shares whenever possible instead of using reservations and limits, and minimize the use of affinity (VM-to-VM, as well as VM-to-Host) rules to give HA and DRS the most possible options. If limits and reservations are needed, implement them at the resource pool level whenever possible instead of at the individual VM level. Learn More Learn more about how you can improve productivity, enhance efficiency, and sharpen your competitive edge through training. VMware vsphere: Fast Track [V5.0] VMware vsphere: Install, Configure, Manage [V5.0] VMware vsphere: What s New [V5.0] Visit or call COURSES ( ) to speak with a Global Knowledge training advisor. Related VMware Certifications VMware Certified Professional 5 (VCP5) About the Author John Hales, VCP, VCAP, VCI, is a VMware instructor at Global Knowledge, teaching all of the vsphere and View classes that Global Knowledge offers. John is also the author of many books (including a book on vsphere 5: Professional vsphere 5: Implementation and Management), from involved technical books from Sybex, to exam preparation books, to many quick reference guides from BarCharts, in addition to custom courseware for individual customers. John has various certifications, including the VMware VCP (3, 4, and 5), VCAP, and VCI; the Microsoft MCSE, MCDBA, MOUS, and MCT; the EMC EMCSA (Storage Administrator for EMC Clariion SANs); and Copyright 2011 Global Knowledge Training LLC. All rights reserved. 6

Expert Reference Series of White Papers. Five Secrets for Successfully Virtualizing a Data Center

Expert Reference Series of White Papers. Five Secrets for Successfully Virtualizing a Data Center Expert Reference Series of White Papers Five Secrets for Successfully Virtualizing a Data Center info@globalknowledge.net www.globalknowledge.net Five Secrets for Successfully Virtualizing a Data Center

More information

Expert Reference Series of White Papers. Five Reasons VMware vsphere 6.0 is a Game Changer. 0118 912 3456 www.globalknowledge.co.

Expert Reference Series of White Papers. Five Reasons VMware vsphere 6.0 is a Game Changer. 0118 912 3456 www.globalknowledge.co. Expert Reference Series of White Papers Five Reasons VMware vsphere 6.0 is a Game Changer 0118 912 3456 www.globalknowledge.co.uk Five Reasons VMware vsphere 6.0 is a Game Changer Bill Ferguson, MCT Alumni,

More information

Expert Reference Series of White Papers. Visions of My Datacenter Virtualized

Expert Reference Series of White Papers. Visions of My Datacenter Virtualized Expert Reference Series of White Papers Visions of My Datacenter Virtualized 1-800-COURSES www.globalknowledge.com Visions of My Datacenter Virtualized John A. Davis, VMware Certified Instructor (VCI),

More information

Vmware Training. Introduction

Vmware Training. Introduction Vmware Training Course: Vmware Training Duration: 25 Days (Regular) Mode of Training: Classroom (Instructor-Led) Virtualization has redefined the way IT resources are consumed and services are delivered.

More information

VMware vsphere-6.0 Administration Training

VMware vsphere-6.0 Administration Training VMware vsphere-6.0 Administration Training Course Course Duration : 20 Days Class Duration : 3 hours per day (Including LAB Practical) Classroom Fee = 20,000 INR Online / Fast-Track Fee = 25,000 INR Fast

More information

PassTest. Bessere Qualität, bessere Dienstleistungen!

PassTest. Bessere Qualität, bessere Dienstleistungen! PassTest Bessere Qualität, bessere Dienstleistungen! Q&A Exam : VCP510 Title : VMware Certified Professional on VSphere 5 Version : Demo 1 / 7 1.Which VMware solution uses the security of a vsphere implementation

More information

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

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

More information

VMware vsphere Storage Appliance 5.1.x Brownfield Deployments. TECHNICAL MARKETING DOCUMENTATION v 1.0

VMware vsphere Storage Appliance 5.1.x Brownfield Deployments. TECHNICAL MARKETING DOCUMENTATION v 1.0 VMware vsphere Storage Appliance 5.1.x TECHNICAL MARKETING DOCUMENTATION v 1.0 Table of Contents Introduction.... 3 vsphere Storage Appliance 5.1.x Brownfield Deployment.... 3 vsphere Storage Appliance

More information

VMware vsphere 5.0 Boot Camp

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

More information

Microsoft Exchange Server 2007

Microsoft Exchange Server 2007 Written and Provided by Expert Reference Series of White Papers Microsoft Exchange Server 200 Performance on VMware vsphere 4 1-800-COURSES www.globalknowledge.com Introduction Increased adoption of VMware

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

High-Availability Fault Tolerant Computing for Remote and Branch Offices HA/FT solutions for Cisco UCS E-Series servers and VMware vsphere

High-Availability Fault Tolerant Computing for Remote and Branch Offices HA/FT solutions for Cisco UCS E-Series servers and VMware vsphere Table of Contents UCS E-Series Availability and Fault Tolerance... 3 Solid hardware... 3 Consistent management... 3 VMware vsphere HA and FT... 3 Storage High Availability and Fault Tolerance... 4 Quick-start

More information

Setup for Failover Clustering and Microsoft Cluster Service

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

More information

VMware for SMB environments(min. 505 1 st year)

VMware for SMB environments(min. 505 1 st year) VMware offers dozens of products, but at its core is vsphere, its virtualization platform, and vcenter Server, its management family. Understanding VMware's vsphere, vcenter and vcloud licensing is critical

More information

VMware vcenter Server Performance and Best Practices

VMware vcenter Server Performance and Best Practices Performance Study VMware vcenter Server Performance and Best Practices VMware vsphere 4.1 VMware vcenter Server allows you to manage all levels of a VMware vsphere deployment from datacenters to clusters,

More information

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

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

More information

VMware vsphere: [V5.5] Admin Training

VMware vsphere: [V5.5] Admin Training VMware vsphere: [V5.5] Admin Training (Online Remote Live TRAINING) Summary Length Timings : Formats: Lab, Live Online : 5 Weeks, : Sat, Sun 10.00am PST, Wed 6pm PST Overview: This intensive, extended-hours

More information

VMware vsphere 4.1 with ESXi and vcenter

VMware vsphere 4.1 with ESXi and vcenter VMware vsphere 4.1 with ESXi and vcenter This powerful 5-day class is an intense introduction to virtualization using VMware s vsphere 4.1 including VMware ESX 4.1 and vcenter. Assuming no prior virtualization

More information

Performance Tuning of Virtual Servers TAC9872. John A. Davis Senior Consulting Engineer

Performance Tuning of Virtual Servers TAC9872. John A. Davis Senior Consulting Engineer Performance Tuning of Virtual Servers TAC9872 John A. Davis Senior Consulting Engineer Introduction Main Goals: Discuss Performance Tuning of Virtual Servers Involving ESX Server and Virtual Center Environments

More information

Running VirtualCenter in a Virtual Machine

Running VirtualCenter in a Virtual Machine VMWARE TECHNICAL NOTE VirtualCenter 2.x Running VirtualCenter in a Virtual Machine Running VirtualCenter in a virtual machine is fully supported by VMware to the same degree as if it were installed on

More information

Advanced VMware Training

Advanced VMware Training Goals: Demonstrate VMware Fault Tolerance in action Demonstrate Host Profile Usage How to quickly deploy and configure several vsphere servers Discuss Storage vmotion use cases Demonstrate vcenter Server

More information

JOB ORIENTED VMWARE TRAINING INSTITUTE IN CHENNAI

JOB ORIENTED VMWARE TRAINING INSTITUTE IN CHENNAI JOB ORIENTED VMWARE TRAINING INSTITUTE IN CHENNAI Job oriented VMWARE training is offered by Peridot Systems in Chennai. Training in our institute gives you strong foundation on cloud computing by incrementing

More information

Expert Reference Series of White Papers. Microsoft Assessment and Planning (MAP) Toolkit Version 9.x

Expert Reference Series of White Papers. Microsoft Assessment and Planning (MAP) Toolkit Version 9.x Expert Reference Series of White Papers Microsoft Assessment and Planning (MAP) Toolkit Version 9.x 1-800-COURSES www.globalknowledge.com Microsoft Assessment and Planning (MAP) Toolkit Version 9.x Mark

More information

White. Paper. Benefiting from Server Virtualization. Beyond Initial Workload Consolidation. June, 2010

White. Paper. Benefiting from Server Virtualization. Beyond Initial Workload Consolidation. June, 2010 White Paper Benefiting from Server Virtualization Beyond Initial Workload Consolidation By Mark Bowker June, 2010 This ESG White Paper was commissioned by VMware and is distributed under license from ESG.

More information

Microsoft SharePoint 2010 on VMware Availability and Recovery Options. Microsoft SharePoint 2010 on VMware Availability and Recovery Options

Microsoft SharePoint 2010 on VMware Availability and Recovery Options. Microsoft SharePoint 2010 on VMware Availability and Recovery Options This product is protected by U.S. and international copyright and intellectual property laws. This product is covered by one or more patents listed at http://www.vmware.com/download/patents.html. VMware

More information

Table of Contents. vsphere 4 Suite 24. Chapter Format and Conventions 10. Why You Need Virtualization 15 Types. Why vsphere. Onward, Through the Fog!

Table of Contents. vsphere 4 Suite 24. Chapter Format and Conventions 10. Why You Need Virtualization 15 Types. Why vsphere. Onward, Through the Fog! Table of Contents Introduction 1 About the VMware VCP Program 1 About the VCP Exam 2 Exam Topics 3 The Ideal VCP Candidate 7 How to Prepare for the Exam 9 How to Use This Book and CD 10 Chapter Format

More information

VMware vsphere 5.1 Advanced Administration

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

More information

The VMware Administrator s Guide to Hyper-V in Windows Server 2012. Brien Posey Microsoft MVMP @Veeam

The VMware Administrator s Guide to Hyper-V in Windows Server 2012. Brien Posey Microsoft MVMP @Veeam The VMware Administrator s Guide to Hyper-V in Windows Server 2012 Brien Posey Microsoft MVMP @Veeam About today s webinar Thought leadership content from an industry expert This webinar is recorded and

More information

Veritas Storage Foundation High Availability for Windows by Symantec

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

More information

The VCAP5-DCD Exam. Content published on www.elasticsky.co.uk by Paul McSharry - 2013 @pmcsharry

The VCAP5-DCD Exam. Content published on www.elasticsky.co.uk by Paul McSharry - 2013 @pmcsharry Content published on www.elasticsky.co.uk by Paul McSharry - 2013 @pmcsharry The VCAP5-DCD Exam The VCAP5-DCD is one of VMware's advanced certifications that validates both general datacenter and specific

More information

VMware vsphere: Install, Configure, Manage [V5.0]

VMware vsphere: Install, Configure, Manage [V5.0] VMware vsphere: Install, Configure, Manage [V5.0] Gain hands-on experience using VMware ESXi 5.0 and vcenter Server 5.0. In this hands-on, VMware -authorized course based on ESXi 5.0 and vcenter Server

More information

Technical Note. vsphere Deployment Worksheet on page 2. Express Configuration on page 3. Single VLAN Configuration on page 5

Technical Note. vsphere Deployment Worksheet on page 2. Express Configuration on page 3. Single VLAN Configuration on page 5 Technical Note The vfabric Data Director worksheets contained in this technical note are intended to help you plan your Data Director deployment. The worksheets include the following: vsphere Deployment

More information

Getting the Most Out of Virtualization of Your Progress OpenEdge Environment. Libor Laubacher Principal Technical Support Engineer 8.10.

Getting the Most Out of Virtualization of Your Progress OpenEdge Environment. Libor Laubacher Principal Technical Support Engineer 8.10. Getting the Most Out of Virtualization of Your Progress OpenEdge Environment Libor Laubacher Principal Technical Support Engineer 8.10.2013 Agenda Virtualization Terms, benefits, vendors, supportability,

More information

vsphere Private Cloud RAZR s Edge Virtualization and Private Cloud Administration

vsphere Private Cloud RAZR s Edge Virtualization and Private Cloud Administration Course Details Level: 1 Course: V6PCRE Duration: 5 Days Language: English Delivery Methods Instructor Led Training Instructor Led Online Training Participants: Virtualization and Cloud Administrators,

More information

MAKING YOUR VIRTUAL INFRASTUCTURE NON-STOP Making availability efficient with Veritas products

MAKING YOUR VIRTUAL INFRASTUCTURE NON-STOP Making availability efficient with Veritas products TECHNOLOGY REVIEW MAKING YOUR VIRTUAL INFRASTUCTURE NON-STOP Making availability efficient with Veritas products AUGUST 2015 All businesses have a core set of applications and services that are critical

More information

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

What s New in VMware vsphere 4.1 VMware vcenter. VMware vsphere 4.1 What s New in VMware vsphere 4.1 VMware vcenter VMware vsphere 4.1 W H I T E P A P E R VMware vsphere 4.1 ( vsphere ) continues to improve on its industry-leading virtualization platform, continuing the

More information

Announcing the product launch of a Mitel Virtual Mitel Communication Director (Virtual MCD)

Announcing the product launch of a Mitel Virtual Mitel Communication Director (Virtual MCD) Announcing the product launch of a Mitel Virtual Mitel Communication Director (Virtual MCD) In today's global economy, businesses are - more than ever - looking to reduce capital and operating expenses.

More information

High Availability of VistA EHR in Cloud. ViSolve Inc. White Paper February 2015. www.visolve.com

High Availability of VistA EHR in Cloud. ViSolve Inc. White Paper February 2015. www.visolve.com High Availability of VistA EHR in Cloud ViSolve Inc. White Paper February 2015 1 Abstract Inspite of the accelerating migration to cloud computing in the Healthcare Industry, high availability and uptime

More information

Expert Reference Series of White Papers. VMware vsphere Essentials

Expert Reference Series of White Papers. VMware vsphere Essentials Expert Reference Series of White Papers VMware vsphere Essentials 1-800-COURSES www.globalknowledge.com VMware vsphere Essentials Raj Tolani, Global Knowledge Instructor Introduction Every VMware class

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

Kronos Workforce Central on VMware Virtual Infrastructure

Kronos Workforce Central on VMware Virtual Infrastructure Kronos Workforce Central on VMware Virtual Infrastructure June 2010 VALIDATION TEST REPORT Legal Notice 2010 VMware, Inc., Kronos Incorporated. All rights reserved. VMware is a registered trademark or

More information

Configuration Maximums

Configuration Maximums Topic Configuration s VMware vsphere 5.0 When you select and configure your virtual and physical equipment, you must stay at or below the maximums supported by vsphere 5.0. The limits presented in the

More information

Monitoring Databases on VMware

Monitoring Databases on VMware Monitoring Databases on VMware Ensure Optimum Performance with the Correct Metrics By Dean Richards, Manager, Sales Engineering Confio Software 4772 Walnut Street, Suite 100 Boulder, CO 80301 www.confio.com

More information

VMware High Availability (VMware HA): Deployment Best Practices

VMware High Availability (VMware HA): Deployment Best Practices VMware High Availability (VMware HA): Deployment Best Practices VMware vsphere 4.1 TECHNICAL WHITE PAPER This paper describes best practices and guidance for properly deploying VMware High Availability

More information

Hyper-V R2: What's New?

Hyper-V R2: What's New? ASPE IT Training Hyper-V R2: What's New? A WHITE PAPER PREPARED FOR ASPE BY TOM CARPENTER www.aspe-it.com toll-free: 877-800-5221 Hyper-V R2: What s New? Executive Summary This white paper provides an

More information

Cloud Infrastructure Licensing, Packaging and Pricing

Cloud Infrastructure Licensing, Packaging and Pricing Cloud Infrastructure Licensing, Packaging and Pricing ware, August 2011 2009 ware Inc. All rights reserved On July 12 2011 ware is Introducing a Major Upgrade of the Entire Cloud Infrastructure Stack vcloud

More information

Remote PC Guide Series - Volume 1

Remote PC Guide Series - Volume 1 Introduction and Planning for Remote PC Implementation with NETLAB+ Document Version: 2016-02-01 What is a remote PC and how does it work with NETLAB+? This educational guide will introduce the concepts

More information

Simplifying the Transition to Virtualization TS17

Simplifying the Transition to Virtualization TS17 Simplifying the Transition to Virtualization TS17 Name Sandeep Redkar Title Manager Process Solutions Date 11 th February 2015 Agenda Overview & Drivers Virtualization for Production Rockwell Automation

More information

VMware vsphere Storage DRS. Interoperability TECHNICAL MARKETING DOCUMENTATION V 1.0/UPDATED MAY 2012

VMware vsphere Storage DRS. Interoperability TECHNICAL MARKETING DOCUMENTATION V 1.0/UPDATED MAY 2012 Storage DRS Interoperability TECHNICAL MARKETING DOCUMENTATION V 1.0/UPDATED MAY 2012 Table of Contents Purpose and Overview.... 3 ware vsphere Storage DRS Introduction.... 3 Datastore Clusters.... 3 Placement

More information

Configuration Maximums VMware vsphere 4.1

Configuration Maximums VMware vsphere 4.1 Topic Configuration s VMware vsphere 4.1 When you select and configure your virtual and physical equipment, you must stay at or below the maximums supported by vsphere 4.1. The limits presented in the

More information

VMware vsphere: Fast Track [V5.0]

VMware vsphere: Fast Track [V5.0] VMware vsphere: Fast Track [V5.0] Experience the ultimate in vsphere 5 skills-building and VCP exam-preparation training. In this intensive, extended-hours course, you will focus on installing, configuring,

More information

VMware ESXi in a Cloud-based Lab David Davis, VCP, VCAP, and vexpert

VMware ESXi in a Cloud-based Lab David Davis, VCP, VCAP, and vexpert VMware ESXi in a Cloud-based Lab David Davis, VCP, VCAP, and vexpert WHITE PAPER BROUGHT TO YOU BY SKYTAP 2 VMware ESXi in a Cloud-based Lab Contents Executive Summary... 3 1. Scenarios Enabled by ESXi

More information

ABB Technology Days Fall 2013 System 800xA Server and Client Virtualization. ABB Inc 3BSE074389 en. October 29, 2013 Slide 1

ABB Technology Days Fall 2013 System 800xA Server and Client Virtualization. ABB Inc 3BSE074389 en. October 29, 2013 Slide 1 ABB Technology Days Fall 2013 System 800xA Server and Client ization October 29, 2013 Slide 1 System 800xA ization Customers specify it Customers harmonize with IT Training environments Lower cost of ownership

More information

VMware vsphere Design. 2nd Edition

VMware vsphere Design. 2nd Edition Brochure More information from http://www.researchandmarkets.com/reports/2330623/ VMware vsphere Design. 2nd Edition Description: Achieve the performance, scalability, and ROI your business needs What

More information

vsphere Resource Management

vsphere Resource Management ESXi 5.1 vcenter Server 5.1 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more recent editions

More information

Top 3 VMware Certifications You Must Get - And How To Pass the First Time VMware Certification

Top 3 VMware Certifications You Must Get - And How To Pass the First Time VMware Certification Top 3 VMware Certifications You Must Get - And How To Pass the VMware Certification Instructor: David Davis Who is David Davis? Over 18 years of IT experience as a customer, blogger, and video training

More information

Setup for Failover Clustering and Microsoft Cluster Service

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

More information

Configuration Maximums VMware vsphere 4.0

Configuration Maximums VMware vsphere 4.0 Topic Configuration s VMware vsphere 4.0 When you select and configure your virtual and physical equipment, you must stay at or below the maximums supported by vsphere 4.0. The limits presented in the

More information

How To Get A Top Paying Certification

How To Get A Top Paying Certification A Global Knowledge Special Report 15 Top-Paying Certifications for 2015 1-800-COURSES www.globalknowledge.com 15 Top-Paying Certifications for 2015 John Hales, Global Knowledge VMware, SDN, and SoftLayer

More information

vsphere Availability ESXi 5.5 vcenter Server 5.5 EN-001254-00

vsphere Availability ESXi 5.5 vcenter Server 5.5 EN-001254-00 ESXi 5.5 vcenter Server 5.5 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more recent editions

More information

Setup for Failover Clustering and Microsoft Cluster Service

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

More information

VMware vsphere Data Protection 6.1

VMware vsphere Data Protection 6.1 VMware vsphere Data Protection 6.1 Technical Overview Revised August 10, 2015 Contents Introduction... 3 Architecture... 3 Deployment and Configuration... 5 Backup... 6 Application Backup... 6 Backup Data

More information

Expert Reference Series of White Papers. Performance and Troubleshooting with esxtop

Expert Reference Series of White Papers. Performance and Troubleshooting with esxtop Expert Reference Series of White Papers Performance and Troubleshooting with esxtop 1-800-COURSES www.globalknowledge.com Performance and Troubleshooting with esxtop Steve Baca VCP, VCI, VCAP, Global Knowledge

More information

Installing and Administering VMware vsphere Update Manager

Installing and Administering VMware vsphere Update Manager Installing and Administering VMware vsphere Update Manager Update 1 vsphere Update Manager 5.1 This document supports the version of each product listed and supports all subsequent versions until the document

More information

DARMADI KOMO: Hello, everyone. This is Darmadi Komo, senior technical product manager from SQL Server marketing.

DARMADI KOMO: Hello, everyone. This is Darmadi Komo, senior technical product manager from SQL Server marketing. Microsoft SQL Server 2012 for Private cloud (Part 1) Darmadi Komo - Senior Technical Product Manager DARMADI KOMO: Hello, everyone. This is Darmadi Komo, senior technical product manager from SQL Server

More information

COMPARISON OF VMware VSHPERE HA/FT vs stratus

COMPARISON OF VMware VSHPERE HA/FT vs stratus COMPARISON OF VMware VSHPERE HA/FT vs stratus ftserver SYSTEMS White Paper 2 Ensuring Availability of Virtualized Business-Critical Applications in an Always-On World Introduction Virtualization has become

More information

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

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

More information

Configuration Maximums

Configuration Maximums Topic Configuration s VMware vsphere 5.1 When you select and configure your virtual and physical equipment, you must stay at or below the maximums supported by vsphere 5.1. The limits presented in the

More information

VBLOCK SOLUTION FOR SAP: SIMPLIFIED PROVISIONING FOR OPERATIONAL EFFICIENCY

VBLOCK SOLUTION FOR SAP: SIMPLIFIED PROVISIONING FOR OPERATIONAL EFFICIENCY VBLOCK SOLUTION FOR SAP: SIMPLIFIED PROVISIONING FOR OPERATIONAL EFFICIENCY August 2011 2011 VCE Company, LLC. All rights reserved. 1 Table of Contents Introduction... 3 Purpose... 3 Audience... 3 Scope...

More information

VegaStream Tutorial - The Advantages & Disadvantages of Using Virtual Machines

VegaStream Tutorial - The Advantages & Disadvantages of Using Virtual Machines Getting Started with Server Virtualization HAROLD READ VIRTUALIZATION PRACTICE M AN AGER H T T P : / / W W W. A L L I N. C O M A L L I N C O N S U LT I N G S A L E S @ A L L I N. C O M 7 8 1. 2 1 3. 6

More information

Avoiding Performance Bottlenecks in Hyper-V

Avoiding Performance Bottlenecks in Hyper-V Avoiding Performance Bottlenecks in Hyper-V Identify and eliminate capacity related performance bottlenecks in Hyper-V while placing new VMs for optimal density and performance Whitepaper by Chris Chesley

More information

Managing Microsoft Hyper-V Server 2008 R2 with HP Insight Management

Managing Microsoft Hyper-V Server 2008 R2 with HP Insight Management Managing Microsoft Hyper-V Server 2008 R2 with HP Insight Management Integration note, 4th Edition Introduction... 2 Overview... 2 Comparing Insight Management software Hyper-V R2 and VMware ESX management...

More information

Availability Digest. www.availabilitydigest.com. SAP on VMware High Availability Analysis. A Mathematical Approach. December 2012

Availability Digest. www.availabilitydigest.com. SAP on VMware High Availability Analysis. A Mathematical Approach. December 2012 the Availability Digest www.availabilitydigest.com SAP on VMware High Availability Analysis A Mathematical Approach December 2012 Vas Mitra SAP Virtualization Architect Editor s note: Vas Mitra is a SAP

More information

Veritas Cluster Server from Symantec

Veritas Cluster Server from Symantec Delivers high availability and disaster recovery for your critical applications Data Sheet: High Availability Overview protects your most important applications from planned and unplanned downtime. Cluster

More information

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

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

More information

Expert Reference Series of White Papers. Where to Go Once Your Servers are Virtualized

Expert Reference Series of White Papers. Where to Go Once Your Servers are Virtualized Expert Reference Series of White Papers Where to Go Once Your Servers are Virtualized 1-800-COURSES www.globalknowledge.com Where to Go Once Your Servers are Virtualized John Hales, Global Knowledge VMware

More information

What s New in VMware vsphere Flash Read Cache TECHNICAL MARKETING DOCUMENTATION

What s New in VMware vsphere Flash Read Cache TECHNICAL MARKETING DOCUMENTATION What s New in VMware vsphere TECHNICAL MARKETING DOCUMENTATION v 0.1/September 2013 Table of Contents Introduction.... 3 1.1 Software-Defined Datacenter... 3 1.2 Software-Defined Storage... 3 1.3 What

More information

VMware vsphere Metro Storage Cluster Recommended Practices

VMware vsphere Metro Storage Cluster Recommended Practices VMware vsphere Metro Storage Cluster VMware vsphere 6.0 TECHNICAL MARKETING DOCUMENTATION V 2.0 JUNE 2015 Table of Contents Purpose and Overview... 3 Target Audience.... 3 Interpreting This Document....

More information

Top 10 Reasons to Virtualize VMware Zimbra Collaboration Server with VMware vsphere. white PAPER

Top 10 Reasons to Virtualize VMware Zimbra Collaboration Server with VMware vsphere. white PAPER Top 10 Reasons to Virtualize VMware Zimbra Collaboration Server with VMware vsphere white PAPER Email outages disrupt a company s ability to conduct business. Issues as diverse as scheduled downtime, human

More information

Silver Peak Virtual Appliances

Silver Peak Virtual Appliances Silver Peak Virtual Appliances Frequently Asked Questions (FAQ) VX Installation This section addresses questions or problems you may encounter during Silver Peak VX installation. 1. I need to increase

More information

Best Practices for Monitoring Databases on VMware. Dean Richards Senior DBA, Confio Software

Best Practices for Monitoring Databases on VMware. Dean Richards Senior DBA, Confio Software Best Practices for Monitoring Databases on VMware Dean Richards Senior DBA, Confio Software 1 Who Am I? 20+ Years in Oracle & SQL Server DBA and Developer Worked for Oracle Consulting Specialize in Performance

More information

Study Guide. Professional vsphere 4. VCP VMware Certified. (ExamVCP4IO) Robert Schmidt. IVIC GratAf Hill

Study Guide. Professional vsphere 4. VCP VMware Certified. (ExamVCP4IO) Robert Schmidt. IVIC GratAf Hill VCP VMware Certified Professional vsphere 4 Study Guide (ExamVCP4IO) Robert Schmidt McGraw-Hill is an independent entity from VMware Inc. and is not affiliated with VMware Inc. in any manner.this study/training

More information

Virtualization In Manufacturing Industries. Copyright 2012 Rockwell Automation, Inc. All rights reserved.

Virtualization In Manufacturing Industries. Copyright 2012 Rockwell Automation, Inc. All rights reserved. Virtualization In Manufacturing Industries Rev 5058-CO900C What is Virtualization? Traditionally the OS and its applications were tightly coupled to the hardware they were installed on Virtualization breaks

More information

Reducing the Cost and Complexity of Business Continuity and Disaster Recovery for Email

Reducing the Cost and Complexity of Business Continuity and Disaster Recovery for Email Reducing the Cost and Complexity of Business Continuity and Disaster Recovery for Email Harnessing the Power of Virtualization with an Integrated Solution Based on VMware vsphere and VMware Zimbra WHITE

More information

Hyper-V vs ESX at the datacenter

Hyper-V vs ESX at the datacenter Hyper-V vs ESX at the datacenter Gabrie van Zanten www.gabesvirtualworld.com GabesVirtualWorld Which hypervisor to use in the data center? Virtualisation has matured Virtualisation in the data center grows

More information

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

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

More information

IBM Upward Integration Module (UIM) Advanced Technical Sales Wayne Wigley

IBM Upward Integration Module (UIM) Advanced Technical Sales Wayne Wigley IBM Upward Integration Module (UIM) Advanced Technical Sales Wayne Wigley 1 Agenda vsphere Architecture with Required IBM Components for UIM ESXi Images IBM Customized Image IBM Upward Integration for

More information

Expert Reference Series of White Papers. VMware vsphere Distributed Switches

Expert Reference Series of White Papers. VMware vsphere Distributed Switches Expert Reference Series of White Papers VMware vsphere Distributed Switches info@globalknowledge.net www.globalknowledge.net VMware vsphere Distributed Switches Rebecca Fitzhugh, VCAP-DCA, VCAP-DCD, VCAP-CIA,

More information

vsphere Availability ESXi 5.1 vcenter Server 5.1 EN-000916-00

vsphere Availability ESXi 5.1 vcenter Server 5.1 EN-000916-00 ESXi 5.1 vcenter Server 5.1 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more recent editions

More information

Technology Insight Series

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

More information

Managing Application Performance and Availability in a Virtual Environment

Managing Application Performance and Availability in a Virtual Environment The recognized leader in proven and affordable load balancing and application delivery solutions White Paper Managing Application Performance and Availability in a Virtual Environment by James Puchbauer

More information

REDEFINE SIMPLICITY TOP REASONS: EMC VSPEX BLUE FOR VIRTUALIZED ENVIRONMENTS

REDEFINE SIMPLICITY TOP REASONS: EMC VSPEX BLUE FOR VIRTUALIZED ENVIRONMENTS REDEFINE SIMPLICITY AGILE. SCALABLE. TRUSTED. TOP REASONS: EMC VSPEX BLUE FOR VIRTUALIZED ENVIRONMENTS Redefine Simplicity: Agile, Scalable and Trusted. Mid-market and Enterprise customers as well as Managed

More information

VMWARE COURSE OUTLINE. Revision 1.0 Prepared by: See CY

VMWARE COURSE OUTLINE. Revision 1.0 Prepared by: See CY VMWARE COURSE OUTLINE Revision 1.0 Prepared by: See CY VMware Infrastructure Install, Configure & Manage v4 Course Part Number: VMware SKU: EDU-VS4ICM-OE Objective: To learn how to install, configure and

More information

Vmware VSphere 6.0 Private Cloud Administration

Vmware VSphere 6.0 Private Cloud Administration To register or for more information call our office (208) 898-9036 or email register@leapfoxlearning.com Vmware VSphere 6.0 Private Cloud Administration Class Duration 5 Days Introduction This fast paced,

More information

Avaya Aura Virtualized Environment

Avaya Aura Virtualized Environment Avaya Aura Virtualized Environment Table of Contents Redundancy Options for Avaya Aura Virtualized Environment (AAVE)... 1 Avaya Aura Communication Manager (CM) Software Duplication and Statefull Failover...

More information

Introduction to VMware EVO: RAIL. White Paper

Introduction to VMware EVO: RAIL. White Paper Introduction to VMware EVO: RAIL White Paper Table of Contents Introducing VMware EVO: RAIL.... 3 Hardware.................................................................... 4 Appliance...............................................................

More information

WHITE PAPER. VMware Infrastructure 3 Pricing, Packaging and Licensing Overview

WHITE PAPER. VMware Infrastructure 3 Pricing, Packaging and Licensing Overview WHITE PAPER VMware Infrastructure 3 Pricing, Packaging and Licensing Overview Table of Contents Introduction to VMware Infrastructure 3.......................................3 Pricing, Packaging & Licensing

More information

Evolving Datacenter Architectures

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

More information

Virtualization Essentials

Virtualization Essentials Virtualization Essentials Table of Contents Introduction What is Virtualization?.... 3 How Does Virtualization Work?... 4 Chapter 1 Delivering Real Business Benefits.... 5 Reduced Complexity....5 Dramatically

More information

WHITE PAPER 1 WWW.FUSIONIO.COM

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

More information