Thursday, July 23, 2009

10 Reasons why I would buy (or not) VMWare as my Virtualization Platform

I know this has been largely analyzed and discussed, but here goes my own list on why I would go to VMWare as the provider for my virtualization platform. Most of this is a result of just reading documentation, articles, blogs or rumors over the Internet, and also some are a result of personal experience. Just like any other blog article, take it with a grain of salt…

Why I would choose VMWare as my Virtualization Platform Provider

1. It is the undisputed market leader

VMWare is considered the facto standard for Virtual Infrastructure in corporations of all sizes: according to VMWare data, 95 percent of the Fortune Global 500 are VMware customers, more than 120,000 customers of all sizes, including all of the Fortune 100, trust VMware as their virtualization infrastructure platform As someone once said ‘you can’t get fired by buying VMware’

2. VMware "invented" the concept and created the market for the x86 platform

Virtualization was first implemented more than 30 years ago by IBM as a way to logically partition mainframe computers into separate virtual machines. These partitions allowed mainframes to “multitask”: run multiple applications and processes at the same time. Since mainframes were expensive resources at the time, they were designed for partitioning as a way to fully leverage the investment. Virtualization was effectively abandoned during the 1980s and 1990s when client-server applications and inexpensive x86 servers and desktops established the model of distributed computing. Rather than sharing resources centrally in the mainframe model, organizations used the low cost of distributed systems to build up islands of computing capacity. The broad adoption of Windows and the emergence of Linux as server operating systems in the 1990s established x86 servers as the industry standard. VMWare capitalized on the need to optimize this hugely underutilized infrastructure by creating their hypervisor. Their approach to virtualization inserts a thin layer of software directly on the computer hardware or on a host operating system. This software layer creates virtual machines and contains a virtual machine monitor or “hypervisor” that allocates hardware resources dynamically and transparently so that multiple operating systems can run concurrently on a single physical computer without even knowing it. By being first in this x86 market segment gave them a definite advantage as compared to other players which entered the market once they had already established their dominance. This should provide a peace of mind when buying VMWare to host your Virtual infrastructure.

3. Mature technology

VMWare has been around for quite a few years now. Ten years ago in 1999, VMware introduced virtualization to x86 systems as a means to efficiently address many of the challenges of distributed computing and to transform x86 systems into general purpose, shared hardware infrastructure that offers full isolation, mobility and operating system choice for application environments. They delivered their first product, VMware Workstation, in 1999 and entered the server market in 2001 with VMware GSX Server (hosted) and VMware ESX Server (hostless). With the launch of VMware Virtual Center in 2003, and the groundbreaking VMotion and Virtual SMP technology, the company established itself as the thought leader in the industry. 64-bit support appeared in 2004. We are talking here about a platform that has been proven and has gone through many cycles of development.


4. Tools and technology embedded onto the platform:

The ESX platform comes with some amazing components, to simplify the life of the administrators. Currently none of the other vendors alone can match this impressive set of tools. Among them:
• VMware VMotion enables planned server maintenance with no downtime impact on end-users. IT administrators no longer need to come in on weekends or evenings (overtime pay) and spend hours contacting application owners to schedule a maintenance window.
• VMware Storage VMotion enables storage array maintenance and upgrades with no downtime impact to end-users.
• VMware DRS saves IT from having to manually monitor virtual machines and manually move them to ensure proper resource reallocation.
• VMware HA automatically restarts virtual machines when hosts or individual virtual machines unexpectedly fail (unplanned downtime).
• VMware Fault Tolerance provides zero downtime and zero data loss availability for any virtual machine against x86 hardware failures. Enabling fault tolerance for a high-value, high transaction virtual machine enables that workload to run on two different ESX hosts simultaneously and allows the virtual machine to run seamlessly in the event of hardware failure on either host.
• VMware vCenter Update Manager automates scanning, tracking, applying, and remediating patches for the virtualization layer and guest operating systems.
And the list can go on and on: VMWare converter, Capacity Planning and Guided Consolidator, VMFS, VCB, etc.

5. Knowledge base and supporters, forums, bloggers, almost everything is there

