Stories
Slash Boxes
Comments

News for nerds, stuff that matters

Slashdot Log In

Log In

Create Account  |  Retrieve Password

Inside VMware's 'Virtual Datacenter OS'

Posted by Soulskill on Sat Sep 20, 2008 09:17 AM
from the closer-look dept.
snydeq writes "Neil McAllister cuts through VMware's marketing hype to examine the potential impact of VMware's newly pronounced 'virtual datacenter OS' — which the company has touted as the death knell for the traditional OS. Literally an operating system for the virtual datacenter, VDC OS is an umbrella concept to build services and APIs that make it easier to provision and allocate resources for apps in an abstract way. Under the system, McAllister writes, apps are reduced to 'application workloads' tailored through vApp, a tool that will allow developers to 'encapsulate the entire app infrastructure in a single bundle — servers and all.' The concept could help solve the current bugbear of programming, parallel processing, McAllister concludes, assuming VMware succeeds."
+ -
story

Related Stories

[+] IT: VirtualBox 2.1 Supports 64-Bit VM In 32-Bit Host 374 comments
Stephen Birch writes "Following closely behind the mid-November 2.06 release of VirtualBox, Sun Microsystems has released version 2.1. This has a number of new features, but one of the most interesting is the ability to run a 64-bit VM inside a 32-bit host. Another useful feature is integrated host-based networking; no more fiddling around with network bridges. Sun is really giving VMWare a run for their money."
This discussion has been archived. No new comments can be posted.
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
 Full
 Abbreviated
 Hidden
