Added clvm-config package and made sipb-xen-host-master depend on it
[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 # install keytab
11 # install /root/.k5login
12 ntpdate
13
14 ### for collaboration ###
15 aptitude install screen
16
17 ### the main event ###
18 scp black-mesa:/etc/apt/sources.list.d/* /etc/apt/sources.list
19 apt-get update
20 aptitude install sipb-xen-host-master
21 # or scp sx-blade-1:*.deb . && dpkg -i *.deb
22
23 ### clustering... ###
24 ## should become own package once we figure it out.
25 scp OLD-HOST:/etc/cluster/cluster.conf /etc/cluster/cluster.conf
26
27 aptitude install clvm cman redhat-cluster-modules-2.6-xen-amd64
28 cat >>/etc/modules <<EOF
29 cman
30 dlm
31 EOF
32
33
34 # to take up the new Xen-hypervisor kernel
35 # shutdown -r now
36