Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror
×
Programming IT Technology

An Introduction to Virtualization 22

JamieX writes "kernelthread.com brings you a very cool and instructional article in An Introduction to Virtualization... The piece talks about the history of VM's, why they are becoming important again, implementation issues and most of all a look at a large number of virtualization solutions for all kinds of operating systems... many of them barely known... essentially more than you want to know about virtualization on a single page! Great read and reference."
This discussion has been archived. No new comments can be posted.

An Introduction to Virtualization

Comments Filter:
  • by stonebeat.org ( 562495 ) on Thursday February 05, 2004 @11:06AM (#8189275) Homepage
    I thought vmWare's ESX Server used a Linux Kernel. Or is it just the installer that is based on Linux.
    • ok I think I answered my own question. Here is what vmware says:
      "VMware's patented and patent-pending technology serves as the foundation for VMware ESX Server; it is not derived from Linux or FreeBSD." @ VMware ESX Server 2 FAQs [vmware.com]

      Linux is only used a bootloader, and for I/O to the console on the ESX Server.
      • I'm an ESX user. I obviously can't verify whether the ESX kernel was "based on" Linux or not, but it presents an extremely effective appearance of being a Linux kernel to software running in the "console OS", the controlling part of the system

        The console OS in ESX 1.5 and 2.0 is based on RedHat 7. We regularly install generic RedHat 7.1 or 7.2 RPMs for various things, like SMBFS or PAM modules, and it works perfectly.

        It seems to me like the underlying VM controller is all new, like they say. But the

      • I got confused between ESX and GSX:

        How Is ESX Server Different from GSX Server?
        ESX Server is designed for up to 16 processor departmental and enterprise servers, and runs its virtualization layer natively on hardware. VMware GSX Server is designed for up to four processor workgroup and departmental servers. It runs as an application on top of a host operating system.

        So, GSX runs as an app on Linux, while ESX runs linux as a service or maybe even as a library?

        = 9J =

  • Lack of comments. (Score:5, Interesting)

    by lynx_user_abroad ( 323975 ) on Thursday February 05, 2004 @12:28PM (#8190328) Homepage Journal
    I take it from the lack of comments that most of the slashdot crowd is unfamiliar with this stuff.

    There are certain advantages to having cut ones teeth on the IBM mainframe.

    Heads-up, people. This stuff is way cool. Think of it like a MATRIX you own.

    • by Slashamatic ( 553801 ) on Friday February 06, 2004 @02:40AM (#8198880)
      ABout the limit for many people here is vmware to run Windows under Linux (or vice versa), and UML because it is used by many hosting providers.

      The problem comes down to the sucky IA-32 architecture which is hard to virtualize. Take a privileged mode instruction on a proper architecture, and it will trap allowing it to be emulated. Some IA-32 instructions do not trap but return different mode-dependent results. A nightmare.

      For me what is interesting are domains, giving a very fine level of VMs to CPU allocation. A CPU may be reserved for a single VM or be shared by many, in turn many CPUs can be devoted to a single VM This gives very fine resource control and is what you get now on heavy iron such as the IBM Z-series or the big Sun machines.

      This is why I follow the Xen project with some interest. Xen needs mods to the host OS to get around the shortcomings of the IA-32, but they are minor and well defined (replacement of some macros). It isn't there now, but maybe if they get enough people working on it, it could be very interesting indeed.

  • Whilst IA-32 is not virtualization-friendly, is AMD64 friendlier or will future versions be?

    A few 0.5GB or 1GB VMs here and there and 4GB starts to look rather small. So if AMD64 has good VM support it just adds value.
  • Does any body have opinions on whether VMWare or VirtualPC is better ? I'm looking at using some sort of VM to do Windows development under the various flavors of Windows
    • vmware probably a better all rounder - Virtual PC seems okay for one instance of a virtual pc - vmware seems to handle memory allocation of guests better .. .
    • Virtual PC is a full blown x86 machine emulator. VMWare is MOSTLY a virtualizer... meaning it passes most calls directly to the hardware... which also means it will only work on x86 hardware.
      • You seem to confuse two different products. Virtual PC for Mac is a full-blown emulator, as you correctly state. However, Microsoft also sells Virtual PC for Windows, which is a virtualizer like vmware.

  • by vinsci ( 537958 ) on Thursday February 05, 2004 @02:26PM (#8191865) Journal
    Oddly enough the article doesn't even mention XEN [cam.ac.uk], one of the most interesting virtualization systems. Xen is being actively developed and has also been featured on Slashdot [slashdot.org] a couple of months back when they released the first public versions.

    Also omitted is the new coLinux [colinux.org], which was discussed on Slashdot [slashdot.org], too, just the other week.

    • Oddly enough the article doesn't even mention XEN [cam.ac.uk], one of the most interesting virtualization systems.

      Hardly... it's basically a standard virtualization architecture, where they've decided not to implement the hard stuff, meaning an OS needs to be modified to run on it. Sure, this makes it fast, but also relatively useless for most people.

      As for colinux, it's really just another type of User Mode Linux, where the underlying OS is Windows, rather than Linux. The point being that it's not a
      • There are two approaches to virtualisation, one where you mod the guest OS and thother where try to virtualise hardware instructions that were never designed for it (Thanks Intel). You can guess which is cleaner, faster and more reliable.

        If you can compile Linux, you can run Xen. If you can compile Windpws XP, you run it under Xen too (not permissable for most of us, but they could and did). What is interesting is that are looking very much at the administrative side, possibly more so than vmware.

  • by Dark$ide ( 732508 ) on Friday February 06, 2004 @05:07AM (#8199279) Journal
    IBM have been doing this on s/360 since CP/67.
    It's hardly new and I can't see how VMWare can get a patent, it's prior art.

  • Don't forget about Linux Vservers [linux-vserver.org]. They allow you to have multiple virtual machines running on a single physical machine, all separated for security reasons. So you could run ftp on one, and a web server on another, and they would be as separate as physical machines. Also, I use VMware daily to run office-type applications, Outlook, and Remedy. I'm forced to by my employer, and the VMware solution let's me keep my regular linux wrapper around windows. Also, since the vpn connection takes control of the

The Tao is like a glob pattern: used but never used up. It is like the extern void: filled with infinite possibilities.

Working...