[SCore-users] pxe boot for EIT

Nick Birkett nrcb at streamline-computing.com
Sun Aug 18 20:15:55 JST 2002


Hi, we have pxe boot working for EIT. Perhaps this can be incorporated in the 
next release as there are now budget priced compute servers that come
without floppy or cdrom ?

Method: Set up dhcpd server and tftp server, and make sure BIOS in compute 
node includes network boot. 

Compute node first obtains EIT vmlinuz and initrd.img from boot server (e.g
front end node). this then boots and rest  works  same as EIT5 with floppy.

The IP range for dhcp does not have to corresond to EIT IP range as long as 
they are on the same subnet.


Sample config files  are attached.

The file pxelinux.0 is taken from the latest pxelinux (part of  Syslinux 
package). 

Also there is a small bug in 

/mnt/cdrom/setup/config5/ndpostpro-skelton  

(on SCore 5.0.1 cdrom)

# Other local settings if you specify $INSTALL_PATH/etc/pcc-env.sh
#
if test -f $parameter(installPath)/setup/install/pcc-env.sh ; then
    $parameter(installPath)/setup/install/pcc-env.sh
fi
# 

should read (wrong Path) :

# Other local settings if you specify $INSTALL_PATH/etc/pcc-env.sh
#
if test -f $parameter(compInstallTmpPath)/setup/install/pcc-env.sh ; then
    $parameter(compInstallTmpPath)/setup/install/pcc-env.sh
fi
# 

Cheers,

Nick




-------------- next part --------------
A non-text attachment was scrubbed...
Name: pxe-score5.tgz
Type: application/x-gzip
Size: 1410898 bytes
Desc: not available
URL: <http://new1.pccluster.org/pipermail/score-users/attachments/20020818/5486cbb1/attachment.tgz>


More information about the SCore-users mailing list