xcat2 / xcat-core

Code repo for xCAT core packages
Eclipse Public License 1.0
356 stars 170 forks source link

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

Open OrenMustaki opened 5 months ago

OrenMustaki commented 5 months ago

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

Obihoernchen commented 4 months ago

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 :)