X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-host-master.git/blobdiff_plain/9859889d4df7c5a8e53a42716d0e8ea7d421a473..HEAD:/notes diff --git a/notes b/notes index 77255ff..64f9bc9 100644 --- a/notes +++ b/notes @@ -1,21 +1,41 @@ -aptitude install krb5-user -cat >>/etc/ssh/sshd_config <<EOF -# accept Kerberos -GSSAPIAuthentication yes -GSSAPICleanupCredentials yes -GSSAPIKeyExchange yes -EOF -# install keytab -# install /root/.k5login +# 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 +# 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 +# Re-order ssh in the boot process to start before cman/clvm, so you +# can fix it when it inevitably goes bad +# update-rc.d -f ssh remove +# update-rc.d -f ssh start 16 S . stop 84 0 6 . -aptitude install screen ntpdate -aptitude install subversion build-essential cdbs debhelper fakeroot -svn co https://sipb-xen-dev.mit.edu:1111 /srv/checkout +# Add to the *bottom* of /etc/sysctl.conf +# net.ipv4.conf.eth0.rp_filter=0 +# net.ipv4.conf.eth1.rp_filter=0 -# cd svn-xen/trunk/packages/sipb-xen-dom0/ -# sx-build-release trunk/packages/sipb-xen-dom0/ -# reprepro-env copy stable unstable sipb-xen-dom0 +## to take up the new Xen-hypervisor kernel +# shutdown -r now