Hi,
got an AIX 4.3.3 box, asking it's DNS-server about every 3-4 seconds for the name loopback.bla.org. The DNS returns a NXDomain, what is totally ok. The loopback is in the /etc/hosts and the order for namelookup is (/etc/netsvc.conf):
hosts=local,bind
That should prevent asking the DNS-server for that name. The hosts contains
127.0.0.1 localhost loopback loopback.bla.org
which is correct in my eyes too. It seems for me, that there is running some application, that doesn't use gethostbyname(), but how can i track it?
netstat and lsof won't show the DNS-requests' process, because it's so fast and short, i can't catch it by repeating the comannds very fast.
Anyone got an idea, how to find the application that is doing this DNS-request? I have not the option on this server to stop one application after another to see, which one is responsible.
Help is very welcome.
got an AIX 4.3.3 box, asking it's DNS-server about every 3-4 seconds for the name loopback.bla.org. The DNS returns a NXDomain, what is totally ok. The loopback is in the /etc/hosts and the order for namelookup is (/etc/netsvc.conf):
hosts=local,bind
That should prevent asking the DNS-server for that name. The hosts contains
127.0.0.1 localhost loopback loopback.bla.org
which is correct in my eyes too. It seems for me, that there is running some application, that doesn't use gethostbyname(), but how can i track it?
netstat and lsof won't show the DNS-requests' process, because it's so fast and short, i can't catch it by repeating the comannds very fast.
Anyone got an idea, how to find the application that is doing this DNS-request? I have not the option on this server to stop one application after another to see, which one is responsible.
Help is very welcome.