Differences between revisions 2 and 45 (spanning 43 versions)
Revision 2 as of 2005-11-26 22:55:00
Size: 1573
Editor: PeMac
Comment:
Revision 45 as of 2008-05-01 18:36:49
Size: 8329
Editor: FranklinPiat
Comment: How to boot from CD
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
#languages en
[[TableOfContents(2)]]
= Xen Overview =
Line 3: Line 7:
Xen is a virtual machine monitor for x86 that supports execution of multiple guest operating systems with unprecedented levels of performance and resource isolation. Xen is Open Source software, released under the terms of the GNU General Public License. We have a fully functional ports of Linux 2.4 and 2.6 running over Xen, and regularly use it for running demanding applications like MySQL, Apache and PostgreSQL. Any Linux distribution (RedHat, SuSE, Debian, Mandrake) should run unmodified over the ported OS. '''Xen''' is a virtual machine monitor for x86 that supports execution of multiple guest operating systems with unprecedented levels of performance and resource isolation. Xen is Open Source software, released under the terms of the GNU General Public License. We have a fully functional ports of Linux 2.6 running over Xen, and regularly use it for running demanding applications like MySQL, Apache and PostgreSQL. Any Linux distribution (!RedHat, SuSE, Debian, Mandrake) should run unmodified over the ported OS.
Line 7: Line 11:
It is also possible to run some other, not ported, operating systems if your CPU has hardware virtualization support (VT or Pacifica).
Line 8: Line 13:
 * http://www.cl.cam.ac.uk/Research/SRG/netos/xen/ = Installation on etch =
Line 10: Line 15:
See also: ["Qemu"] Upstream documentation can be found in the `xen-docs-3.0` package (in /usr/share/doc/xen-docs-3.0/user.pdf.gz). It's also available [http://www.cl.cam.ac.uk/research/srg/netos/xen/readmes/user/user.html online].