More
Loading... please wait.
  • by $RANDOMLUSER (804576) on Saturday September 20 2008, @09:26AM (#25084731)

    According to VMware execs, VDC OS will not be a product as such. Instead, it is an umbrella concept covering a range of capabilities that VMware will build into the next generation of its Virtual Infrastructure products.

    So it's not just vaporware, it's an "umbrella concept" that will be built into future products.

  • by timeOday (582209) on Saturday September 20 2008, @09:26AM (#25084733)
    The whole point of time-sharing operating systems in the first place was to allow many competing applications to get along yet protect them from each other. We have layer upon layer of redundancy built in; a Java VM running on an x86 VM running on a CPU operating in protected mode. Then somebody comes along and says, "hey I have a breakthrough idea, let's just use ONE of those layers!"

    The real nut of my questions is, what would we need to add to more conventional OS's (linux) to get the job done? For my money, the biggest problem is package interdependencies. IMHO much VM usage is actually just to address that issue. We need package management that isolates applications from each other, giving the appearance of a custom chroot environment for each, while silently sharing resources (such as .so's) that just happen to be the same in multiple applications.

    • Re: (Score:2, Interesting)

      in short, are you advocating usage of virtuozzo?
      • Re: (Score:2, Insightful)

        in short, are you advocating usage of virtuozzo?

        Thanks, it sounds very interesting. Do the virtuozzo containers all share OS files (libraries) to the extent possible? One of my main problems with VMWare is that a VM itself takes so much disk space that it takes a long time to work with (copy, archive etc) and I can't fit many on my laptop. Somewhat paradoxically, it must be possible to snapshot an application with its entire environment so you have a known working version.

        • Re: (Score:3, Interesting)

          One of my main problems with VMWare is that a VM itself takes so much disk space that it takes a long time to work with (copy, archive etc) and I can't fit many on my laptop. Somewhat paradoxically, it must be possible to snapshot an application with its entire environment so you have a known working version.

          If I'm understanding you correctly, the solution you are after is already offered by VMware:
          http://vmware.com/products/thinapp/ [vmware.com]

          Make sure to check the features tab for a more summarized and technical overview of what exactly ThinApp does and is capable of. Unfortunately, ThinApp is currently Windows only; I have no idea if they are intending to support Unix OS's in the future.

          Is this the sort of functionality you are thinking about? Apologies if I've misintepreted your comment.

    • by Colin Smith (2679) on Saturday September 20 2008, @10:05AM (#25084967)

      Except from IBM of course.

      vmware is simply the logical extension of what the OS should be doing anyway.

      or put another way.

      Those who don't buy IBM kit are condemned to reimpliment (badly, and for the rest of their lives) what IBM have been doing for decades.

      • Re: (Score:2, Funny)

        by Anonymous Coward

        IBM: the only company who can pack mainframe complexity into 2U.

        No, thanks. Give me Sun over IBM ANY day of the week. Every time I have to deal with IBM/AIX, I wind up with a headache.

      • Re: (Score:3, Insightful)

        > Those who don't buy IBM kit are condemned to reimpliment
        > (badly, and for the rest of their lives) what IBM have been
        > doing for decades.

        First, the troll rating is utterly unjustified. Mod parent up.

        IBM is not without its own faults. Perhaps less so now than in the 1970s and 80s when the push for PCs took root, but it has its own weaknesses. Even taking that into account it _is_ ridiculous to see the Wintel world groping toward the kind if high availability and virtualization that IBM, DEC, CD

    • by tji (74570) on Saturday September 20 2008, @10:29AM (#25085115)

      They are not replacing Linux. You still run your what you want on Linux, but do you run everything on ONE Linux box? If yes, you're not a good candidate for a Datacenter OS. If you run many servers, then there is almost definitely room for efficiency in that structure.

      Rather than dedicating the full bare hardware to your App, you deploy as a VM in your Virtual Datacenter ( mini cloud ). The DCOS takes care of managing the resources, things like:

      - Moving your server VM from compute node to compute node to automatically balance load and optimize performance,
      - Move VMs to work around failures, allow hardware upgrades, etc. without downtime.
      - Expand capacity by dropping another compute node into the cloud (the big difference between the old mainframe world and the new DCOS. This scales easily with cheap powerful nodes)
      - Move the machine images around your storage infrastructure, to allow for management, maintenance, upgrade, expansion, etc.
      - Provide recovery and even fault tolerance of hardware. Servers can automatically move and re-start on hardware failure; or they can even run in lockstep to maintain full operation through a node failure.

      This is VMware's big lead (and big need to leverage, as the revenue from the hypervisor layer dries up). They provide the management layer that enables all the above, and they keep improving it. From a central GUI, I can manage all my VMs, manage the compute resources as a cluster.

      • Re: (Score:3, Informative)

        Not exactly. VDC-OS does actually replace Windows and/or Linux. Think of it as a Linux kernel, and instead of InitV startup your app starts up. You don't maintain users and directories or storage or even log into a shell. The OS is reduced to just enough to run 1 application and only 1 application.

        This OS/App bundle is created with a basic config file and is then started just like you'd start a virtual machine on an ESX server or server cluster. ESX can then handle the migration and resources of all th

        • I'm not sure if you're talking about the hypervisor OS, or what.. Yes, ESXi is a very thin OS, but the servers / applications run in a VM which needs a standard OS. This is VMware's "Virtual Appliance" concept. The OS should be a really minimal stripped down build, usually Linux based, but it is a real OS.

          The VDC-OS is just the underlying ESXi thin hypervisor, with VirtualCenter managing the resources. This is what VMware has been doing for quite a while now, the new name is partly some new feat

      • This is a sticking plaster for the lousy PC architecture which today is being forced into places it was never designed for. Read up on what IBM and Tandem were doing back in the 70s and 80s which hardware that was designed for this.

        This isn't hot new tech, its putting lipstick on a turd so companies can save a few pennies.

        • I have and it's the difference between a baby crawling and the star ship enterprise's warp drive. Sure they are both forms of transportation, but one does a lot more. And while PC hardware may not have been designed for virtualization, it has been redesigned for it.

    • Solaris 10 and Open Solaris have the concept of zones and containers. The computer runs a single Solaris instance but can run isolated process trees in zones which share common libraries but can be updated for dependencies independently. The containers concept (in conjunction with zones) allows a fair share scheduler to guarantee a service level for each allocated zone (CPU/memory sharing, etc). IMHO, must better than Virtuozzo, VMware and Xen.
    • Have you considered doing minimal Linux installs inside your VMWare? This way you can store more VMs on one machine.
      You can also take the BSD approach and share your /usr from the host O/S to the guest O/S through NFS or the like, also saving disk space.
      Xen on Linux already gets rid of a few layers by implementing paravirtualization.

      If you combine all 3 measures, you can host several high-performance VMs one a relatively small machine.

      Personally, I would simply buy a bigger disk and more RAM, because that $

  • Summary (Score:3, Insightful)

    by wombatmobile (623057) on Saturday September 20 2008, @09:27AM (#25084739)

    FTFA: "In short, if done properly, a meta-operating system based on networked virtual machines could streamline software development, make IT more flexible, and save customers money."

    It is hard to argue with a truism. But what does "done properly" entail?

  • by funwithBSD (245349) on Saturday September 20 2008, @09:31AM (#25084757)

    Getting traditional "silo" orientated programmers to use distributed computing is hard now!

    This server is for chocolate, this one for peanut butter... don't let them touch!

    Even GRID enabled software like Informatica is hard to get them to understand. Don't worry where it runs, don't try to segregate workloads... the software is smarter than you!

    Let it do it's damn job.

    • Getting traditional "silo" orientated programmers to use distributed computing is hard now!

      And (for many of them) it's never going to get any easier.

      It is too easy for them to just think of "one program, one OS, one machine".

      Their app takes all the resources it sees from the OS it sees on the machine it sees.

      So VMWare "solves" this by making it easy (for a price) for each app to believe that it has it's own machine. So the programmers can keep working they've always worked.

    • Wish I had mod points this post is very relevant to the resistance to VM where I am now.

  • there is hardware available with XEN, that does just that concept. Of course, it is Linux in there, but each major app has its own set-up. That way, you have a DB, a webserver, a development env, etc.
      • Re: (Score:3, Informative)

        Samsung did some work with Xen (not sure if it's published yet) on 'partial migration' where a group of independent machines appeared to be a single SMP (or, ideally, AMP) machine from the perspective of the OS and pages were synchronised between different nodes using a cache coherency protocol as required. Marathon have a Xen version which synchronises two VM instances in remote locations allowing either to act as a transparent fail-over for the other if one set of hardware goes down. Moving it down to t
  • by Anonymous Coward on Saturday September 20 2008, @09:56AM (#25084921)

    I have used VDC OS. Ultimately it is just a convergence of the existing technologies Vmware has already been developing, upgraded to a new level. I can say, it is very, very nice and clean.

    What it gives a data center manager is abstraction and ease of use. The physical way everything is deployed one-off into a datacenter, you need a new application, it involves buying new servers, racks, power and whatnot. If you need to move those servers to another center, or deal with business continuance and disaster recovery, it is a new discrete project.

    With VDC, no more. You build all of that into the datacenter "OS", and when a new application comes along they are put into the VDC OS and they inherit everything, not just HA but BC, DR and all of the ease of use. If they don't want BC or DR, they don't pay into that bucket.

    Need to move a Datacenter? Use the DR solutions in VDC OS, and you can do it in the middle of the day without your users noticing more than a slight 5-minute bump (or so--largely to let the network routes update).

    VMware is so far beyond everybody else in the virutalization industry, it is almost comical to hear other people shout the battle cry of 'Xen' or 'Hyper-V'. Those are nice toys, but the surrounding tools are klunky and almost non-functional, leaving just the hypervisor. What VMware is trying to say with "VDC OS" is that the game already left the hypervisor, that is why everybody is all but giving the hypervisor away for free now.

    I may sound like a fanboy, but after having worked in the datacenter for 15+ years I can say this technology really works, and its about time. We can now move the datacenter from the hobbiest market it has been in up to now, into the dialtone it should be.

    • Re: (Score:2, Informative)

      by Anonymous Coward

      I have to disagree with AC that "vmware is the only solution", 6 months ago we evaluated both vmware (which we had been using in dev and test for years) and the Citrix Xen product and decided to go for Xen for our production systems based upon performance we saw (yes yes YMMV) cost, and the open nature of the API. The problem was finding a strong partner/integrator to help us swing our server estate from physical to virtual in the time allotted.

      So far the systems have been solid, and required only a couple

      • by kscguru (551278) on Saturday September 20 2008, @11:38AM (#25085603)

        6 months ago we evaluated both vmware (which we had been using in dev and test for years) and the Citrix Xen product and decided to go for Xen for our production systems based upon performance we saw (yes yes YMMV) cost, and the open nature of the API. The problem was finding a strong partner/integrator to help us swing our server estate from physical to virtual in the time allotted.

        Then you missed the GP's point. If XenSource (Citrix XenSource : VMware VI as Xen : ESX) satisfies your needs, then you aren't doing anything for which you need a datacenter OS. (And if you evaluated anything more expensive than the cheapest VMware offering, you botched your product search too.)

        For server consolidation and bare-bones start/stop management, there is not much difference between VMware, Xen, and Hyper-V. They all have roughly the same performance; ESX degrades least when overloaded and there's a small premium for an ESX cluster because of it. Go to the next tier where you need automated load-balancing, automated availability solutions, and automated backup, and VMware is the only game in town. (Short of IBM mainframes.)

        Server consolidation != datacenter OS, despite the "me too!" claims of MSFT and Citrix. MSFT's roadmap puts them in the same ballpark in 2-3 years, Citrix 3 years back on the VMware roadmap, and VMware is there right now.

    • I see VDC OS as a possibly bigger headache for those of us in security. Where I work, we already have issues with the ESX systems. VMWare's virtual switches are more akin to virtual hubs. Efficiently segregating the individual servers from each other within the same virtual network is difficult if not impossible.

      Some solutions may be coming up for this. We've talked to Checkpoint and Reflex about their technologies to address these issues. Even so, I can't help but think that virtualization providers a

    • by cain (14472) on Saturday September 20 2008, @11:33AM (#25085565)

      With VDC, no more. You build all of that into the datacenter "OS", and when a new application comes along they are put into the VDC OS and they inherit everything, not just HA but BC, DR and all of the ease of use. If they don't want BC or DR, they don't pay into that bucket

      Yeah, but what about TR, WD, RF, and GH? Not to mention NR, SS, and BD? How could they leave thouse out - I mean WTF?

      • Re: (Score:2, Informative)

        To clear up the acronym soup a little:

        HA = High Availability
        Technology that aims to ensure (high) availability of virtual machines across a virtualised cluster through intelligent monitoring of VM's and cluster resources.
        http://www.vmware.com/products/vi/vc/ha.html [vmware.com]

        DR = Distributed Resource Scheduler (I assume that's what parent meant)
        Provides much more advanced and fine-grained control of the available resources in a virtualised cluster.
        http://www.vmware.com/products/vi/vc/drs.html [vmware.com]

        BC = Consolidated Backup (

      • Re: (Score:3, Informative)

        I think it is, actually.

        We've got some VMware guys at my job doing a proof of concept for us. (I work for one of those big companies where people hear the name and that cha-ching noise happens in their head.)

        Each VM has its own MAC address, and the virtualization layer includes a network switch. So long as the switch knows where to send the packets, and the other end of the TCP connection is willing to tolerate a few moments of silence while the VM moves, it should work.

      • Re: (Score:2, Informative)

        Yep - the "cutover" happens faster that the TCP timeout window. The connection stays alive, and even if a packet is lost it simply gets resent when the ACK goes missing.

      • Re: (Score:2, Informative)

        Yes, VMware provides a technology for its datacenter level products called VMotion that does exactly that, moving VM's between physical virtualised servers in a cluster while preserving all active networking connections.

        I don't know the specifics of how it works and manages that feat, but I have seen tech demos that show it in action. I watched one a while ago published by Dell showing a VMotion task in progress, I'm sure you can find it on the web somewhere with some digging around.

        Regardless, it does work

  • by infomodity (1368149) on Saturday September 20 2008, @10:10AM (#25084997)
    We have IEEE and RFC for standardization of ethernet/switching and routing respectively. What standards exist for virtual environments? As commercial security vendors move into this space, we're headed back into a cycle of supporting multiple architectures. "Security Vendor X" must now understand how VMWare, Hyper-V, Xen, and other VM environments perform their networking. Virtualization of the entire OSI model renders the physical and data link layers obsolete. Why emulate them at that point? Not to say ethernet will disappear, but I can see a point where operating systems evolve branches that run in pure play virtual environments. Those offshoots will shed unnecessary things like MAC addresses as the VM vendors begin defining the new network standards themselves.
  • Hmm OpenMosix (Score:3, Interesting)

    by Culture20 (968837) on Saturday September 20 2008, @10:17AM (#25085021)
    Openmosix project closed earlier this year and suddenly vmware has a way to run one "OS" over multiple computers. Hmmm...
  • by Lictor (535015) on Saturday September 20 2008, @10:24AM (#25085083)

    VM? LPAR? Parallel Sysplex? Haven't IBM mainframes been doing this since the '70s (okay, Parallel Sysplex has only been since the '90s)?

    No doubt a "cloud" of UNIX boxes is harder to marshall than a couple of zSeries though.

    • by image77 (304432) on Saturday September 20 2008, @11:09AM (#25085405)

      Maybe, but IBM mainframes don't use cheap off the shelf components that you can pick up at the local Fry's. You can build a small VMware cluster with HA, DRS, etc for a few thousand bucks. How much is an IBM mainframe these days?

      Once you have that VMware cluster you can run your choice of 70+ operating systems and millions of apps on it. Can you run Exchange on a mainframe? Sieble? Your existing billing and accounting app?

      • Re: (Score:2, Insightful)

        Once you have that VMware cluster you can run your choice of 70+ operating systems and millions of apps on it. Can you run Exchange on a mainframe? Sieble? Your existing billing and accounting app?

        Well, you can run whatever runs on Linux on top of a mainframe. And if you're a Fortune 500 corporation, chances are your existing billing and accounting applications are *already* running on a mainframe. That is, after all, what the old girl is built for.

        • by image77 (304432) on Saturday September 20 2008, @12:14PM (#25085911)

          Well, you can run whatever runs on Linux on top of a mainframe.

          Only if you recompile those apps to run on the special versions of Linux that run on mainframes. Let's see: I can recompile my app to run on some weird offshoot of Linux on expensive, proprietary hardware or I can take it and "P2V" it onto VMware running which ever flavor of mainstream Linux I prefer? Oh, and I can P2V my Windows apps onto that same VMware cluster? And all that for a fraction of the price? Sold.

          Just to be clear I'm not saying that the mainframe has no place in the modern datacenter, I'm just saying that VMware is a better fit in many situations. (And it's certainly an order of magnitude cheaper.)

          And if you're a Fortune 500 corporation, chances are your existing billing and accounting applications are *already* running on a mainframe. That is, after all, what the old girl is built for.

          Not sure where the F500 argument came from, but since 486 out of those 500 already use VMware I think they're already sold. (All 100 of the F100, BTW.) http://www.vmware.com/customers/ [vmware.com]

          In any case, my original point remains. Mainframes are expensive and proprietary whereas VMware is cheap and offers the flexibility to run whatever app on whatever OS you choose. This new VDC-OS stuff just builds on an already good thing. We'll be happy to renew our ELA when it comes up next year.

      • If you run a Datacenter off of Hardware you bought at Fry's, I don't want to be near it when it blows up. x86 hardware isn't all cheap, especially if you're thinking of a solid storage solution. Think stuff like HP XP arrays. Disks are the most fragile things, we swap at least a few per week where I work, there's no way we're running 1 SATA drive off the local controller for anything.
    • But people in IT rarely read up on their own history so think everything they haven't seen before is cutting edge tech.

    • Re: (Score:3, Interesting)

      VMware isn't claiming these ideas are new. IBM and computer science departments around the world has been talking about these ideas for many years. The difference is that VMware has an implementation that will work on x86 hardware that can bring the benefits of these ideas to a large market. In some sense we've come full circle as we moved from mainframes and room size computers to PCs and commodity hardware and now back to computers in a datacenter (a very big room). However, you can't just dismiss the
  • by joib (70841) on Saturday September 20 2008, @12:05PM (#25085823)

    And after a few years when Microsoft follows VMWare, we'll have Microsoft DataCenter OS, abbreviated MS-DOS.

  • by Natales (182136) on Saturday September 20 2008, @12:53PM (#25086213)

    Disclaimer: I work for VMware, and I just came back from VMworld in Vegas (exhausted BTW).

    In all my 5 years in the company, I must say that this is the most comprehensive re-thinking of the long-term strategy for virtualization I've seen to date. It brings a new sense of direction that matches where the markets are going.

    I agree with most of the comments in this thread regarding the benefits of the VDC-OC, but this is just one part of this picture. IMHO, the biggest change is the "Federation with the Cloud" strategy, where a company may choose to use, move or spawn new or existing workloads directly into a service provider on-demand, maintaining the SLAs (from security to capacity) and then bring them back to the internal cloud if needed.

    I mean, go a talk to a CFO or a COO, and they'll [most of the time] politely complain about IT being expensive, and not fast enough to react to the changes the company needs. Shared services are still seen as optional and many business units still prefer to implement their own thing. With this model, IT becomes a true utility, with a pay-as-you-go menu that implements a coherent chargeback model that will bring a smile to the guys in dark suits.

    Even if VMware doesn't succeed in these efforts, the genie is out of the bottle and somebody else will make it happen.

    Really interesting times to be in IT.

  • Sounds like something Trigence [trigence.com] already does. No need for OS-level virtualization in which you need to allocate tonnes of memory for an entire OS. Just allocate what the app needs. It encapsulates servers/services and the entire firesystem supporting it on both Windows and Linux. Their online demo is really, really well done. We looked at this product not too long ago because we were sick and tired of having our machines thrash under so many VMs that need X amount of resources (memory, disk space) just s
  • I always wondered how you pronounced 'virtual datacenter OS.'

    Now, I wonder if they'll ever announce this as a product.

    • Indeed on an IBM Mainframe you could run any number of VM's of various flavors and they were all under the control CMS and life was very very good indeed, but those days are ....

      Ohh yeah, they are still here! VMWare is just re-inventing a very well designed wheel that has been rolling for the last few decades so what is the point?

      Is it just a reincarnation of the Not Invented Here syndrome, yet again?

    • Mainframes in the late 80s suddenly became big , nasty and old fashioned systems and desperately untrendy. The PC and unix boxes suddenly became the system de jour and all the supposed hot new talent went in that direction. Unfortunately , not being very good at reading history they had zero clue as to what mainframes actually got up to and so its taken them this long to effectively re-invent the wheel. So endeth this tale.