Snorage by Angus Kidman

If everyone thinks storage is so boring, how come we always want more of it? Angus Kidman dives into the murky world of enterprise storage, covering everything from the best way to manage a storage area network to the wisdom of trying to ban USB keys and iPods. Go on -- you know size matters.

Virtually large but apparently small

Posted by Angus Kidman @ 16:28 9 comments

You've only got to hang around a datacentre for about 30 seconds before someone starts raving on about virtualisation. While the cost benefits of virtualisation are obvious, the management challenges often get swept under the carpet. But before we start worrying about that, here's a bigger picture question: just how much server virtualisation is going on in large enterprises?

The answer seems to be: not as much as you might think.

Speaking at Gartner's Infrastructure, Operations & Datacentre Summit in Sydney this week, analyst Phillip Sargeant said that while the benefits of virtualisation were widely recognised, actual implementations were not as common as you might deduce from the hype.

By Gartner's calculations, around 90 percent of the world's top 1,000 companies have some sort of virtualisation infrastructure in place for their PC server systems, with the vast majority coming from EMC's VMware division. "That sounds impressive, but the really interesting thing is that while they have a 90 percent share, you don't find that virtualisation is deployed right across the server farms," Sargeant noted.

"The penetration, even though they're in these companies, in the x86 world is very small. Only about six percent of the X86 servers that are installed have some form of virtualisation on them." In other words: everybody's trying it but nobody's crazy about it.

Virtualisation ticks all the right buttons — reduced costs, greener solutions, smaller datacentre footprints — so why the reluctance?

A big part of the reason, Sargeant suggested, is price. "It's very mature, it's very function rich but it's still seen by many organisations as very expensive," Sargeant said.

He also predicted that there would be a "need for price adjustments over the next couple of years," largely because of Microsoft's aggressive promotion of its own Windows Server 2008-based hypervisor product, Hyper-V.

In virtualisation terms, Microsoft is in the unusual position of playing David to VMware's Goliath (all that EMC cash notwithstanding).

Even though it plans to offer Hyper-V (currently in beta; Gartner is guessing at a late 2008 release) free with Windows Server 2008, it will take a while to catch up. "A lot of the virtualisation functions we see delivered from VMware today, Microsoft won't have for some time," Sargeant said.

One big challenge for Microsoft is making its hypervisor code more compact. (Blimey, there's a shock: Microsoft writing bloated code.)

Sargeant said that the core code for VMware's ESX Server is around 32MB in size, while the free Xen system is anywhere from 120MB to 256MB. By comparison, Hyper-V is between 1GB and 1.5GB in size.

That's not a problem for storage, but it is for stability — the more code you have, the more chance of it going wrong or interacting nastily with virtualised OSes. "They really need that to be very resilient and very reliable and available," Sargeant noted (a goal Microsoft could apply to all its software, by the way).

That said, he isn't betting against Ballmer and the boys. "The two juggernauts will be VMware and Microsoft," Sargeant said. "VMware is going to control for some time the enterprise space; Microsoft is going to control the SMB space."

By 2009, Gartner sees the penetration of virtualisation rising to 11 percent. That's almost double today's numbers, but it doesn't seem that we'll be throwing out those stand-alone servers quite as soon as we thought.

Advertisement

Talkback 9 comments

    What about tops? Peter T. -- 06/05/08

    I am curious about where this leaves desktop virtualisation, predictions about its growth and potential market size. There is an incessant debate about which of Windows, Linux or OS X (or something else) is the best operating system. Virtualisation has some potential to curtail much of that debate by allowing of them to be run together. I am already running virtualisation on my PC and I have several friends doing the same. Is anyone aware of any information about the potential directions of virtualisation in the home and SOHO markets?

    PC Virtualisation Anonymous -- 07/05/08 (in reply to #320101157)

    Not sure about home and soho markets specifically Peter, but Gartner predicts that the number of PCs using OS-to-hardware virtualisation will reach more than 660 million worldwide by 2011 (up from less than 5 million in 2006), and that it will become a standard installation option for all new PC deployments.

    Growth PetT. -- 07/05/08 (in reply to #320101209)

    That level of growth is rather more than I expected, but interesting. I rather thought that virtualisation would be the only for geeks and hobbyists for the next few years. The reality is that, whilst desktop virtusalisation is nice to show-off, there is not much of a case for it yet. In my case, and that of my friends, we do it because we can, not necessarily because we need to. The only possible "case" for virtualisation at the moment, is to be able to vitusalise a pre-Vista OS over Vista for 16-bit applications (that cannot run on Vista) - and I would have thought that to be a rather small market -)

    Why PC virtualisation? Anonymous -- 08/05/08 (in reply to #320101216)

    The growth is coming from companies not individuals. More of them are allowing (or asking) employees to use their own notebooks in the office. With virtual machines, IT managers can create isolated environments with separate operating systems and applications on PCs. This creates a secure locked-down environment, but at the same time a separate environment in which staff can have personal applications and settings - and viruses etc! So better management and security will drive it.

    bloated? Anonymous -- 07/05/08

    Pro's and Con's aside, How can Microsoft keep a straight face and say their code is between 1 - 1.5 GB in size, when the other major player is (up to) 30 times smaller?

    re: bloated Anonymous -- 08/05/08 (in reply to #320101222)

    There are some downsides to the size of ESX 3i too. The lack of a console OS means that hardware management agents like Dell OpenManage and HP Insight Manager do not work with ESX 3i. Only the full ESX version (which is as bloated if not more so than Hyper-V), which includes the service console, can run these hardware management agents.

    Despite the code bloat, Microsoft has a huge advantage in that its hardware compatibility will blow away VMware ESX. VMware has created its own OS, and has to create new device drivers for each piece of hardware you might want to run it on. Microsoft's advantage is that every piece of server hardware in the world out there has to work with Windows Server, and the parent partition (where all device drivers sit) runs Windows Server (2008 core). You can even run it on a laptop, which would never work with ESX. In this case, bigger is better :-)

    Xen is an interesting third way. It shares the hardware compatibility advantage with Hyper-V (In fact Hyper-V's design was modeled after Xen), because Xen's device drivers sit in Dom0 which runs a stripped down instance of Linux. Xen is small enough to sit on a USB or flash memory on a server, is quite secure due to its design size, and offers better hardware compatibility than VMware.

    Virtualisation merging and morphing M@TT -- 08/05/08

    In general we will see desktop, application and server merge into a single suite of offerings.

    The issue that the market faces today is that the overlying management abstraction klayer just isn't there.

    In the SAN space, you can install say a Hitachi or IBM bit and manage san systems from any manufacturer from a single interface and tool set.

    VMs need the same function - a single management layer that will allow agnostic management of physical and virtual systems.

    We already have (and have had for many years) desktop virtualisation - they have been variously called thin clients, citrix sessions etc... but thats desktop virtualisation - and it's pretty mature.

    Recovery audit Anonymous -- 04/06/08

    Its great, VMware is going to control for some time the enterprise space; Microsoft is going to control the SMB space.visit at-http://www.fiscaltechnologies.com/

    I wonder where you get your info from! Anonymous -- 28/10/08

    I have been implementing VMWARE ESX solutions on large government and private clients for the past 3 years. I don't know where you get your data about "everybody's trying it but nobody's crazy about it. "

    you obviously do NOT have a hand in the pulse of what is going on. Not only are the implementations so wide, but the benefits realised much bigger and substantial than you play down in this article.

    Michael

Add your opinion

Angus Kidman

Angus Kidman

Journalist

[+] Read bio

Latest Videos

Sponsored content

Power Centre - Content from our premier sponsors

Tags

Back to top

Featured