Xen Server, Debian Etch
From LinuxServerTech
These are just some notes on how to get an Etch install with Xen up and running fast. While this document still needs a lot of work, we are recording the notes here for the time being.
- Install Debian (currently, Etch)
- For partitioning, use a large LVM partition, create LVG named virtuals (or whatever) which will hold the partitions for the virtual machines.
- create root partition (~10G, 5% reserve, bootable, ext3)
- create swap partition (~1G)
- create LVM (remainder of disk space)
- create LVG within LVM to contain the individual virtuals' partitions.
- apt-get install xen-linux-system xen-tools alien (or use dselect)
- configure xen-tools (/etc/xen-tools)
At this point, you are ready to create some DOMU's. For instructions on how to create a Debian DOMU on this box, see Xen Virtual, Debian

