[Etherboot-developers] High School Cluster - Questions
Brought to you by:
marty_connor,
stefanhajnoczi
|
From: Miguel A. M. Jr. <Cha...@Ho...> - 2002-12-14 03:27:31
|
Dear Etherboot Mailing List,
I am Miguel A. Mota Jr., president of the Woodrow Wilson High School
Science & Technology Club in Camden, New Jersey USA. I have currently =
built
a 7-Node openMosix Cluster for our club with small grants from Lucent
Technologies and AT&T. Currently all our Nodes are diskless PCs, that =
boot
a custom CD. However we are receiving donated PCs that have no CD-ROMs, =
and
cannot afford to purchase them. I came across your site, and after =
reading
through it thoroughly decided that using the Romomatic floppy would be =
best
a solution to this. Our Server runs Red Hat 8.0 and I already utilizing
DHCP for our custom CD. I made only one change to the configuration,
specifying the file name:
#/etc/dhcpd.conf
#WWHSSTC Juggernaut Cluster Server DHCP Configuration
ddns-update-style ad-hoc;
server-identifier 192.168.0.254;
default-lease-time 2592000;
max-lease-time 5184000;
option broadcast-address 192.168.0.255;
option subnet-mask 255.255.255.0;
option domain-name "wwhsstc.edu";
option domain-name-servers 192.168.0.254;
option nis-domain "wwhsstc.edu";
option nis-servers 192.168.0.254;
option time-servers 192.168.0.254;
option log-servers 192.168.0.254;
option routers 192.168.0.250;
subnet 192.168.0.0 netmask 255.255.255.0{
range 192.168.0.1 192.168.0.200;
option routers 192.168.0.250;
filename "/tftpboot/cd.iso";
}
I had already installed TFTP during the installation, but have only =
made
the following changes:
chown nobody:nobody /tftpboot
chmod 555 /tftpboot
When I boot my Rom-o-matic floppy, its says:
Loading 192.168.0.254:/tftpboot/cd.iso .TFTP error 1 (file not found)
Can someone help me on this?
Miguel A. Mota Jr.
Cha...@Ne...
|