Originally posted by: SystemAdmin
Hi,
I am writing this as a cautionary note to all AIX administrators, who rely on other groups within their organisation to provide DNS.
Two weeks ago, five of our production servers became temporarily inoperable. Telnet was working, ssh connections took roughly 45 seconds, but users with specialised connections such as forks and talkmans were unable to work.
It turned out that one of our DNS servers was down; not the primary DNS server, but the secondary DNS server.
One could see that this was a DNS problem, since "ssh IP_address" and "ssh hostname.domain" both worked within seconds; but "ssh hostname" took around 45 seconds to connect.
The problem is supposed to be the testing for an IPv6 address in AIX (even though we are only running IPv4). Anyway the solution is to this problem is ensure that the /etc/netsvc.conf contains the line:
hosts=local,bind4 I am adding this message as a warning to other AIX administrators. You can check whether this would affect your systems by changing the secondary nameserver in /etc/resolv.conf to a dummy IP address. But make sure you do this on a development server, obviously.
#AIX-Forum