I've added an additional ethernet interface to compute nodes.

[root@hpcmaster ~]# lsdef -t node -o gpu001
Object name: gpu001
    arch=x86_64
    bmc=172.16.4.50
    chain=runcmd=bmcsetup
    currchain=boot
    currstate=boot
    groups=gpu,all
    ip=172.16.0.50
    mac=e4:43:4b:55:df:40
    mgt=ipmi
    netboot=xnba
    nicaliases.bmc=gpu001.dracnet
    nicaliases.p3p1=gpu001.ibnet
    nicips.bmc=172.16.4.50
    nicips.p3p1=172.16.8.50
    nicnetworks.bmc=dracnet
    nicnetworks.p3p1=ibnet
    nictypes.bmc=bmc
    nictypes.p3p1=Ethernet
    os=rhels7.5
    postbootscripts=otherpkgs
    postscripts=syslog,remoteshell,syncfiles,confignics,hardeths


It's not setting the ip address on p3p1.

I see in the /var/log/xcat/computes.log this line:

Apr 10 12:16:49 gpu001 network: INFO  Determining IP information for
p3p1... failed.

The address is defined both in /etc/hosts and in dns.

[root@hpcmaster ~]# cat /etc/hosts|grep gpu001-p3p1
172.16.8.50 gpu001-p3p1 gpu001.ibnet

[root@hpcmaster ~]# nslookup gpu001.ibnet
Server:         127.0.0.1
Address:        127.0.0.1#53

gpu001.ibnet    canonical name = gpu001-p3p1.ibnet.
Name:   gpu001-p3p1.ibnet
Address: 172.16.8.50

What is going wrong here?
_______________________________________________
xCAT-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xcat-user

Reply via email to