source: trunk/packages/sipb-xen-host-master/notes @ 469

Last change on this file since 469 was 469, checked in by price, 16 years ago

another installation step: reboot

File size: 801 bytes
RevLine 
[453]1
[461]2### for kerberos access; need keytab ###
3aptitude install krb5-user ntpdate
[453]4cat >>/etc/ssh/sshd_config <<EOF
5# accept Kerberos
6GSSAPIAuthentication yes
7GSSAPICleanupCredentials yes
8GSSAPIKeyExchange yes
9EOF
10# install keytab
11# install /root/.k5login
[461]12ntpdate
[453]13
[461]14### for collaboration ###
15aptitude install screen
[453]16
[461]17### the main event ###
18scp black-mesa:/etc/apt/sources.list.d/* /etc/apt/sources.list
19apt-get update
20aptitude 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.
[468]25scp OLD-HOST:/etc/cluster/cluster.conf /etc/cluster/cluster.conf
26
27aptitude install clvm cman redhat-cluster-modules-2.6-xen-amd64
28cat >>/etc/modules <<EOF
29cman
30dlm
31EOF
[469]32
33
34# to take up the new Xen-hypervisor kernel
35# shutdown -r now
36
Note: See TracBrowser for help on using the repository browser.