2 # Add eth0 configuration to /etc/network/interfaces
3 # - Replace 18.181.0 with 10.5.128
4 # - Replace last octet with $((last octet - 205))
6 # Copy /etc/hosts from another host
8 # install invirt-base:/etc/apt/sources.list.d/*
10 aptitude install invirt-host-master
12 # Apply the patch from LP 216761 to /etc/init.d/xendomains
14 # In /etc/default/xendomains
15 # - Set XENDOMAINS_MIGRATE to the "next" host
16 # - Set XENDOMAINS_SAVE=""
18 # Add to /etc/rc.local before the "exit 0":
19 # echo -17 > /proc/$(pgrep syslogd)/oom_adj
21 # In /boot/grub/menu.lst:
22 # - Configure remote management for GRUB:
23 # serial --unit=1 --speed=57600 --word=8 --parity=no --stop=1
24 # terminal --timeout=5 serial console
25 # - Configure remote management for Xen:
26 # # xenhopt=console=com2L,vga
27 # - Configure remote management for Linux:
28 # # xenkopt=console=tty0 console=ttyS1,57600n8
33 ## to take up the new Xen-hypervisor kernel