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

Last change on this file since 481 was 481, checked in by price, 16 years ago

steps for installing Kerberos

Actually package these later.

File size: 880 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# fix default_realm to ATHENA.MIT.EDU in /etc/krb5.conf
12# install keytab
13# install /root/.k5login
14ntpdate
15
16### for collaboration ###
17aptitude install screen
18
19### the main event ###
20scp black-mesa:/etc/apt/sources.list.d/* /etc/apt/sources.list
21apt-get update
22aptitude 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.
27scp OLD-HOST:/etc/cluster/cluster.conf /etc/cluster/cluster.conf
28
29aptitude install clvm cman redhat-cluster-modules-2.6-xen-amd64
30cat >>/etc/modules <<EOF
31cman
32dlm
33EOF
34
35
36# to take up the new Xen-hypervisor kernel
37# shutdown -r now
38
Note: See TracBrowser for help on using the repository browser.