Difference between revisions of "HCL cluster/heterogeneous.ucd.ie install log"

From HCL
Jump to: navigation, search
(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...)
 
Line 12: Line 12:
  
 
<source lang="text">
 
<source lang="text">
iface eth0 inet static
+
nameserver 137.43.116.19
address 192.168.21.254
+
nameserver 137.43.116.17
netmask 255.255.255.0
+
nameserver 137.43.105.22
gateway 192.168.21.1
+
domain ucd.ie
 +
search ucd.ie
 
</source>
 
</source>
  

Revision as of 13:30, 24 April 2010

  • 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:
nameserver 137.43.116.19
nameserver 137.43.116.17
nameserver 137.43.105.22
domain ucd.ie
search ucd.ie
  • 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