Intel PXE bootroms
Many of your questions may have already been answered in earlier discussions or in the FAQ. The search results page will indicate current discussions as well as past list serves, articles, and papers.
Gary Jackson bargle at umiacs.umd.eduThu Jul 19 18:04:09 PDT 2001
- Previous message: High Availability linux clusters
- Next message: Intel PXE bootroms
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I'm having some trouble getting machines using Intel PXE bootroms
netbooting. The machine with the DHCP server sees their requests, and
responds, but the clients don't seem to want to boot with what they've
been given. Once Linux is up, I have no problem getting an IP through
DHCP. Portfast is enabled on all relevant switch ports.
I haven't had any problem getting nodes with 3com PXE bootroms to
boot.
Currently, I'm using the ISC 2.0 DHCP server. The configuration looks
something like this:
subnet n.n.n.n netmask 255.255.255.0 {
option routers n.n.n.n;
option subnet-mask 255.255.255.0;
option domain-name-servers n.n.n.n;
option domain-name "umiacs.umd.edu" ;
default-lease-time -1 ;
group {
# PXE configuration
option dhcp-class-identifier "PXEClient" ;
option vendor-encapsulated-options 01:04:00:00:00:00 ;
filename "bpbatch" ;
host nodename {
option option-135 "nodeboot/nodename" ;
fixed-address n.n.n.n ;
hardware ethernet FF:FF:FF:FF:FF:FF ;
}
}
}
(with real IP adresses, real names instead of "nodename", and real mac
adresses)
Any insight is appreciated.
--
Gary Jackson
bargle at umiacs.umd.edu
- Previous message: High Availability linux clusters
- Next message: Intel PXE bootroms
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Beowulf mailing list
