Document unpackaged customizations to an XVM host
authorEvan Broder <broder@mit.edu>
Mon, 10 Nov 2008 21:50:43 +0000 (16:50 -0500)
committerEvan Broder <broder@mit.edu>
Mon, 10 Nov 2008 21:50:43 +0000 (16:50 -0500)
svn path=/trunk/packages/invirt-host-master/; revision=1605

notes

diff --git a/notes b/notes
index fa31bbb..c340c91 100644 (file)
--- a/notes
+++ b/notes
@@ -1,8 +1,33 @@
 
+# Add eth0 configuration to /etc/network/interfaces
+# - Replace 18.181.0 with 10.5.128
+# - Replace last octet with $((last octet - 205))
+
+# Copy /etc/hosts from another host
+
 # install invirt-base:/etc/apt/sources.list.d/*
 apt-get update
 aptitude install invirt-host-master
 
+# Apply the patch from LP 216761 to /etc/init.d/xendomains
+
+# In /etc/default/xendomains
+# - Set XENDOMAINS_MIGRATE to the "next" host
+# - Set XENDOMAINS_SAVE=""
+
+# Add to /etc/rc.local before the "exit 0":
+#  echo -17 > /proc/$(pgrep syslogd)/oom_adj
+
+# In /boot/grub/menu.lst:
+# - Configure remote management for GRUB:
+#     serial --unit=1 --speed=57600 --word=8 --parity=no --stop=1
+#     terminal --timeout=5 serial console 
+# - Configure remote management for Xen:
+#     # xenhopt=console=com2L,vga 
+# - Configure remote management for Linux:
+#     # xenkopt=console=tty0 console=ttyS1,57600n8 
+# - Run update-grub
+
 # install keytab
 
 ## to take up the new Xen-hypervisor kernel