Last change
on this file since 671 was
568,
checked in by price, 16 years ago
|
remove zev's code for lack of a license
|
File size:
1.1 KB
|
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 |
---|
[568] | 14 | # in an ideal world, all of the above is just |
---|
| 15 | # aptitude install debathena-{ssh-server,kerberos}-config |
---|
| 16 | |
---|
[453] | 17 | # install keytab |
---|
| 18 | # install /root/.k5login |
---|
[461] | 19 | ntpdate |
---|
[453] | 20 | |
---|
[461] | 21 | ### for collaboration ### |
---|
| 22 | aptitude install screen |
---|
[453] | 23 | |
---|
[461] | 24 | ### the main event ### |
---|
[568] | 25 | scp black-mesa:/etc/apt/sources.list.d/* /etc/apt/sources.list.d |
---|
[461] | 26 | apt-get update |
---|
| 27 | aptitude install sipb-xen-host-master |
---|
[568] | 28 | # or scp sx-blade-1:*.deb . && dpkg -i *.deb && apt-get -f install |
---|
[453] | 29 | |
---|
[461] | 30 | ### clustering... ### |
---|
| 31 | ## should become own package once we figure it out. |
---|
[468] | 32 | scp OLD-HOST:/etc/cluster/cluster.conf /etc/cluster/cluster.conf |
---|
| 33 | |
---|
| 34 | aptitude install clvm cman redhat-cluster-modules-2.6-xen-amd64 |
---|
| 35 | cat >>/etc/modules <<EOF |
---|
| 36 | cman |
---|
| 37 | dlm |
---|
| 38 | EOF |
---|
[469] | 39 | |
---|
| 40 | |
---|
| 41 | # to take up the new Xen-hypervisor kernel |
---|
| 42 | # shutdown -r now |
---|
| 43 | |
---|
Note: See
TracBrowser
for help on using the repository browser.