X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-host-master.git/blobdiff_plain/b83e93fa510224e585b72f9df39ea8f87b77c762..845977bf03a5665dab6f4dbe568aeb9afef81f21:/notes diff --git a/notes b/notes index bfee504..64f9bc9 100644 --- a/notes +++ b/notes @@ -1,26 +1,41 @@ -### for kerberos access; need keytab ### -aptitude install krb5-user ntpdate -cat >>/etc/ssh/sshd_config < /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 . + +# Add to the *bottom* of /etc/sysctl.conf +# net.ipv4.conf.eth0.rp_filter=0 +# net.ipv4.conf.eth1.rp_filter=0 -### clustering... ### -## should become own package once we figure it out. -#/etc/cluster/cluster.conf -aptitude install clvm cman +## to take up the new Xen-hypervisor kernel +# shutdown -r now