d3b960107272d56540e3020cfc89fb41388fe419
[invirt/packages/invirt-host-master.git] / notes
1
2 ### for kerberos access; need keytab ###
3 aptitude install krb5-user ntpdate
4 cat >>/etc/ssh/sshd_config <<EOF
5 # accept Kerberos
6 GSSAPIAuthentication yes
7 GSSAPICleanupCredentials yes
8 GSSAPIKeyExchange yes
9 EOF
10 /etc/init.d/ssh reload
11 # fix default_realm to ATHENA.MIT.EDU in /etc/krb5.conf
12 # install keytab
13 # install /root/.k5login
14 ntpdate
15
16 ### for collaboration ###
17 aptitude install screen
18
19 ### the main event ###
20 scp black-mesa:/etc/apt/sources.list.d/* /etc/apt/sources.list
21 apt-get update
22 aptitude install sipb-xen-host-master
23 # or scp sx-blade-1:*.deb . && dpkg -i *.deb
24
25 ### clustering... ###
26 ## should become own package once we figure it out.
27 scp OLD-HOST:/etc/cluster/cluster.conf /etc/cluster/cluster.conf
28
29 aptitude install clvm cman redhat-cluster-modules-2.6-xen-amd64
30 cat >>/etc/modules <<EOF
31 cman
32 dlm
33 EOF
34
35
36 # to take up the new Xen-hypervisor kernel
37 # shutdown -r now
38