### 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
# fix default_realm to ATHENA.MIT.EDU in /etc/krb5.conf
# 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
apt-get update
aptitude install sipb-xen-host-master
# or scp sx-blade-1:*.deb . && dpkg -i *.deb

### 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


# to take up the new Xen-hypervisor kernel
# shutdown -r now