PXE Nodes

Sergi Barroso <[email protected]> Mon, 06 Apr 2009 15:21:41 +0200
Newsgroups gmane.linux.cluster.ssic.user
Message-ID <[email protected]>
Hi again!

After installing server node I tried to boot some clients with pxe but 
server can't server ip addresses, getting this warning in daemon.log

dhcpd: DHCPDISCOVER from 00:02:b3:16:06:fd via eth0: network 10.0.0/24: 
no free leases

The file /etc/dhcp3/dhcpd.conf show like this:

# /etc/dhcp3/dhcpd.conf
#
# Do _not_ edit this file!! It was automatically generated by mkdhcpd.conf.
#

# Section 1 (from /etc/dhcp3/dhcpd.proto)

next-server 10.0.0.1;

# Section 2 (from /etc/clustertab)

subnet 10.0.0.0 netmask 255.255.255.0 {
        if substring (option vendor-class-identifier, 0, 9) = "Etherboot" {
                filename "/combined";
        } else {
                filename "/pxelinux.0";
        }


                host node1 {
                        hardware ethernet 00:02:B3:B3:63:A9;
                        fixed-address 10.0.0.1;
                }

}


I tried to do ssi-addnode but doesn't add it in list....

Can I edit /etc/clustertab manually?


-- 
Sergi Barroso
Linux user #313577
PGPID: D318F5E8
http://www.lionclan.org


------------------------------------------------------------------------------