source: trunk/packages/sipb-xen-host-master/notes @ 483

Last change on this file since 483 was 483, checked in by broder, 16 years ago

Eh. There's a better way that we could eventually script to

File size: 1005 bytes
Line 
1
2### for kerberos access; need keytab ###
3aptitude install krb5-user ntpdate
4cat >>/etc/ssh/sshd_config <<EOF
5# accept Kerberos
6GSSAPIAuthentication yes
7GSSAPICleanupCredentials yes
8GSSAPIKeyExchange yes
9EOF
10/etc/init.d/ssh reload
11# Set default realm to ATHENA.MIT.EDU
12printf "krb5-config\tkrb5-config/default_realm\tstring\tATHENA.MIT.EDU" | debconf-set-selections
13dpkg-reconfigure -fnoninteractive krb5-config
14# install keytab
15# install /root/.k5login
16ntpdate
17
18### for collaboration ###
19aptitude install screen
20
21### the main event ###
22scp black-mesa:/etc/apt/sources.list.d/* /etc/apt/sources.list
23apt-get update
24aptitude install sipb-xen-host-master
25# or scp sx-blade-1:*.deb . && dpkg -i *.deb
26
27### clustering... ###
28## should become own package once we figure it out.
29scp OLD-HOST:/etc/cluster/cluster.conf /etc/cluster/cluster.conf
30
31aptitude install clvm cman redhat-cluster-modules-2.6-xen-amd64
32cat >>/etc/modules <<EOF
33cman
34dlm
35EOF
36
37
38# to take up the new Xen-hypervisor kernel
39# shutdown -r now
40
Note: See TracBrowser for help on using the repository browser.