xcat-core icon indicating copy to clipboard operation
xcat-core copied to clipboard

xcatprobe xcatmn fails on IP doesn't belong to any network defined in 'networks' table

Open OrenMustaki opened this issue 1 year ago • 1 comments
trafficstars

Im using XCAT management tool to manage my cluster.

Its XCAT version 2.16.5 and the operating system is AlmaLinux 8.7

Its been running without issues for more than a year.

For some reason running xcatprobe xcatmn -i ens192 , which suppose to check if xCAT has been installed correctly and is ready for use, fails.

The error states as follow :

IP 10.1.100.80 of ens192 doesn't belong to any network defined in 'networks' table.

xcatprobe xcatmnError message

this is my networks table :

#netname,net,mask,mgtifname,gateway,dhcpserver,tftpserver,nameservers,ntpservers,logservers,dynamicrange,staticrange,staticrangeincrement,nodehostname,ddnsdomain,vlanid,domain,mtu,comments,disable
"net10","10.0.0.0/8","255.0.0.0","ens192","10.1.1.1",,"<xcatmaster>","10.100.100.101,10.100.100.102",,"10.10.5.4","10.0.0.1-10.255.255.255",,,,,,"phys.local","1500",,

As far as i know 10.1.100.80 is part of 10.0.0.0/8

Running ip addr show ens192 :

enter image description here

Im not sure where to start looking

Please advise

OrenMustaki avatar Jan 20 '24 09:01 OrenMustaki

You have to use 10.0.0.0 for networks.net, not 10.0.0.0/8. Netmask is defined in networks.mask. This should fix your issue :)

Obihoernchen avatar Feb 12 '24 00:02 Obihoernchen