VMware vSphere 4

Jump to

Daily Newsletters

Sign up to ZDNet UK's daily newsletter.

The latest release of VMware's enterprise-level hypervisor and management suite raises the bar with the addition of built-in backup, thin provisioning and fault tolerance options. The combination of functionality and a proven track record makes vSphere 4 an excellent choice for high-end server virtualisation projects.… Read full review

Typical price: £8140
Editors' rating:
  • 8.9 out of 10
8.9 out of 10

Pros

  • Easy to deploy and use
  • Thin provisioning saves storage space
  • Fault tolerance ensures no downtime in case of server hardware failure
  • Integrated backup tools with de-duplication make for efficient VM backup
  • Other features make it easy to minimise datacentre power consumption and make the most of expensive assets

Cons

  • Storage space is not automatically reclaimed from thin provision disks when files are deleted from VMDKs
  • Numerous licensing options and product names make purchasing a complex process

Launched in April, VMware's vSphere 4 is the latest major release of the company's ESX server virtualization platform. Highlights of the new suite are Thin Provisioning, Data Recovery, Fault Tolerance and Distributed Power Management, all of which we'll look at in more detail in this review.

Which version?
We found vSphere easy to deploy and even easier to use. But picking the version that's right for you could be tricky. The vSphere hypervisor can be purchased in four different editions (Standard, Advanced, Enterprise and Enterprise Plus); there's also a free downloadable version, called ESXi. Each version enables you to host multiple virtual machines (VMs) on a single server, so the free ESXi might be adequate for small organisations and for some test and development environments. However, the paid-for editions come with various extra features, such as the ability to pool groups of VMs together and place limits on the server resources that each pool can use.

Of all the paid-for features, the ability to move VMs from one host to another without any downtime is probably the most popular. VMware calls this feature vMotion, and it's part of the Advanced, Enterprise and Enterprise Plus editions. Equally useful, but perhaps less well known, is Storage vMotion, which allows VMs to be moved from one storage device to another without any downtime. Storage vMotion is only available in the Enterprise and Enterprise Plus versions.

In addition to vSphere, one instance of VMware's management suite, vCenter Server, is an essential requirement for many of the advanced features and must be purchased separately. The logic here is that most customers have many vSphere servers but only one, or few, vCenter Servers. So most people need to buy multiple vSphere licences and only a few vCenter server licences. Bear in mind, though that it's the vSphere licences that cover the advanced functionality, such as vMotion and Data Recovery.

If this sounds a little confusing then you're not alone, and care will be needed to ensure you purchase all the components that will be required. For example, our tests were stalled for a few weeks because we had vSphere Enterprise Plus licences but no licence for vCenter Server. Fortunately, VMware provides an online Purchase Advisor questionnaire that should help to point you in the right direction.

These complications aside, we were pleased to see the suite has evolved greatly since the last version. The most noticeable changes are several new features designed to help enterprise IT departments keep their systems running come what may, and to make the most of their resources.

Thin Provisioning
The new vStorage Thin Provisioning option allows you to configure VMs to use only the amount of storage needed by their Virtual Machine Disk files (VMDKs). You set a maximum size for the VMDK in the usual way, but with thin provisioning in place, if the maximum limit is 10GB but the VM uses 4.5GB for its OS, apps and data, then the VMDK will use 4.5GB of storage on your server. The amount of server storage can grow dynamically as more data is added to the VMDK, up to the configured maximum. This is in contrast to the previous approach, where administrators defined the maximum size of the VMDK when the VM was created, and the VMDK always occupied that amount of server storage, regardless of how much data it actually contained.

We tested this by creating a new VM configured with an 8GB virtual VMDK and the Thin Provisioning option. Before booting the VM for the first time the VMDK occupied only a few bytes of disk space on the server. We watched this grow to around 800MB as we installed a copy of Ubuntu Linux in our VM. Thin provisioning is an excellent way to make the most of your existing storage, and could easily help organisations defer buying additional disks for their vSphere servers. It will also save time for administrators, who can now avoid having to manually expand the size of a VMDK that has filled up because it was created without enough headroom — a common problem before thin provisioning. Administrators can now configure a VM with plenty of VMDK headroom, safe in the knowledge that it will only use the disk space that's actually required. Unfortunately vStorage Thin Provisioning only works in one direction, so free space is not normally reclaimed from the server storage if data is deleted from a VMDK. However, in our tests we reclaimed space by zeroing partitions on our VMDK and using vSphere's Migrate option to move the VMDK to a different storage device. This could be done without any VM downtime, provided you have purchased the Storage vMotion option.

