Unable to lookup host registered in hosts file

Hi All,

I have 2 servers:
hostA: RedHat Linux 2.4.21-40.EL
hostB: HP-UX 10.20

From hostA, I can't lookup hostB even though I put its entry in /etc/hosts file.

root [at] hostA:/> host hostB
Host hostB not found: 3(NXDOMAIN)

Nsswitch.conf is configured to search file first:
root [at] hostA:/> grep ^hosts /etc/nsswitch.conf
hosts: files dns

But ping works:
root [at] hostA:/> ping hostB
PING hostB.domain (<hostB's IP>) 56(84) bytes of data.
64 bytes from hostB.domain (<hostB's IP>): icmp_seq=0 ttl=254 time=0.208 ms
64 bytes from hostB.domain (<hostB's IP>): icmp_seq=1 ttl=254 time=0.231 ms

--- hostB.domain ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time 1011ms
rtt min/avg/max/mdev = 0.208/0.219/0.231/0.018 ms, pipe 2

Can anybody tell me why is that so, and how to solve it such that host lookup can work just like nslookup in HP Unix?

Regards,
Edi

-
To unsubscribe from this list: send the line "unsubscribe linux-admin" in
the body of a message to majordomo [at] vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Edi CAHYADI [ Mo, 02 Oktober 2006 07:35 ] [ ID #1484828 ]

Re: Unable to lookup host registered in hosts file

Hi,

Edi CAHYADI wrote:
> Hi All,
>
> I have 2 servers:
> hostA: RedHat Linux 2.4.21-40.EL
> hostB: HP-UX 10.20
>
>>From hostA, I can't lookup hostB even though I put its entry in /etc/hosts file.

Commands like host, dig and nslookup are DNS lookup utilities and so
don't use the configuration defined in /etc/nsswitch.conf. The switch
file is used to define different ways to find host names (amongst other
things) of which DNS is just one.

Cheers

Adam
-
To unsubscribe from this list: send the line "unsubscribe linux-admin" in
the body of a message to majordomo [at] vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
adam.bowen [ Mo, 02 Oktober 2006 10:36 ] [ ID #1484829 ]
Linux » gmane.linux.admin » Unable to lookup host registered in hosts file

Vorheriges Thema: problems with grub
Nächstes Thema: cron script won't run