Slashdot Mirror


Red Hat Pledges 'Integrated Virtualization'

OSS_ilation writes "Red Hat was all about virtualization in a recent announcement for an 'integrated virtualization' initiative with XenSource and chipmakers AMD and Intel. The move was seen as a way for Red Hat to bring its commitment to virtualization technology into 'sharper focus [...] with the release of a product roadmap that includes virtualization technology built into its enterprise version of Linux.' Red Hat's CTO, Brian Stevens, said the move would remove the complex 'rocket science' aspect of virtualization, and drive the technology into more enterprises as a result."

27 of 91 comments (clear)

  1. Sweet by maelstrom · · Score: 2, Informative

    No matter what the haters say, Red Hat is one of the main distributions I go to when building a new server (CentOS if no support needed). Things like integrated SELinux, easy to use yum (or rpm apt-get), and now virtualization make it very impressive.

    --
    The more you know, the less you understand.
    1. Re:Sweet by maelstrom · · Score: 2, Insightful

      What are you even talking about? VMWare? It isn't open source.

      --
      The more you know, the less you understand.
    2. Re:Sweet by gordyf · · Score: 3, Insightful
      Red Hat and Xen - World leader in virtualization as long as you only want to run Linux or BSD.

      According to Wikipedia's Xen article, Xen will work with any OS if you're using a recent AMD or Intel chip with virtualization extensions, so that's not strictly speaking true.

  2. What is this? by Saeed+al-Sahaf · · Score: 3, Insightful

    I'm sorry, obviously I don't need it, because I don't have a clue what it is. What is this "virtualization"? Linky, please?

    --
    "Who are in control, they are not in control of anything - they don't even control themselves!" - Glen Beck
    1. Re:What is this? by barefootgenius · · Score: 5, Informative
      --
      /. bug #926803 - Why I can post.
  3. Red Hat + Xen by plasticsquirrel · · Score: 5, Informative

    From what I gathered from the article, it looks like Red Hat is porting their distro to the Xen virtual machines and then packaging that with the natively-compiled OS as a virtual machine manager. It's nice to see a distro pick up Xen officially and package it an easy-to-use way, since Xen has very impressive performance. The article or the summary probably should have included a link to the Xen web site, so if you want to know more: the Xen site.

    --
    Systemd: the PulseAudio of init systems
    1. Re:Red Hat + Xen by cerberusss · · Score: 2, Interesting

      It's a hosted solution; I only have access to the guest OS. The solution is advertised as Xen 3.0.1. I don't know the storage system. I didn't have performance issues; I just ran unixbench and saw that it took a LONG time, see the results here: unix_bench_xen_budgetdedicated.

      --
      8 of 13 people found this answer helpful. Did you?
    2. Re:Red Hat + Xen by raynet · · Score: 2, Insightful

      Sure, but you shouldn't be using Linux at all as it is so slow. I just did a benchmark on my Sun Ultra 1 (143MHz Ultrasparc) running Linux (and there was couple other CPU intensive programs running the backround too, but why should they affect the results) and it was much much slower than the same benchmark on my Windows PC (3GHz P4).

      In any case, do a benchmark with your workstation using Xen and without Xen. Remember to test VMWare or UML too. THEN you can say if Xen is impressive or not...

      --
      - Raynet --> .
  4. Should be interesting, at least ... by tinkertim · · Score: 4, Insightful

    I'm wondering if they aren't just going to Include Xen, this would explain the sudden push on Xen's part to get a working FC4 installer out the door.

    I'm not the world's biggest RH fan as far as using it, however I do respect that RH basically made Linux the household word that it is.

    The end result, regardless of the politics is going to be web sites and databases remaining available to visitors a larger percent of the time, and end users getting a firmer grasp on how their OS works :) Either way you go this is going to be a good thing.

    For consultants specializing in helping to bring virtualization to the table for their clients, fear not .. people are going to need help with this for years to come. I think it will help us do what we like doing (plan networks) instead of worrying so much about the semantics of getting (x software) installed and working. This means easier work, quicker turnover and more clients.

    My concern is RH distributes (stock) very insecurely. My hope is they also address issues like /dev/shm allowing execution, and other (seemingly) little quirks that allow so much spam to wind its way throughout the internet. They're catching up, it seems with just how people are using their product, hosting web sites (broadly). I hope they also make it safer in the process so that whatever layer they use for virtualization doesn't also get a rep for being insecure.

    I'm not a huge Fedora fan, but I do respect them enough to withold judgement until I see what they put out. I guess you could count me as 'cautious, but anxious' to see it.

  5. Re:This sucks by AoT · · Score: 3, Insightful

    Probably RTFA, trying to figure out WTF 'Integrated Virtualization' means.

  6. Xen in the enterprise by Grumpy+Wombat · · Score: 4, Interesting

    This is great news. I'm currently involved in a rollout of Red Hat Enterprise for a large Govt Department in Western Australia and we have had to make extensive use of VMWare's ESX. Having Xen in RH would streamline our development process and make a Red Hat ES development environment more attractive for large enterprise use.

  7. Re:This sucks by NitsujTPU · · Score: 4, Informative

    It can take a couple of forms. In one form, it would be hooks for a VMM requiring a host OS.

    In another form (which I know that Xen supports) it provides ways for the VMM to have control over the host OS, though Xen supposedly supports a number of these methods though ways not requiring modification to the source code.

    There are others too (IE, replicating an image of a running OS, snapshotting the OS).

    The article doesn't really tell you what they mean at all. I've seen all of these discussed in the context of Linux and Xen before. In fact, I thought that most of those were implemented.

  8. Xen Vs. Linux VServer by linuxguy · · Score: 5, Informative

    A couple of months ago I was faced with the problem of needing to host multiple domains on one system. I initially considered Xen for my virtual servers need. However when I learned that this solution would not share the memory (each Vserver would have to have its dedicated memory) I decided to try out Linux Vserver. I have been a happy user of Linux Vserver since then.

    With Linux Vserver you only run one kernel on your system where with Xen each virtual server runs its own kernel. This presents some limitations for Linux Vserver. For example the guest virtual servers cannot have the network loopback interface lo. But almost all of these I could live without.

    Now if I want to start adding more virtual servers I can, without having to worry about running out of memory.

    1. Re:Xen Vs. Linux VServer by NitsujTPU · · Score: 4, Informative

      There is a paper where the authors used Xen in a manner in which they copied the image of the running OS. A copy on write police was implemented, so RAM usage would be minimal. They got Xen to scale to thousands of virtual servers on some form of relatively reasonable hardware.

      It is worth noting, though, that this is part of the point of what Xen is. Xen is a VMM, and part of the point is that you virtualize the machinery so you can run multiple OS's and such. This really is the direction that everything is going. The technologies that you can build on top of this are very... convenient.

    2. Re:Xen Vs. Linux VServer by gtrubetskoy · · Score: 2, Interesting
      With Linux Vserver you only run one kernel on your system where with Xen each virtual server runs its own kernel. This presents some limitations for Linux Vserver. For example the guest virtual servers cannot have the network loopback interface lo. But almost all of these I could live without.

      To me, one kernel is an advantage, not a limitation. A kernel upgrade on a VServer box is a one-step operation, whereas on a Xen (or like) you have to repeat it for every guest.

      Also a great thing about VServer is that the filesystem can be shared between host ang guest. So I can run one backup on the host, which takes care of all the guests.

      Another thing I like is the ability to "enter" a guest from the host by simply switching the context - no need to actually log in.

      And the virtualized loopback and iptables is just a matter of time - the alpha branches of VServer already have it.

      I should also mention that aside from Vserver there is something called OpenVZ, which is the same concept and more features. What turns me off about OpenVZ and Xen is that the community around these projects is commercially sustained, which means that the project evolution will gravitate in a direction that satisfies shareholders and that the project would be greatly impacted by a business failure (which happens quite often these days).

      Vserver on the other hand is a truly indepndent open source community, very much like the communities that drive other most succesful projects out there. I've been following this project for a couple of years now, things may not move as fast, but folks are involved out of the love for technology, and the quality of the software reflects this.

    3. Re:Xen Vs. Linux VServer by styrotech · · Score: 2, Informative

      To me, one kernel is an advantage, not a limitation. A kernel upgrade on a VServer box is a one-step operation, whereas on a Xen (or like) you have to repeat it for every guest.

      Not quite. Unless your guests use different kernels (in which case you wouldn't be using VServer anyway), you only have one guest kernel to worry about. I have a Xen machine running 4 Debian Sarge machines - in the boot directory of the host there is the host kernel and a guest kernel. All guest instances boot off that one guest kernel. There are no kernels installed in the guests themselves.

      Sure upgrading two kernels is more work than upgrading one kernel, but it not as bad as you think.

  9. Re:Xen traded full OS compatibility... by Al+Dimond · · Score: 4, Informative

    To put it simply (I don't know the more in-depth stuff off the top of my head) Xen won't run an unmodified x86 OS as a guest (DomU). Instead of actually emulating the physical devices it provides ways for the guest OSes to request services from it through specialized "drivers", for one thing. Once the kernel/driver work is done, however, the fact that you're running under Xen does not affect your userspace apps.

    So you can only run operating systems that have been modified to run under Xen. So far Linux, FreeBSD, NetBSD and Plan9 have undergone modification, at least according to http://wiki.xensource.com/xenwiki/OSCompatibility

  10. Re:Red Hat leaving the desktop arena? by drsmithy · · Score: 2, Informative
    RedHat has never sold a desktop/laptop product.

    Yes, they do.

  11. Re:Beta testers == lab rats by ettlz · · Score: 5, Interesting
    A word to the wise; Stay away from fedora cores. If you must use one, choose one that's been out for a while.

    You sound like a bitter, bitter Slashdotter.

    This "Fedora's a beta testbed for suckers" stuff is utter crap. Fedora is a testbed not for stability, but for cutting edge technologies that may filter down into Enterprise many months later. And from what I hear, FC5 will introduce some exciting new things. The stuff that goes in isn't generally any more unstable or poorly-built that the pristine sources from which it derives, plus you've got the support of the community and the Bugzilla.

    The Fedoras are nice, powerful distributions. Far nicer (and to be honest, I think more polised) than Enterprise. For me, they've got the right balance of modern usability and technical accessibility. Yes, I like cutting edge.

  12. it already is. by nietsch · · Score: 4, Informative

    Only the technology is named User Mode Linux (UML) instead of Xen. Xen still requires you to jump trough quite a number of hoops before you have a virtual machine running. With UML it is so simple you can start, stop & create new ones on demand like is done at linuxzoo.net

    With xen you need a modified host kernel and do some tricky stuff with LVM to use Copy on write disks. With lvm it is the default, you can just point to a base image and have the users modifications in a separate file. The downside is the speed penalty: UML is 40-50% slower than Xen.

    --
    This space is intentionally staring blankly at you
    1. Re:it already is. by eno2001 · · Score: 3, Insightful

      For all intents and purposes Xen is the far better solution. I was looking for an alternative to VMWare and I did look over UML. The slow performance of UML alone was a major issue for me and I'm certain a lot of other people here would agree. Plus a lot of us aren't just virtualizing dumb services like Apache. We're virtualizing PVRs, Asterisk PBXs and GNOME or KDE application servers. Xen does that without breaking a sweat. It might be a bit more difficult to set up (not that hard if you know how to compile your own kernel) than UML, but the benefits are far greater. UML cannot, for example, virtualize a 3D accelerator card. Xen can as long as the driver is open. I dont believe you can assign a UML session to only use specific real hardware in your box (this is hand for running multiple PVRs on the same box with multiple video capture cards). And UML definitely can't do a live migration from one physical host to another with NO downtime. That's right. I can have VM1 running on HOST-A, but... I need to take HOST-A down for some repairs and I don't want the services on VM1 to stop. So... I set up HOST-B to take over for HOST-A and tell VM1 to migrate from HOST-A to HOST-B. Type a simple command and it's done. VM1 is now fully running on HOST-B and I can down HOST-A with NO impact to users. The only other thing you need is centralized storage (which anyone doing VMs SHOULD be using. Lookup GNBDs and NBDs.) on a separate host and all hosts must exist in the same network.

      Xen is one of the best virtualization platforms our there and with the support of AMD's Pacifica and Intel's Vanderpool, it will even support running (yuck) Windows VMs when you need to. Sorry, but Xen is lightyears ahead of UML unless all you intend to host is some simple internet services.

      --
      -"...bad old ideas look confusingly fresh when they are packaged as technology" - Jaron Lanier (Digital Maoism on Edge.o
    2. Re:it already is. by Hackeron · · Score: 2, Insightful

      What are you talking about? - XEN is /*virtualization/*, sure its more than an advanced chroot, but it lacks security because there is no real isolation from the underlaying kernel and it requires you to jump through hoops to get going (ok, nice that Redhat bundle it, true).

      UML on the other hand is /*emulation/* -- its like comparing wine to vmware. Apples to Oranges.

      UML has far superior isolation from the underlaying kernel, it runs entirely in userspace so no jumping through hoops, and it is the same speed as XEN for CPU bound applications like number crunching (although much slower for I/O bound applications).

      So each has major advantages/disadvantages but for a mission critical server, I would choose UML every time.

    3. Re:it already is. by eno2001 · · Score: 2, Interesting

      Most Linux users aren't running mission critical servers, but are doing much more interesting things. True, Linux is my choice of OS for running web servers, mail, DNS and the like, but that's hardly important stuff. The really interesting stuff is to be had in the multimedia and desktop arenas and that's where Xen is truly the better performer. I'd far rather run my home remote desktop server on Xen and be able to have my desktop ALWAYS on via VNC even if I have to take the hardware down rather than have a PC for each user in the house. I'd also like to know that my CPU cycles are being well used rather than wasted on emulating parts of a system that really work better when virtualized. Don't get me wrong, things like QEMU have their place. I use it extensively for building VMs before porting them to Xen. I also use it for testing out ISOs of new distros. Hell, I'm even currently running my home web server/mail server/DNS server on QEMU and it's smashingly good. But that was done only to free up the original box that installation sat on. I moved the entire installation to QEMU just using rsync so that I retained everything I'd worked hard on in the VM image. I only needed to make a few tweaks (different NIC). But that was done so I could set my box up with Xen and migrate to new, more MOBILE VMs. That is the key. Xen is much more mobile. It takes just a few minutes to get an entirely new VM running and completely with the feel of a real server running at the native speed of the physical host. No slowdowns at all.

      --
      -"...bad old ideas look confusingly fresh when they are packaged as technology" - Jaron Lanier (Digital Maoism on Edge.o
  13. Re:Xen traded full OS compatibility... by buddha42 · · Score: 5, Informative

    This is no longer true with the use of Intel's VT or AMD's Pacifica CPU features. Xen originally had to have this OS-level hack because of limitations of the x86 architecture making it impossible to completely virtualize. Intel and AMD have solved this. You can buy Pentium 4's with VT *right now* and run un-modified windows guest's on Xen. The AMD M2 and the next set of Intel chips (the core/core-duo's desktop and server cousins) will all support this.

  14. Modified kernel vs. modified chips by hpcanswers · · Score: 2, Informative

    Xen works with any OS as long as either the kernel has been modified to fit virtualization, or the processor has extensions that support it directly. So either way, Xen allow just any old system, though it isn't tied to a particular platform.

    Just a word of caution though: Xen is "new technology," which basically means it isn't the most stable product right now, especially given its level of technical sophistication. Similarly, the new processors from AMD and Intel are, well, new; they will require some time in the market before they are used adequately.

    All in all though, the technology is pretty exciting. Some researchers I work with are looking into using Xen on SMPs with multiple Ethernet ports. Since vanilla Ethernet requires the kernel for TCP, multiprocessors tend to have trouble adequately using the multiple communication links. With virtualization though, there can be one instance of the OS per processor, which means one TCP stack per processor, which means one Ethernet port per processor.

  15. Re:Beta testers == lab rats by mikelieman · · Score: 2, Informative

    I've been using the FC5RC3 on a test system which uses Xen for a wacky combo of MySQL, and PHP that some groupware requires which conflicted with the standard Core packages.

    From what I've seen in going from "Rolling Your Own" to the FC5 distro, is that Fedora got it RIGHT on this one. "It Just Works" for me.

    When the host machine gets rebooted, it doesn't even reboot the Guests. They just get suspended, and resumed when the machine comes back up.

    Two Thumbs Up.

    --
    Technology -- No Place For Wimps! Grateful Dead and Jerry Garcia Chatroom -- http://www.wemissjerry.org
  16. Re:Xen traded full OS compatibility... by Al+Dimond · · Score: 2, Interesting

    I haven't really been able to find much information on this, so maybe you know: with Xen 3 and the VT extentions does the guest OS still need special drivers? It seems to me that there would still be a performance advantage to having special drivers rather than having to virtualize devices. But maybe there's some clever trick in the VT extensions that I'm not taking into account.