Last change
on this file since 465 was
461,
checked in by price, 17 years ago
|
update installation instructions
|
File size:
623 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 |
---|
| 10 | # install keytab |
---|
| 11 | # install /root/.k5login |
---|
[461] | 12 | ntpdate |
---|
[453] | 13 | |
---|
[461] | 14 | ### for collaboration ### |
---|
| 15 | aptitude install screen |
---|
[453] | 16 | |
---|
[461] | 17 | ### the main event ### |
---|
| 18 | scp black-mesa:/etc/apt/sources.list.d/* /etc/apt/sources.list |
---|
| 19 | apt-get update |
---|
| 20 | aptitude install sipb-xen-host-master |
---|
| 21 | # or scp sx-blade-1:*.deb . && dpkg -i *.deb |
---|
[453] | 22 | |
---|
[461] | 23 | ### clustering... ### |
---|
| 24 | ## should become own package once we figure it out. |
---|
| 25 | #/etc/cluster/cluster.conf |
---|
| 26 | aptitude install clvm cman |
---|
Note: See
TracBrowser
for help on using the repository browser.