remove zev's code for lack of a license
[invirt/packages/invirt-host-master.git] / notes
diff --git a/notes b/notes
index 77255ff..cf57fa1 100644 (file)
--- a/notes
+++ b/notes
@@ -1,21 +1,43 @@
 
-aptitude install krb5-user
+### for kerberos access; need keytab ###
+aptitude install krb5-user ntpdate
 cat >>/etc/ssh/sshd_config <<EOF
 # accept Kerberos
 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
+# in an ideal world, all of the above is just
+#   aptitude install debathena-{ssh-server,kerberos}-config
+
 # install keytab
 # install /root/.k5login
+ntpdate
+
+### for collaboration ###
+aptitude install screen
 
+### the main event ###
+scp black-mesa:/etc/apt/sources.list.d/* /etc/apt/sources.list.d
+apt-get update
+aptitude install sipb-xen-host-master
+# or scp sx-blade-1:*.deb . && dpkg -i *.deb && apt-get -f install
 
+### clustering... ###
+## should become own package once we figure it out.
+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
 
 
-aptitude install screen ntpdate
-aptitude install subversion build-essential cdbs debhelper fakeroot
-svn co https://sipb-xen-dev.mit.edu:1111 /srv/checkout
+# to take up the new Xen-hypervisor kernel
+# shutdown -r now
 
-#       cd svn-xen/trunk/packages/sipb-xen-dom0/
-#       sx-build-release trunk/packages/sipb-xen-dom0/
-#       reprepro-env copy stable unstable sipb-xen-dom0