== Dom0 (host) ==

 * Choose and install a `xen-linux-system-KERNELVERSION` package. This installs the kernel, a hypervisor and matching utilities.
 * On i386, install `libc6-xen`. This means that you don't have to delete `/lib/tls` or move it out of the way, as suggested by most Xen guides.
 * Use Grub as bootloader (since Lilo and Xen don't play well with one another)
 * You probably want to configure /etc/xen/xend-config.sxp (especially the network-script scheme).
 * You may find the `xen-tools` package helpful. It is a set of scripts to manage guest Xen domains that run Debian/Ubuntu/CentOS. More information and examples at http://xen-tools.org/software/xen-tools/.

Debian 4.0 (etch) was released with the `-2.6.18-4` packages.

You can get a list of all `xen-linux-system` packages with a command such as `apt-cache -n search xen-linux-system`, or by consulting DebPkg:xen-linux-system. The following packages are currently available:

|| xen-linux-system-2.6.18-4-xen-686 || etch (stable) || i386 ||
|| xen-linux-system-2.6.18-4-xen-vserver-686 || etch (stable) || i386 ||
|| xen-linux-system-2.6.18-4-xen-amd64 || etch (stable) || amd64 ||
|| xen-linux-system-2.6.18-4-xen-vserver-amd64 || etch (stable) || amd64 ||
|| xen-linux-system-2.6.18-5-xen-686 || testing/unstable || i386 ||
|| xen-linux-system-2.6.18-5-xen-vserver-686 || testing/unstable || i386 ||
|| xen-linux-system-2.6.18-5-xen-amd64 || testing/unstable || amd64 ||
|| xen-linux-system-2.6.18-5-xen-vserver-amd64 || testing/unstable || amd64 ||

If you need to apply some modifications to the kernel with the xen patch, then one way to do it is described DebianKernelCustomCompilation.

== DomU (guests) ==
 * The easiest way to get this done is to use DebPkg:xen-tools (and, if this doesn't do what you need, Steve Kemp is keen and fast in implementing useful suggestions).
 * The next well tested and working way is to create a domU filesystem from a dom0 by following
''Installing Debian GNU/Linux from a Unix/Linux System'' ( [http://www.debian.org/releases/stable/i386/apds03.html] ) ; - and adding some tweaks which are necessary to get a Xen guest run properly - mainly adjusting inittab and installing libc6-xen, and probably the kernel modules needed by the kernel you want to run for the domU.

When not using xen-tools (which takes some decisions out of your hand, by giving you a in some ways very flexible, but in some others not easily changeable installation path), you have to decide some things:

 * If you want to use pygrub (a grub clone written in python and running on the Dom0): install a Xen kernel. Get a list with `apt-cache -n search linux-image-xen`.
 * If you want to use a kernel image in the Dom0: install the matching modules. Get a list with `apt-cache -n search linux-modules`.
 * On i386, install DebPkg:libc6-xen.
 * If you want a not ported operating system (Windows..), you go for the so-called HVM mode, and you will have to install `xen-ioemu-3.0.3-1`

= Installation on sid/testing =

Need to explain the procedure, since there ain't the same set of packages ATM with kernel 2.6.21

= Installation on sarge (oldstable) =

Most of the above packages seem to be present on http://backports.org/, so use them!

`libc6-xen` is not present. [http://saintaardvarkthecarpeted.com/blog/?p=182 Allegedly], creating the file `/etc/ld.so.nohwcap` will cause libraries in `/lib/tls` to be ignored, thus making it unnecessary to move the directory out of the way. ''Can anyone confirm this?''

 {i} This is a Debian-specific feature. Other guest operating systems will still require `/lib/tls` to be removed/renamed.

= Using Debian-Installer =
The page ["DebianInstaller/Xen"] contains instructions on how to install Xen Dom0 and DomU with ["DebianInstaller"].

= Package maintenance =

Debian's Xen packages are maintained by the [http://alioth.debian.org/projects/pkg-xen/ pkg-xen] project. ([http://lists.alioth.debian.org/mailman/listinfo/pkg-xen-devel developpers' mailing list])

The [http://qa.debian.org/developer.php?login=pkg-xen-devel@lists.alioth.debian.org Debian Developer's Package Overview] page lists source packages that are maintained by the team.

= Common Errors =

== dom0 automatic reboots ==
 {i} Note: if Xen is crashing and reboot automatically, you may want to use {{{noreboot}}} xen option, to prevent it from rebooting automatically. Grub example :
 {{{
title Xen 3.1-1-i386 / Debian GNU/Linux, kernel 2.6.18-5-xen-686
root (hd0,0)
kernel /xen-3.1-1-i386.gz noreboot
module /vmlinuz-2.6.18-5-xen-686 root=/dev/foo ro console=tty0
module /initrd.img-2.6.18-5-xen-686
}}}


== error : CDROM boot failure ==
You get the error :
 {{{
CDROM boot failure code 0002
or CDROM boot failure code 0003
Boot from cd-Rom failed
Fatal: Could not read the boot disk.
}}}

That's because Xen can't boot from a cdrom iso image at the moment. i.e you can't have {{{tap:aio:/path/to/mycd.iso,hdc:cdrom,r}}} ''or'' {{{file:/path/to/mycd.iso,hdc:cdrom,r}}}.

Workaround: use losetup to create a loopback device for the cdrom ISO image, then use it in Xen configuration file. for example :
 {{{
#First, check which loop device is free
$losetup -f
/dev/loop9

#Then create a loopback device
$losetup -f /path/to/mycd.iso

losetup /dev/loop9
/dev/loop9: [fe04]:3096598 (/path/to/mycd.iso)
}}}

Now you can use /dev/loop9 in xen configuration file (/etc/xen/foobar.cfg) :
 {{{
...
disk = [ 'phy:/dev/vg1/xpsp3,ioemu:hda,w', 'phy:/dev/loop/0,ioemu:hdc:cdrom,r' ]
...
}}}
then boot/install the guest OS.

note: yo should switch back to the {{{tap:aio:/path/to/mycd.iso,hdc:cdrom,r}}} syntax after installation, since loop back have to be recreated after you reboot the host system.

= Resources =
 * Homepage :http://www.cl.cam.ac.uk/Research/SRG/netos/xen/
 * Documentation is on package `xen-docs-3.0` package (in /usr/share/doc/xen-docs-3.0/user.pdf.gz). It's also available [http://www.cl.cam.ac.uk/research/srg/netos/xen/readmes/user/user.html online].
 * Xen Wiki :
  * [http://wiki.xensource.com/xenwiki/Debian Debian]
  * [http://wiki.xensource.com/xenwiki/XenFaq XenFaq]
  * [http://wiki.xensource.com/xenwiki/XenNetworkingExamples Xen Networking Examples] -
 * German Wiki on Xen: http://www.xen-info.de/wiki

?TableOfContents(2)

Xen Overview

Modern computers are sufficiently powerful to use virtualization to present the illusion of many smaller virtual machines (VMs), each running a separate operating system instance. Successful partitioning of a machine to support the concurrent execution of multiple operating systems poses several challenges. Firstly, virtual machines must be isolated from one another: it is not acceptable for the execution of one to adversely affect the performance of another. This is particularly true when virtual machines are owned by mutually untrusting users. Secondly, it is necessary to support a variety of different operating systems to accommodate the heterogeneity of popular applications. Thirdly, the performance overhead introduced by virtualization should be small.

Xen is a virtual machine monitor for x86 that supports execution of multiple guest operating systems with unprecedented levels of performance and resource isolation. Xen is Open Source software, released under the terms of the GNU General Public License. We have a fully functional ports of Linux 2.6 running over Xen, and regularly use it for running demanding applications like MySQL, Apache and PostgreSQL. Any Linux distribution (RedHat, SuSE, Debian, Mandrake) should run unmodified over the ported OS.

In addition to Linux, members of Xen's user community have contributed or are working on ports to other operating systems such as NetBSD (Christian Limpach), FreeBSD (Kip Macy) and Plan 9 (Ron Minnich).

It is also possible to run some other, not ported, operating systems if your CPU has hardware virtualization support (VT or Pacifica).

Installation on etch

Upstream documentation can be found in the xen-docs-3.0 package (in /usr/share/doc/xen-docs-3.0/user.pdf.gz). It's also available [http://www.cl.cam.ac.uk/research/srg/netos/xen/readmes/user/user.html online].

Dom0 (host)

  • Choose and install a xen-linux-system-KERNELVERSION package. This installs the kernel, a hypervisor and matching utilities.

  • On i386, install libc6-xen. This means that you don't have to delete /lib/tls or move it out of the way, as suggested by most Xen guides.

  • Use Grub as bootloader (since Lilo and Xen don't play well with one another)
  • You probably want to configure /etc/xen/xend-config.sxp (especially the network-script scheme).
  • You may find the xen-tools package helpful. It is a set of scripts to manage guest Xen domains that run Debian/Ubuntu/CentOS. More information and examples at http://xen-tools.org/software/xen-tools/.

Debian 4.0 (etch) was released with the -2.6.18-4 packages.

You can get a list of all xen-linux-system packages with a command such as apt-cache -n search xen-linux-system, or by consulting xen-linux-system. The following packages are currently available:

xen-linux-system-2.6.18-4-xen-686

etch (stable)

i386

xen-linux-system-2.6.18-4-xen-vserver-686

etch (stable)

i386

xen-linux-system-2.6.18-4-xen-amd64

etch (stable)

amd64

xen-linux-system-2.6.18-4-xen-vserver-amd64

etch (stable)

amd64

xen-linux-system-2.6.18-5-xen-686

testing/unstable

i386

xen-linux-system-2.6.18-5-xen-vserver-686

testing/unstable

i386

xen-linux-system-2.6.18-5-xen-amd64

testing/unstable

amd64

xen-linux-system-2.6.18-5-xen-vserver-amd64

testing/unstable

amd64

If you need to apply some modifications to the kernel with the xen patch, then one way to do it is described ?DebianKernelCustomCompilation.

DomU (guests)

  • The easiest way to get this done is to use xen-tools (and, if this doesn't do what you need, Steve Kemp is keen and fast in implementing useful suggestions).

  • The next well tested and working way is to create a domU filesystem from a dom0 by following

Installing Debian GNU/Linux from a Unix/Linux System ( [http://www.debian.org/releases/stable/i386/apds03.html] ) ; - and adding some tweaks which are necessary to get a Xen guest run properly - mainly adjusting inittab and installing libc6-xen, and probably the kernel modules needed by the kernel you want to run for the domU.

When not using xen-tools (which takes some decisions out of your hand, by giving you a in some ways very flexible, but in some others not easily changeable installation path), you have to decide some things:

  • If you want to use pygrub (a grub clone written in python and running on the Dom0): install a Xen kernel. Get a list with apt-cache -n search linux-image-xen.

  • If you want to use a kernel image in the Dom0: install the matching modules. Get a list with apt-cache -n search linux-modules.

  • On i386, install libc6-xen.

  • If you want a not ported operating system (Windows..), you go for the so-called HVM mode, and you will have to install xen-ioemu-3.0.3-1

Installation on sid/testing

Need to explain the procedure, since there ain't the same set of packages ATM with kernel 2.6.21

Installation on sarge (oldstable)

Most of the above packages seem to be present on http://backports.org/, so use them!

libc6-xen is not present. [http://saintaardvarkthecarpeted.com/blog/?p=182 Allegedly], creating the file /etc/ld.so.nohwcap will cause libraries in /lib/tls to be ignored, thus making it unnecessary to move the directory out of the way. Can anyone confirm this?

  • {i} This is a Debian-specific feature. Other guest operating systems will still require /lib/tls to be removed/renamed.

Using Debian-Installer

The page ["DebianInstaller/Xen"] contains instructions on how to install Xen Dom0 and DomU with ["DebianInstaller"].

Package maintenance

Debian's Xen packages are maintained by the [http://alioth.debian.org/projects/pkg-xen/ pkg-xen] project. ([http://lists.alioth.debian.org/mailman/listinfo/pkg-xen-devel developpers' mailing list])

The [http://qa.debian.org/developer.php?login=pkg-xen-devel@lists.alioth.debian.org Debian Developer's Package Overview] page lists source packages that are maintained by the team.

Common Errors

dom0 automatic reboots

  • {i} Note: if Xen is crashing and reboot automatically, you may want to use noreboot xen option, to prevent it from rebooting automatically. Grub example :

    title           Xen 3.1-1-i386 / Debian GNU/Linux, kernel 2.6.18-5-xen-686
    root            (hd0,0)
    kernel          /xen-3.1-1-i386.gz noreboot
    module          /vmlinuz-2.6.18-5-xen-686 root=/dev/foo ro console=tty0
    module          /initrd.img-2.6.18-5-xen-686

error : CDROM boot failure

You get the error :

  • CDROM boot failure code 0002
    or CDROM boot failure code 0003
    Boot from cd-Rom failed
    Fatal: Could not read the boot disk.

That's because Xen can't boot from a cdrom iso image at the moment. i.e you can't have tap:aio:/path/to/mycd.iso,hdc:cdrom,r or file:/path/to/mycd.iso,hdc:cdrom,r.

Workaround: use losetup to create a loopback device for the cdrom ISO image, then use it in Xen configuration file. for example :

  • #First, check which loop device is free
    $losetup -f
    /dev/loop9
    
    #Then create a loopback device
    $losetup -f /path/to/mycd.iso
    
    losetup /dev/loop9
    /dev/loop9: [fe04]:3096598 (/path/to/mycd.iso)

Now you can use /dev/loop9 in xen configuration file (/etc/xen/foobar.cfg) :

  • ...
    disk = [ 'phy:/dev/vg1/xpsp3,ioemu:hda,w', 'phy:/dev/loop/0,ioemu:hdc:cdrom,r' ]
    ...

then boot/install the guest OS.

note: yo should switch back to the tap:aio:/path/to/mycd.iso,hdc:cdrom,r syntax after installation, since loop back have to be recreated after you reboot the host system.

Resources