Whenever there is an issue, we need to find very specific information, or just read generic platform reviews, the are literally thousands of Web Sites, both official and unofficial, filled with very useful information on the platform. If at some point we are experiencing problems with the platform, it is very likely that someone already experienced the same – and found an answer. The Forums and KB site from the official site are just fabulous.

6. Technology to optimize the resources and achieve greater consolidation ratios:

The platform includes the technology to ensure you get the most out of your hardware investment, some outstanding features are:

- Memory Oversubscription/overcommitment - More efficient use of physical RAM by reclaiming unused physical memory and consolidating identical memory pages among VMs on a host. Incides the ability to achieve greater consolidation ratios
- Direct Driver Model - VMware ESX can achieve very high I/O throughput and can handle the I/O requirements for more VMs simultaneously requesting hardware resources.
- Support for Large Memory Pages and Nested Page Tables - Optimize memory access and can provide substantial performance benefits for mission critical, memory-intensive applications, can reduce CPU resource consumption by up to 15%
- DRS with Resource Pools - Dynamically load balance VMs across a cluster so applications get required resources when they need them -a “safety net” that lets administrators run individual servers at higher utilization levels while meeting service level agreements

7. Ability to go from Provisioning to Disaster Recovery with a single vendor

No other virtualization platform vendor provides the breadth of management solutions for virtualization that VMware can offer: VMWare Lab Manager, Capacity Planner, VMWare Converter, VMware vCenter Stage Manager, VMware vCenter Lifecycle Manager, Site Recovery Manager. All of them provide a comprehensive solution for management of the infrastructure over the entire life cycle of the virtual machine. And if you add to this the fact that VMWare is a subsidiary for EMC (one of the largest Storage vendors) and their close relationship with Cisco (the largest network equipment vendor) then you will find a very compelling reason to choose VMWare as your platform of choice.

8. Virtual Appliances availability

The Virtual Marketplace site from VMWare provides a rich set of Virtual Appliances ready to be deployed. A virtual appliance is a virtual machine image designed to run on a virtualization platform. A virtual appliance is usually built to host a single application, and so represents a new way of deploying network applications. Adding virtual appliances into the picture allows for extremely rapid provisioning of infrastructure nodes and importantly, cleanly provides a way of encapsulating all knowledge of the application within the virtual appliance

9. Thin provisioning

Thin Provisioning lets you subscribe more capacity to virtual machines than they actually have, eliminating the waste of resources and space caused by unused over-allocated storage. With VMware vStorage Thin Provisioning storage administrators can increase their storage utilization by letting them dedicate more storage than the actual capacity. Again, this provides savings on the Storage utilization area.


Why I would NOT choose VMWare as my Virtualization Platform Provider

1. VMWare’s software "binary translation’ vs Xen and Microsoft’s hardware assists implementation of the hypervisor: Is VMWare’s the right approach?

There has been quite a lot of controversy on which approach is the most efficient.
VMware pioneered a philosophy called "binary translation" where the hypervisor would trap privileged instructions issued by the guest and re-work them so they play nice in a virtual environment. This allows running an unmodified guest OS within a virtual machine and it is indeed a powerful idea. Xen comes from a different perspective and what has been historically used to overcome this problem was something called "paravirtualization". It essentially means that instead of having the hypervisor "adjust" privileged calls issued by a standard guest OS, the guest gets modified (i.e. paravirtualized or ‘enlighten’ as per Microsoft’s terms) in order to play "natively" nice in a virtual environment.
Also has to do with these hardware instructions that Intel and AMD have introduced over the last years with their CPU's. Intel calls them Intel-VT while AMD calls them AMD-V. Essentially what they do is providing a hook for those that develop virtualization software to make the processor appear more "virtualization-aware". So what happened is that the Xen hypervisor has been created to take advantage of these new instructions so that you could run unmodified guests on top of Xen (Windows and standard Linux distributions)
So we have now a situation where VMware continues to implement this "binary translation" to support standard operating systems while Xen has provided support for standard operating systems by means of these "hardware assists". Citrix claims that VMware has to perform many operations in software that XenServer can offload and handle more optimally in hardware, but according to benchmarks published by both sides it is still unclear which one has the advantage on performance.


2. Pricing