Data Recovery
Thin provisioning is a great addition to the VMware arsenal, but top of the list of new features is probably Data Recovery, which adds comprehensive tools to backup and restore VMs while also minimising the amount of storage consumed by the backup data. In our tests we found that this feature was surprisingly quick and easy to use. We navigated to the Data Recovery tab in the vSphere Client and clicked on a VM to get the Data Recovery menu, which allowed us to run backup jobs that were already defined, and to define new jobs. Typically a backup job would include a group of related VMs that should be backed up together. We could also backup an individual VM using the Backup Now option, and could restore individual VMs in much the same way.

Restoring a backed-up virtual machine (VM) from the vSphere Client.

Having backup facilities integrated into the vSphere Client rather than needing to launch a separate program is obviously extremely convenient. But the main benefit of the Data Recovery feature is its data de-duplication (dedupe) capability. This means that if you backup a VM twice and the only difference between the first backup and the second was a few bytes defining the IP address, the second backup would use only a few bytes of storage. Better still, dedupe works across multiple VMs, so you could conceivably backup a huge number of VMs using only a very small amount of storage.

The main limitation of Data Recovery is that it works only with disk-based storage, so you'd need to use additional backup products to put your backups onto a tape library or other offline storage.

Fault Tolerance
Another groundbreaking addition is the Fault Tolerance feature, which runs a cloned copy of selected VMs on a second server. The cloned copy runs in lock step with the original, so if the first server fails the clone is ready to instantly take over.

VMware Fault Tolerance works with any operating system and application, but the VM must be configured with a Thick-Eager-Zero (TEZ)-type virtual hard disk. Unlike Thin Provision hard disks, the amount of storage used by a TEZ disk is specified when it's created, and does not change dynamically depending on how much data it contains. So if you create a 10GB TEZ disk, it will always use 10GB of storage. There's a marginal performance gain from using the TEZ format compared to Thin Provisioning disks, but in most cases this is not enough to outweigh the cost benefit of using the latter. Most VMs will therefore use Thin Provision storage. However, administrators can specify which format they want when creating a VM, and can convert between the formats if they change their minds.

In our tests we took a VM running Windows Server 2008 and preconfigured with a TEZ disk, and configured it for fault tolerance by right-clicking the mouse pointer on the VM's icon in the main inventory hierarchy and selecting Turn On Fault Tolerance. It took just a few seconds to do this with the mouse, and vSphere took 45 seconds to create the clone and get it working. The VM did not need to be switched off or rebooted.

If the VM does not have a TEZ-format virtual disk it must be powered off so its VMDK can be converted. Apart from this, the same procedure is used to enable fault tolerance — just right click on the VM and select the fault tolerance option. When we tested this with a different VM, vSphere took just over three minutes to create and enable the clone, including the time needed to convert its 6GB VMDK to the required format. It seems there is a small bug in the current version that causes the process to fail if you try to create a falut-tolerant clone of a non-TEZ format VM without first powering it off. VMware told us it was aware of this.

We tested fault tolerance by opening a console onto both VMs. vSphere issued a pop-up telling us that the cloned VM screen was a read-only display, so we couldn't make any changes to the clone using the mouse or keyboard. However, the display on the clone was always identical to the source VM — if we moved the mouse pointer on the source, the mouse pointer also moved on the cloned VM's display. vSphere also provides an option to test the clone by actually failing over to it.

In summary Fault Tolerance is extremely easy to use – much more so than achieving similar results using Windows Server Clustering Services. vSphere Fault Tolerance has the added benefit of being completely OS independent, so you can make any operating system and application fault tolerant. Also, it does not require you to purchase additional licenses for the clone VM. Fault Tolerance and Data Recovery both come in the top three vSphere versions (Advanced, Enterprise and Enterprise Plus).

