Last change
on this file since 492 was
483,
checked in by broder, 17 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 ### |
---|
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 | # Set default realm to ATHENA.MIT.EDU |
---|
12 | printf "krb5-config\tkrb5-config/default_realm\tstring\tATHENA.MIT.EDU" | debconf-set-selections |
---|
13 | dpkg-reconfigure -fnoninteractive krb5-config |
---|
14 | # install keytab |
---|
15 | # install /root/.k5login |
---|
16 | ntpdate |
---|
17 | |
---|
18 | ### for collaboration ### |
---|
19 | aptitude install screen |
---|
20 | |
---|
21 | ### the main event ### |
---|
22 | scp black-mesa:/etc/apt/sources.list.d/* /etc/apt/sources.list |
---|
23 | apt-get update |
---|
24 | aptitude 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. |
---|
29 | scp OLD-HOST:/etc/cluster/cluster.conf /etc/cluster/cluster.conf |
---|
30 | |
---|
31 | aptitude install clvm cman redhat-cluster-modules-2.6-xen-amd64 |
---|
32 | cat >>/etc/modules <<EOF |
---|
33 | cman |
---|
34 | dlm |
---|
35 | EOF |
---|
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.