Regardless of what any info that a TCO tool or Whitepaper can give you (VMWare’s sponsored), unless you require a specific feature provided by the VMWare platform (Storage VMotion just as an example), the price tag that comes with the VMWare architecture is prohibitive for most of the potential customers, specially compared to the fact that the “basic” (and not so basic) set of features is already provided for free (or almost) by XenServer or Microsoft Hyper-V. Given the lack of competition in the market previously, VMware has been able to charge a premium for its products, but given the licensing structure by VMWare (specially their just released VMWare Sphere 4 infrastructure) we’ve been hearing a lot of scream from the paying customers.

3. Still not the best option for VDI environments

Despite the efforts, acquisitions and advancements made on the Virtual Desktop space, VMWare still lags behind Citrix, the clear leader on this space. VMWare is trying to position itself as the experts on the ‘virtualization’ space in general, but desktop virtualization is quite a different business, with its own set of challenges and Citrix has been the dominant player, developing (or acquiring) over the time the technology that makes the difference between those platforms: the ICA protocol is still the best in the market, the printing module, the provisioning of the virtual machines, the application deployment strategy (with Citrix having several options here), the fact that with Citrix you can decide on the hypervisor to run the virtual desktops (as opposite to being locked to VMWare in View). Predictions on this area mark this as the new hot spot with exponential growth very shortly.

4. cannibalizing the ecosystem

VMWare Has cannibalized its ecosystem by integrating more and more capability and features into its base products (e.g. DRS, lab management, storage virtualization, systems management, etc.). In a way, this is actually good for end users as they get more for their license dollars, however in the long run it tends to slow the rate of innovation as now it depends on a single vendor which develops the entire infrastructure, and also this ends up locking in customers to their approach.

5. Not very friendly to interoperate with other platforms

Citrix and Microsoft are working on initiatives to allow their VMs to be powered up on any of the platforms, and further, to live motion between the platforms. Wouldn’t it be be nice to hear VMWare joined those efforts? (dream on!). Another example of this goes in the VDI infrastructure, where the customers are forced to use VMWare ESX as their hypervisor to run the virtual desktops, as opposite to other vendors, who do not lock in to a single hyepervisor.

6. Backup solution

This area has received some improvement as compared to the ESX 3.5, but still you’ll need to buy any of the commercial third party products to protect and backup your data. If you still need to pay for a backup solution, what’s the point of installing VCB? (yes, I know you need to proxy into ESX, but wouldn’t it be better just to to get rid of this proxy step?)

7. SAN Storage interoperability

When I buy a SAN platform to host my data, usually it comes with a set of tools to dedupe, snapshot, backup, etc, Most of the times the tools come with very high price tags, so it would be nice if I could take full advantage of the dollars I paid for my storage and tools, instead of my virtualization platform to lead the storage utilization. I like the Citrix approach with their StorageLink technology which exposes the advanced data and storage management features in top tier storage systems directly to server virtualization environment.

8. VMWare is presenting itself like there is no competition.

Microsoft and Citrix, and more recently Oracle with the Sun acquisition have very strong products in the same technology area and despite the huge market advantage VMWare has, it is too early to call the game. According to studies and reports, the new players slowly but surely will be gaining market share and for any large infrastructure will be very likely to see a mix between at least two of the big players (being VMWare one of them)

9. Virtualization is perceived as not secure

Security administrators and auditors have long voiced security concerns about virtualization (not targeting specifically VMWare). While being more secure than Windows, the fact that all the eggs are in a single basket still scares Security Teams. Hackers are increasingly writing malware specifically to target the virtualization layer. For them, it’s way more efficient to target the layer of software underneath all of the OSs than to have to target each OS individuallyVMsafe and vShield Zones have been brought to the table to address those concerns, however it’s still far to consider this issue a thing from the past.

10. Too soon, too much hype on ‘cloud’:

This is an emerging concept that VMWare has been overutilizing to gain mindset on the industry It is being sold as a reality when it is still in its very infancy. There are many challenges, the most serious around security which will need to be addressed before this marketing initiative can start gaining traction on the enterprise world. I would not buy VMWare based solely on the promise to jump on the ‘cloud’ bandwagon.

1 comment:

  1. Thank you Luis for such an exhaustive list of things to plan with re: a virtualization platform

    ReplyDelete