Distributed power management
Another notable addition to vSphere is Distributed Power Management (DPM), which monitors your vSphere environment and constantly tries to minimise the number of vSphere servers needed to host your VMs. Whenever possible it will use vMotion to migrate VMs onto the smallest number of vSphere hosts and then switch off unused ones. For example, you might have five vSphere servers hosting 50 VMs, each running a Windows XP desktop for a remote worker. During the day the 50 VMs all use a fair amount of server resources, so DPM spreads them over five vSphere servers. But at night or during the weekend, when nobody is working, the VMs sit idle, so DPM will move them all onto one server and switch off the other four. The VMs are kept running at all times, so users can connect whenever they want. Again, this feature works regardless of the VM operating system and applications, but in this case the vSphere servers need either a Wake-On LAN capability or a Lights-Out Management card so they can be switched on automatically when needed. DPM is only available in the two higher-end vSphere versions (Enterprise and Enterprise Plus).

Usability, licensing & performance
In our lab tests, we found VMware's new virtualisation suite easier to install and use than the previous version. Such improvements might seem cosmetic, but if they help to increase productivity then they also help you get the most from your existing resources.

As far as licensing is concerned, vSphere 4 is licensed per processor, with each 'processor' being defined as a populated CPU socket with up to six physical cores in the case of the Standard and Enterprise versions, or 12 cores for the Advanced and Enterprise Plus editions. According to VMware's online store, our test installation of vSphere 4 Enterprise Plus would cost £3,345 (ex. VAT) with one year's Platinum (24x7) support. To that, you'll have to add another £4,795 (ex. VAT) for vCenter Server 4 Standard (including Orchestrator and Linked Mode) with the same support deal. Grand total: a hefty £8,140 (ex. VAT). You could reduce the cost somewhat by opting for a cheaper Gold support plan.

Although we weren't able to verify this in our tests, VMware says network and storage performance have been improved by 300 percent compared to the previous version of ESX Server. You can now expect a VM to be able to shift 30GB/s over a network, and 300,000 I/O operations per second (IOPS) on a SAN — providing your LAN and SAN kit are up to handling the load.

vSphere also includes a range of other performance improvements and boosted features. For example, the maximum number of virtual CPUs that can be assigned to a VM has doubled to 8 (only available in Enterprise Plus), while the maximum amount of RAM that can be allocated to a VM has gone up fourfold to 255GB (all vSphere versions). All versions of vSphere servers can now be fitted with up to 64 logical CPUs and 1TB of RAM, and each vShpere server can handle 256 powered-on VMs. VMware has also tweaked the RAM Over Commit feature. For example, the sum of the RAM of all VMs running on a server with 8GB RAM can now be 16GB. In fact, there's a huge list of impressive limits and features of this nature, and it may be worth comparing VMware's list to the competition if you're planning a large-scale implementation.

 

Images

Related stories

Post your comment

In order to post a comment you need to be registered and logged in.

You can also log in with Facebook. Log in or create your ZDNet UK account below

  • Login

Will not be displayed with your comment

By signing up for this service, you indicate that you agree to our Terms and Conditions and have read and understood our Privacy Policy. Questions about membership? Find the answers in the Community FAQ

Get ZDNet UK's daily newsletter

Enter your email address to sign up

ZDNet UK Live

Jack Strain

Just gimme a map to the fridge. :D

2 hours ago by Jack Strain via Facebook on Indoor navigation coming to a mobile near you soon
dede0202

Hello ALL USERS OF THE PIRATE BAY I WOULD PUT AN EXPLANATION ON PIRACY Story Idea ILLIGALE AND SHARING THOSE THAT NET Dissent NOT WELL BUT TO CA...

11 hours ago by dede0202 on The Pirate Bay infringes copyright, High Court decides
Sungwoo

do You know that? it can install 4G Ram. So i buy 4g and install It work! I can run call of duty 4,6,7 [Modern war... 1,2,3] Call of duty 1 was...

