I have ubuntu xcat mgmt server 2.8.2 i have the networks and hosts defined
and nodes added.
I can image the nodes with ubuntu 12.04 iso but i can't bring ip the second
interface (10GB) on the nodes.

root@hpcmgmt:~# tabdump hosts

#node,ip,hostnames,otherinterfaces,comments,disable

"compute","|\D+(\d+).*$|10.69.142.($1+10)|",,,,

"imm","|\D+(\d+).*$|172.29.0.($1+10)|",,,,

"computehs","|\D+(\d+).*$|10.69.143.($1+10)|",,,,


root@hpcmgmt:~# tabdump networks

#netname,net,mask,mgtifname,gateway,dhcpserver,tftpserver,nameservers,ntpservers,logservers,dynamicrange,staticrange,staticrangeincrement,nodehostname,ddnsdomain,vlanid,domain,comments,disable

"provision","10.69.142.0","255.255.255.0","eth0","<xcatmaster>",,"10.69.142.43",,,,"10.69.142.200-10.69.142.250",,,,,,,,

"data","10.69.143.0","255.255.255.0","eth5","10.69.143.1",,"10.69.143.43",,,,,,,,,,,,

"imm","172.29.0.0","255.255.255.0","eth0","<xcatmaster>",,"172.29.0.43",,,,,,,,,,,,

the 10gb interface on xcat mgmt node is on eth5
but the 10gb interface on nodes is at eth3.


chdef -t node -o hpcnode31 nicips.eth3='10.69.143.41' \
nichostnamesuffixes.eth3='-hs' nictypes.eth3='ethernet'
nicnetworks.eth1='data' \
niccustomscripts.eth3='configeth-data'

i can do lsdef hpcnode31 and see all the eth3 values for the node.

so i did the nodeset osimage hpcnode31 command
for the node to image , the machine images with ubuntu12.04
but the second interface never comes up.

Since i have already specified the 'configeth-data' script to setup
eth3 interface

do i still need to add it in postscripts ?

can someone tell me where the logic is bad ?

Thanks
------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
xCAT-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xcat-user

Reply via email to