Hi Ling and thank you very much for the reply

The problem was indeed the DHCP.

for some reason the eth1 interface in 04 and 05 was connected to wrong
network, which resulted in wrong dhcp selection in xcatdsklspost.

change in xcatdsklspost
from
        SIP=`echo $SIPS|awk '{printf $NF}' | tail -n 1` #Pick one for wget
to
        SIP=`echo $SIPS|awk '{printf $1}'` #Pick one for wget

Thanks again and best regards
Ragnar Skulason


On Fri, Aug 31, 2012 at 5:56 PM, Ling Gao <[email protected]> wrote:

> xdsh -V
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
xCAT-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xcat-user

Reply via email to