Last change
on this file since 567 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
|
Rev | Line | |
---|
[453] | 1 | |
---|
[461] | 2 | ### for kerberos access; need keytab ### |
---|
| 3 | aptitude install krb5-user ntpdate |
---|
[453] | 4 | cat >>/etc/ssh/sshd_config <<EOF |
---|
| 5 | # accept Kerberos |
---|
| 6 | GSSAPIAuthentication yes |
---|
| 7 | GSSAPICleanupCredentials yes |
---|
| 8 | GSSAPIKeyExchange yes |
---|
| 9 | EOF |
---|
[481] | 10 | /etc/init.d/ssh reload |
---|
[483] | 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 |
---|
[453] | 14 | # install keytab |
---|
| 15 | # install /root/.k5login |
---|
[461] | 16 | ntpdate |
---|
[453] | 17 | |
---|
[461] | 18 | ### for collaboration ### |
---|
| 19 | aptitude install screen |
---|
[453] | 20 | |
---|
[461] | 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 |
---|
[453] | 26 | |
---|
[461] | 27 | ### clustering... ### |
---|
| 28 | ## should become own package once we figure it out. |
---|
[468] | 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 |
---|
[469] | 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.