Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×

VMware, XenSource Join Forces For Linux 63

porjo writes "Peace has been established on at least one front: XenSource and VMware are working together to improve virtualization in the Linux kernel. Their original disagreement has been displaced by a commitment to work on a solution together, says Simon Crosby, CTO of XenSource, the company that builds products around Xen virtualization software. The two are trying to come up with a common approach to virtualization support in the Linux kernel. [snip] The work now under way would let hypervisors from Microsoft, VMware, and Xen work together in the same data center. Under such a scenario, it would be possible for a Xen virtual machine, trapped on a piece of failing hardware, to be automatically moved over to a VMware hypervisor on another piece of hardware."
This discussion has been archived. No new comments can be posted.

VMware, XenSource Join Forces For Linux

Comments Filter:
  • by Trelane ( 16124 ) on Saturday August 12, 2006 @02:30PM (#15895064) Journal
    There seem to be a range of choices if I want Linux client OS, including Xen, VMWare, User-Mode Linux, etc., and some for BSD client OS, but is the VMWare server for Linux the only free choice if I want to support Windows clients?

    At this level, it is because Microsoft VirtualPC doesn't support a Linux host, Xen requires modifications that (apparently) they can't legally use with a Windows client, UML is User Mode Linux (not Windows) and requires kernel-level modifications (obviously unavailable outside of Redmond, WA, USA), and Win4Lin has no free offering. (These are the only ones I'm familiar with) With Hypervisor, however, Xen no longer requires the legally-questionable mods, so there's hope for the future if you don't like VMWare. So, the answers seem to be: lack of support, lack of free, and lack of source.

    Otherwise, there're technologies like Bochs, which emulate the actual chip, but are much slower.

  • by JamesTRexx ( 675890 ) on Saturday August 12, 2006 @03:02PM (#15895184) Journal
    Virtual PC can run Linux distros, you just have to try it. I've had Gentoo run and livecd's based on FreeBSD (PC-BSD and DesktopBSD) and OpenBSD (OliveBSD).
    And there's also Qemu [bellard.free.fr] which is available for *nix and Windows. Together with the kqemu accelerator it runs Windows very fast on *nix and vice-versa.
    (currently running Windows in Qemu on FreeBSD 6, Ubuntu 6.06 desktop in VMware server on Windows XP and Windows in VMware server on Ubuntu 6.06 desktop)
  • by LinuxGeek ( 6139 ) * <djand.ncNO@SPAMgmail.com> on Saturday August 12, 2006 @03:16PM (#15895221)
    Screenshot of XP running on Xen [flickr.com].
  • by Anonymous Coward on Saturday August 12, 2006 @03:20PM (#15895232)
    The poster wants to run Windows on top of Linux, not Linux on top of Windows. Thus, VirtualPC is out.
  • by spectro ( 80839 ) on Saturday August 12, 2006 @03:32PM (#15895260) Homepage
    Xen requires modifications that (apparently) they can't legally use with a Windows client

    I understand Xen 3.0.2 can run unmodified windows guests if you have a processor with virtualization extensions (Intel Pentium D 9xx series, or AMD Athlon 64 X2 Windsor series). I am planning to try this out but I need a few months to shell out the $400+ to buy new cpu, mobo, video and DDR2 memory.

  • by mattyrobinson69 ( 751521 ) on Saturday August 12, 2006 @07:30PM (#15896094)
    You may want to run bind and apache on the same machine, but not have to worry about the security issues of one affecting the other, so you run two virtual machines, each with a seperate server (I know about chroots, but a vm is more secure).
  • Re:Good thing but.. (Score:2, Informative)

    by mabinogi ( 74033 ) on Saturday August 12, 2006 @08:02PM (#15896186) Homepage
    > I should also tell you that I don't even know in what extent these products do cost anything.

    Xen is Open Source, and VMWare has two free of cost products - VMWare Player and VMWare Server and two commerical products - VMWare Workstation and VMWare ESX

  • by Anonymous Coward on Saturday August 12, 2006 @08:55PM (#15896319)
    Can someone explain to ignorant old me what linux-on-linux virtualisation is for? What problem does it solve?

    Well, lets say you run a hosting operation. Normally you rent servers in your data center to your customers.

    What if the customer doesn't need a quality server (with scsi raid & redundant power) all to themselves but they still want full control (with root) of the operating system?

    Create a linux VM for them. Customer gets a "server" they fully control, running on quality hardware.

    Or, what if you're a developer and you want to test your software on different versions of redhat, fedora, debian, mandrake, ubuntu (etc, etc). Are you going to have 10 computers sitting around the office, each with a version of linux installed? That's a lot of space & cost. Just run them in a VM.

    Ditto for windows, bsd, etc.
  • by martin-boundary ( 547041 ) on Saturday August 12, 2006 @09:02PM (#15896341)
    It's simple. A typical computer running a web server is idle most of the time. With virtualization, you can run many OSes simultaneously on a single machine. That's attractive to web hosting providers who can buy one beefed up server and pretend they have a gazillion separate machines. So each customer gets a dedicated "computer" for running their website, but there's only one real machine to pay for, do maintenance on, and lease space in the colo.

    s/web server/other service/g

  • by ovz_kir ( 946783 ) on Monday August 14, 2006 @09:41AM (#15902178) Homepage
    OpenVZ is an OS-level virtualisation -- this is quite different technology from that of Xen and VMware. OpenVZ provides separate isolated containers within a *single* kernel image, while Xen makes possible to run *different* kernels on the same piece of hardware. More info about those differences is here [openvz.org]; the only thing I want to add is VMware is moving into Xen direction.

Top Ten Things Overheard At The ANSI C Draft Committee Meetings: (5) All right, who's the wiseguy who stuck this trigraph stuff in here?

Working...