Re: [xcat-user] configeth hostname setting on NetworkManager only systems

2020-05-22 Thread Russ Auld
You should examine your hostname resolution settings - not only your DNS configuration (/etc/resolv.conf) but also '/etc/hosts' and most importantly '/etc/nsswitch.conf'. On the CN, NetworkManager will perform a reverse lookup of the host's IP address, so you just need to control the answer that

Re: [xcat-user] configeth hostname setting on NetworkManager only systems

2020-04-22 Thread Thomas HUMMEL
On 4/22/20 7:49 PM, Thomas HUMMEL wrote: I think it may be the problem as NetworkManager has no way to be aware of it (as it uses systemd-hostnamed service as a proxy). Actually I'm not really sure about this. But I know I traced it and that was the fqdn which was restored.

Re: [xcat-user] configeth hostname setting on NetworkManager only systems

2020-04-22 Thread Thomas HUMMEL
On 4/22/20 7:49 PM, Thomas HUMMEL wrote: However I saw in configeth script code (which is called be confignetwork) that the transient hostname is set using the hostname(1) command (hostname $NODE) Moreover, I wonder it doing it this way plus the semantic of hostname-mode hostname-original re

[xcat-user] configeth hostname setting on NetworkManager only systems

2020-04-22 Thread Thomas HUMMEL
Hello, I'm successfully using xCAT 2.15.1 to provision CentOS 8.1 stateless nodes. For that matter my osimage has got the confignetwork -s postscript configured. By default genimage does not generate a hostname-mode directive in NetworkManager.conf(5) causing it to have its default value.