trying to netboot G5 Xserve HPC node
Chris Friesen
cfriesen at nortelnetworks.com
Tue Jul 20 05:18:45 EST 2004
I've got an HPC G5 Xserve (the one with no CD drive), and I'm attempting to boot
linux on it.
I've got dhcpd V3.0pl1 running on a G5 desktop (/etc/dhcp.conf included below).
When I try and netboot the Xserve, it appears to issue a bootp request, the
server sends a response, but the IP address offer is never accepted. What am I
doing wrong? Is there any way to get the Xserve to show firmware boot logs on
the serial console?
The logs on the dhcp server look like this:
Jul 19 18:03:57 g5-2 dhcpd: dhcp.c(2072): non-null pointer
Jul 19 18:03:57 g5-2 dhcpd: DHCPDISCOVER from 00:0d:93:9b:a8:6c via eth0
Jul 19 18:03:57 g5-2 dhcpd: Received BootP request from Macintosh netboot client
Jul 19 18:03:57 g5-2 dhcpd: DHCPOFFER on 10.40.200.5 to 00:0d:93:9b:a8:6c via eth0
Jul 19 18:04:01 g5-2 dhcpd: dhcp.c(2072): non-null pointer
Jul 19 18:04:01 g5-2 dhcpd: DHCPDISCOVER from 00:0d:93:9b:a8:6c via eth0
Jul 19 18:04:01 g5-2 dhcpd: Received BootP request from Macintosh netboot client
Jul 19 18:04:01 g5-2 dhcpd: DHCPOFFER on 10.40.200.5 to 00:0d:93:9b:a8:6c via eth0
Any ideas?
Chris
dhcpd.conf file on server
=========================================================
# global dhcpd parameters
deny unknown-clients; #disallow unknown connections
ddns-update-style none; #disallow dynamic DNS updates
allow bootp; #allow bootp requests, thus the dhcp
#server will act as a bootp server
# which network interface the server will listen on
subnet 10.40.200.0 netmask 255.255.255.0 { #the zeros indicate which range
} #of addresses are allowed to connect
#set of parameters common to all clients
group {
option broadcast-address 10.40.200.255;
option subnet-mask 255.255.255.0;
host g5_3 {
filename "yaboot";
server-name "tester";
next-server tester;
hardware ethernet 00:0D:93:9B:A8:6C;
fixed-address 10.40.200.5;
}
#you may paste another "host" entry here for additional clients on this network
}
=======================================================================
** Sent via the linuxppc64-dev mail list. See http://lists.linuxppc.org/
More information about the Linuxppc64-dev
mailing list