HCL cluster/heterogeneous.ucd.ie install log
From HCL
Revision as of 19:52, 23 April 2010 by Rhiggins (talk | contribs) (New page: * Basic installation of Debian Sarge * edit /etc/networks/interfaces <source lang="text"> iface eth0 inet static address 192.168.21.254 netmask 255.255.255.0 gateway 192.168.21.1 </sou...)
- Basic installation of Debian Sarge
- edit /etc/networks/interfaces
iface eth0 inet static
address 192.168.21.254
netmask 255.255.255.0
gateway 192.168.21.1
- set resolv.conf:
iface eth0 inet static
address 192.168.21.254
netmask 255.255.255.0
gateway 192.168.21.1
- follow the guide to installing Clonezilla here. Essentially:
- add repository key
wget -q http://drbl.sourceforge.net/GPG-KEY-DRBL -O- | apt-key add -
- the line add to /etc/apt/sources.list:
deb http://drbl.sourceforge.net/drbl-core drbl stable
- run:
apt-get update apt-get install drbl /opt/drbl/sbin/drbl4imp
- accept default options to drbl4imp and then edit /etc/dhcpd3/dhcpd.conf
- add repository key