11 hours ago by Sungwoo on Loose Ends - Upgrading the Aspire One 522
itsajob

2. Bad idea. Making up patch cables loses you your commission from the cable supplier. 3. If you tidy up, other people can understand where the...

17 hours ago by itsajob on Ten IT jobs to save up for those rare lulls
Roberto_Store

Now On Sale, Unlocked iPhone 4S / Galaxy Note In Factory Box. Roberto-Techie(UK) ”Now on Sales” Smartphone, Android,Tablets,Gadget &...

21 hours ago by Roberto_Store on Samsung Galaxy S III lined up for sale
Paul Smyth

Is this classic FUD? One thing I would definitely have notice is a Mozilla threat to stop supporting GNU/Linux.

23 hours ago by Paul Smyth via Facebook on Firefox rapid release improves Fedora Linux
UnderINK

I agree with the previous commenter wholeheartedly. I couldn't say it better myself. This is very 'Big Brother'. And while I agree with protecting...

1 day ago by UnderINK on European e-identity plan to be unveiled this month
Simon Bisson and Mary Branscombe

Nice to see that Turing's idea of a general purpose computer doing once-hardware-powered tasks in software is now universal ;-) Mary

1 day ago by Simon Bisson and Mary Branscombe on Software with everything
Jason Burchell

seriously now. I've only bothered to read a small bit of the comments. do me and the rest of the world a favour. stop saying it does not work or...

2 days ago by Jason Burchell via Facebook on Music industry negotiating over 24-bit downloads
Philip Charles Cohen

Read about it and weep, John Donahoe ... In addition to Visa’s V.me, there is now MasterCard’s PayPass digital wallet soon to arrive; another...

2 days ago by Philip Charles Cohen via Facebook on PayPal takes phone-based payments to the high street
apexwm

Leslie Satenstein : Where have you ever seen Mozilla even mention this? Firefox is the most popular browser in the GNU/Linux OS, so I don't see...

2 days ago by apexwm on Firefox rapid release improves Fedora Linux
songmaster

SHleG: Do you remember building a clockwork scorpion kit (I'm pretty sure I have a photo of it somewhere) — I think it was called something like...

2 days ago by songmaster on Software with everything
Chris Wortman

Good I love Yahoo! Their search engine is getting better than Google as of late. I find more of what I want on the first page, and usually within...

2 days ago by Chris Wortman via Facebook on Linux Mint 13 ramps up for KDE release
PatrickG

openhgs has made the point for Windows 8 multiple monitors without realising it! With Windows 7 you have to switch the mouse and so your focus...

2 days ago by PatrickG on Windows 8 could speed multi-monitor uptake
Leslie Satenstein

Mozilla has threatened to stop supporting Linux. I guess that UBUNTU is going with another browser. I indicated that if Mozilla stops supporting...

2 days ago by Leslie Satenstein via Facebook on Firefox rapid release improves Fedora Linux
Andy Bolstridge

Much as I abhor Microsoft's licensing practices, this is almost certainly down to purchasing IT equipment via 3rd party consultants - you get the...

2 days ago by Andy Bolstridge via Facebook on 6 million wasted licences and £1,200 PCs: welcome to government IT
Jack Schofield

@openhgs Windows users have had multiple desktops since Linus started writing Linux. They just haven't shipped as standard because not enough...

3 days ago by Jack Schofield on Windows 8 could speed multi-monitor uptake
Jack Schofield

@Phil at Cloud4 What, Microsoft gets £1,200 per PC and £1,622 per server? Gosh, I'm amazed....

3 days ago by Jack Schofield on 6 million wasted licences and £1,200 PCs: welcome to government IT
craigsc

You guys have no idea what is going on at Autonomy. Autonomy could have been a much more profitable organization. The sales operations at Autonomy...

3 days ago by craigsc on HP cuts 27,000 staff as Autonomy chief Lynch leaves
Moley

How does this impact on dual or multi booting? Seems to me to more or less prohibit this, from Windows 8 anyway. Will Grub 2 recognise Windows 8,...

3 days ago by Moley on Windows 8 start-up speed forces USB boot workaround