Re: [SSI-users] PXE Nodes
Brought to you by:
brucewalker,
rogertsang
|
From: Sergi B. <hi...@li...> - 2009-04-22 08:34:36
|
jhansen escribió:
> what did you do to add nodes, is there a work around?
>
>
> Sergi Barroso Terradas wrote:
>
>> 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
>>
>>
>> ------------------------------------------------------------------------------
>> _______________________________________________
>> Ssic-linux-users mailing list
>> Ssi...@li...
>> https://lists.sourceforge.net/lists/listinfo/ssic-linux-users
>>
>>
>>
>
>
Hi, to resolve this issue, please watch your /etc/blkid.tab simlynk,
run ssi-addnode but before answer the first question recreate de simlynk.
That's all
--
Sergi Barroso
Linux user #313577
PGPID: D318F5E8
http://www.lionclan.org
|