Eh. There's a better way that we could eventually script to
[invirt/packages/invirt-host-master.git] / notes
diff --git a/notes b/notes
index bfee504..2139b4c 100644 (file)
--- a/notes
+++ b/notes
@@ -7,6 +7,10 @@ GSSAPIAuthentication yes
 GSSAPICleanupCredentials yes
 GSSAPIKeyExchange yes
 EOF
+/etc/init.d/ssh reload
+# Set default realm to ATHENA.MIT.EDU
+printf "krb5-config\tkrb5-config/default_realm\tstring\tATHENA.MIT.EDU" | debconf-set-selections
+dpkg-reconfigure -fnoninteractive krb5-config
 # install keytab
 # install /root/.k5login
 ntpdate
@@ -22,5 +26,15 @@ aptitude install sipb-xen-host-master
 
 ### clustering... ###
 ## should become own package once we figure it out.
-#/etc/cluster/cluster.conf
-aptitude install clvm cman
+scp OLD-HOST:/etc/cluster/cluster.conf /etc/cluster/cluster.conf
+
+aptitude install clvm cman redhat-cluster-modules-2.6-xen-amd64
+cat >>/etc/modules <<EOF
+cman
+dlm
+EOF
+
+
+# to take up the new Xen-hypervisor kernel
+# shutdown -r now
+