Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
OrenMustaki opened this issue Jan 20, 2024 · 1 comment

Comments

@OrenMustaki
Copy link

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
Copy link
Member

Obihoernchen commented Feb 12, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants