Operating System - HP-UX
1837921 Members
7016 Online
110124 Solutions
New Discussion

MAXQUERIES exceeded in syslog.log

 
B.O. CHOI
Occasional Advisor

MAXQUERIES exceeded in syslog.log

Below is syslog.log messages
Does any one know to remove this messages...

hostname:/var/adm/syslog# grep MAX syslog.log | tail -10
:
:
Sep 10 16:07:29 hostname named[23701]: MAXQUERIES exceeded, possible data loop in
resolving (auto.search.msn.com)
Sep 10 16:07:31 hostname named[23701]: MAXQUERIES exceeded, possible data loop in
resolving (auto.search.msn.com)
Sep 10 16:22:27 hostname named[23701]: MAXQUERIES exceeded, possible data loop in
resolving ()
Sep 10 16:27:20 hostname named[23701]: MAXQUERIES exceeded, possible data loop in
resolving ()
Sep 10 16:35:35 hostname named[23701]: MAXQUERIES exceeded, possible data loop in
resolving (oranamesrvr0)
Sep 10 16:35:45 hostname named[23701]: MAXQUERIES exceeded, possible data loop in
resolving (oranamesrvr2)
Sep 10 16:35:50 hostname named[23701]: MAXQUERIES exceeded, possible data loop in
resolving (oranamesrvr3)
:
:
2 REPLIES 2
U.SivaKumar_2
Honored Contributor

Re: MAXQUERIES exceeded in syslog.log

Hi,
quote:
"The error message indicates that the name server exceeded a pre-defined maximum number of queries that the developers think it should take to resolve any domain name on the Internet. Usually, you encounter this because of lame delegation: A case in which the name server for a parent zone, say com, delegates a subzone, say foo.com, to another name server, but that other name server is not in fact authoritative for foo.com. When you query the alleged foo.com name server for data in the foo.com zone, it refers you elsewhere, possibly higher up in the namespace, like back to the com servers. So you get a loop in name resolution, and a server keeping track of how many queries it's taking to resolve a name in foo.com generates that error."
Have you changed any config recently ?.

regards,
U.SivaKumar

Innovations are made when conventions are broken
B.O. CHOI
Occasional Advisor

Re: MAXQUERIES exceeded in syslog.log

I changed my parent domain server
and it worked.
Now the message do not appear.
Thanks.