I am going to assume that you have some knowledge of Debian installation, so we will go through the installation pretty quick.
Insert the Debian Etch CD
power on or reboot
hit enter to boot the default kernel
Select English (or you language of choice)
Select Australia (or your country of choice)
Select American English (or your keboard of choice)
Select eth0 (or the first Broadcom interface)
DHCP should fail (unless you have a DHCP server on your network in which case ignore the next few steps)
enter iP address (select either the IP address for eddie or russell)
Netmask 255.255.255.0
gateway 192.168.1.1
nameserver "192.168.1.2 192.168.1.3"
enter hostname (eddie or russell)
enter domain name, example.org
partition manually
Leave the existing partitions (this is up to you of course)
Create a new ext3 primary partition at the beginning of the disk of size 200MB mounted at /boot (will end up showing up as 197.4MB)
Create a new physical volume for LVM at the beginning of the disk using all remaining space
Configure Logical Volume Manager
Write the changes to disk
Create a new volume group using all the physical volume with the name the same as the machine.
Create a new logical volume called root of size 10G (will end up showing up as 10.7GB)
Create a new logical volume called swap of size 2G (will end up showing up as 2.1GB)
Finish
Make the swap logical volume usable as swap
Make the root logical volume ext3 mounted at /
Finish
Write the changes.
eddie:~# aptitude install openssh-server
Now use ssh, it is much simpler than sitting on the console or DRAC all day.
Add a new repository to your /etc/apt/sources.list.
deb http://www.performancemagic.com/~gregc/debian ./
Now install some packages that we will need.
eddi:~# aptitude update eddi:~# aptitude install binutils bison bridge-utils bzip2 cpp cpp-4.1 dmsetup dpkg-dev gcc gcc-4.1 \ hdparm ifenslave ifenslave-2.6 iproute kpartx libatm1 libc6-dev libc6-xen libssp0 \ linux-headers-2.6-xen-686 linux-headers-2.6.18-5-xen linux-headers-2.6.18-5-xen-686 \ linux-image-2.6-xen-686 linux-image-2.6.18-5-xen-686 linux-image-xen-686 \ linux-kbuild-2.6.18 linux-kernel-headers linux-modules-2.6.18-5-xen-686 make \ module-assistant multipath-tools open-iscsi screen sdparm ssh sudo sysstat \ xen-hypervisor-3.0.3-1-i386 xen-hypervisor-3.0.3-1-i386-pae xen-utils-3.0.3-1 \ xen-utils-common dellomsa snmpd
Accept the non-verified packages.