|
Last change
on this file since 672 was
568,
checked in by price, 17 years ago
|
|
remove zev's code for lack of a license
|
|
File size:
1.1 KB
|
| 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 | # in an ideal world, all of the above is just |
|---|
| 15 | # aptitude install debathena-{ssh-server,kerberos}-config |
|---|
| 16 | |
|---|
| 17 | # install keytab |
|---|
| 18 | # install /root/.k5login |
|---|
| 19 | ntpdate |
|---|
| 20 | |
|---|
| 21 | ### for collaboration ### |
|---|
| 22 | aptitude install screen |
|---|
| 23 | |
|---|
| 24 | ### the main event ### |
|---|
| 25 | scp black-mesa:/etc/apt/sources.list.d/* /etc/apt/sources.list.d |
|---|
| 26 | apt-get update |
|---|
| 27 | aptitude install sipb-xen-host-master |
|---|
| 28 | # or scp sx-blade-1:*.deb . && dpkg -i *.deb && apt-get -f install |
|---|
| 29 | |
|---|
| 30 | ### clustering... ### |
|---|
| 31 | ## should become own package once we figure it out. |
|---|
| 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 |
|---|
| 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.