Brandon Vincent <[email protected]> writes: > On Mar 15, 2016 3:44 AM, "Loris Bennett" > <[email protected]> wrote: >> What other files could have an influence on what 'hostname' returns? > > Could you post the output of > > getent hosts [hostname] and getent hosts [ip] for both systems? > > Also please post the hosts line from nsswitch.conf from both machines. > > Brandon Vincent >
[root@tadmin01 ~]# getent hosts tadmin01 10.141.235.254 tadmin01.test.cluster tadmin01 [root@tadmin01 ~]# getent hosts 10.141.235.254 10.141.235.254 tadmin01.test.cluster tadmin01 [root@tadmin02 ~]# getent hosts tadmin02 10.141.235.253 tadmin02.test.cluster tadmin02 [root@tadmin02 ~]# getent hosts 10.141.235.253 10.141.235.253 tadmin02.test.cluster tadmin02 [root@tadmin01 ~]# grep hosts /etc/nsswitch.conf #hosts: db files nisplus nis dns hosts: files dns [root@tadmin02 ~]# grep hosts /etc/nsswitch.conf #hosts: db files nisplus nis dns hosts: files dns Cheers, Loris -- Dr. Loris Bennett (Mr.) ZEDAT, Freie Universität Berlin Email [email protected]
