HCL cluster/heterogeneous.ucd.ie install log

From HCL
Revision as of 20: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...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
  • 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