| Name | Last modified | Size | Description | |
|---|---|---|---|---|
| Parent Directory | - | |||
| Howto.html | 14-Oct-2009 06:13 | 5.1K | Installation instructions | |
| Override | 23-Mar-2009 07:44 | 1 | ||
| Packages.gz | 11-Jan-2010 14:11 | 16K | ||
| Release | 02-Apr-2009 05:34 | 92 | ||
| Sources.gz | 23-Mar-2009 07:44 | 5.7K | ||
| binary/ | 11-Jan-2010 14:10 | - | ||
| install-log.html | 12-Apr-2009 06:39 | 40K | Commented example install log | |
| sources/ | 23-Mar-2009 07:44 | - | ||
If you wany to get an idea about what this process will look like please see the install log.
Please note that you should follow this howto to the letter - missing one simple step can make your installation fail in "interesting" ways. I recommend printing a copy of this document and the install log and checking off each step as you perform it.
deb http://deb.openssi.org/alpha/openssi-lenny ./ deb http://deb.openssi.org/alpha/openssi-lenny-extras ./to your sources.list.
Package: * Pin: origin deb.openssi.org Pin-Priority: 1001to your /etc/apt/preferences
APT::Get::AllowUnauthenticated "true";
apt-get update
apt-get install initrd-tools
apt-get remove nfs-common(You can add it back again later if you want it.)
apt-get remove libc6-amd64(This package screws up ldd, a bug in the base lenny version).
apt-get install openbsd-inetd(xinetd causes lots of problems by launching atftpd with ipv6 addresses.)
ls -ld /sys/class/net/ethX/device/driver/modulewhere "ethX" is the nic you want to use).
modprobe loop
modprobe ext2
apt-get dist-upgradeThis should replace all the standard versions of the packages by our modified versions and remove the non-SSI kernel (if you are asked to remove the runing kernel do it).
However under some as yet undefined cicumstances sometimes apt-get seems not to downgrade udev, which will stop almost everything working. After the dist-upgrade check that udev is the correct version with the "apt-cache policy" command:
apt-cache policy udev
udev:
Installed: 0.080-1
Candidate: 0.080-1
Version table:
0.125-7 0
500 http://ftp.fr.debian.org lenny/main Packages
*** 0.080-1 0
1001 http://deb.openssi.org ./ Packages
100 /var/lib/dpkg/status
If the udev version installed (the one marked with "***") does not come from deb.openssi.org you will need to do:
apt-get install udevAt this point you will be warned that the running kernel will be removed. This is because of a necessary downgrade of udev. Allow it to happen.
rm /etc/udev/rules.d/* bash -c 'source /var/lib/dpkg/info/udev.postinst abort-deconfigure; create_rules_symlink'
apt-get install openssiconfigure the node number, cluster interconnect, clustername and root failover as usual.
next-server xxx.xxx.xxx.xxx;
(where xxx.xxx.xxx.xxx is the cluster interconnect address for the
initnode) to the file /etc/dhcp3/dhcpd.protomkdhcpd.conf
invoke-rc.d dhcp3-server restart
mv /var/lib/tftpboot /var/lib/tftpboot.dist ln -s /tftpboot /var/lib