ipnodes nsswitch.conf dns delay issue
Hi,
We are facing very strange issue of dns name resolution for external hosts.
Our nsswitch.conf file was set on copy of nswitch.dns which contain the entries
#cat /etc/nsswitch.conf
hosts: files dns
ipnodes: files dns
and our /etc/resolv.conf file is problem set with DNS server and name service on system is also online
# svcs name-services
online 5:42:30 svc:/milestone/name-services:default
Now if we resolve the url gateway.westxxxxx.com by nslookup or dig command it resolve immediately.
But if we access the same url in application like
telnet gateway.westxxxxx.com 443
It take more then 6 seconds to resolve and access the service.
0