<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: A class DNS query in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/a-class-dns-query/m-p/3254546#M569313</link>
    <description>Hi Martin,&lt;BR /&gt;&lt;BR /&gt; This sounds like a configuration issue to me. The nslookup is just proving that the record does not exist, I'd suspect some errors during startup of named.Can you show me your /etc/named.conf entry on your nameserver for your root hints file? Can you also show me the file you are using for your root hints file, ex. db.cache.&lt;BR /&gt;&lt;BR /&gt;When you issue nslookup, are you on the dns server? Can you point nslookup to the dns server you are setting up and get it to respond?&lt;BR /&gt;&lt;BR /&gt;&amp;gt;nslookup&lt;BR /&gt;&amp;gt; server name_of_dns_server&lt;BR /&gt;&amp;gt; dns0.sonera.grx.&lt;BR /&gt;&lt;BR /&gt;Can you show me the named messages when your nameserver starts up from syslog.log? Just grep named out of your syslog.log file.  &lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;I will not be available to check your response for the rest of today, you may want to open a case with the HP response center and provide them w/ the data from your nameserver for assistance. I can check on your message on Friday. &lt;BR /&gt;&lt;BR /&gt;Todd&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 22 Apr 2004 12:13:58 GMT</pubDate>
    <dc:creator>Todd Whitcher</dc:creator>
    <dc:date>2004-04-22T12:13:58Z</dc:date>
    <item>
      <title>A class DNS query</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/a-class-dns-query/m-p/3254540#M569307</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;My DNS always have the following alerts in syslog. Kindly anyone in here can tell me what happened.&lt;BR /&gt;-----------------------------------------------&lt;BR /&gt;Apr 21 15:11:11 DNS02 named[9529]: ns_req: no address for root server&lt;BR /&gt;Apr 21 15:11:11 DNS02 named[9529]: sysquery: no addrs found for root NS ()&lt;BR /&gt;Apr 21 15:11:25 DNS02 named[9529]: sysquery: no addrs found for root NS (dns0.sonera.grx)&lt;BR /&gt;Apr 21 15:11:25 DNS02 named[9529]: sysquery: no addrs found for root NS (dns1.sonera.grx)&lt;BR /&gt;Apr 21 15:11:25 DNS02 named[9529]: ns_req: no address for root server&lt;BR /&gt;Apr 21 15:11:25 DNS02 named[9529]: sysquery: no addrs found for root NS ()&lt;BR /&gt;Apr 21 15:11:58 DNS02 named[9529]: sysquery: no addrs found for root NS (dns0.sonera.grx)&lt;BR /&gt;Apr 21 15:11:58 DNS02 named[9529]: sysquery: no addrs found for root NS (dns1.sonera.grx)&lt;BR /&gt;----------------------------------------------&lt;BR /&gt;&lt;BR /&gt;Thank you.&lt;BR /&gt;&lt;BR /&gt;martin</description>
      <pubDate>Wed, 21 Apr 2004 02:39:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/a-class-dns-query/m-p/3254540#M569307</guid>
      <dc:creator>Martin Hui</dc:creator>
      <dc:date>2004-04-21T02:39:30Z</dc:date>
    </item>
    <item>
      <title>Re: A class DNS query</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/a-class-dns-query/m-p/3254541#M569308</link>
      <description>Hallo Martin, try to read this:&lt;BR /&gt;&lt;A href="http://www.intac.com/~cdp/cptd-faq/section6.html#root" target="_blank"&gt;http://www.intac.com/~cdp/cptd-faq/section6.html#root&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://www.reedmedia.net/misc/dns/errors.html" target="_blank"&gt;http://www.reedmedia.net/misc/dns/errors.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I don't know if these will be usefull...&lt;BR /&gt;&lt;BR /&gt;Bye&lt;BR /&gt;&lt;BR /&gt;RGDS&lt;BR /&gt;&lt;BR /&gt;Mauro&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 21 Apr 2004 04:11:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/a-class-dns-query/m-p/3254541#M569308</guid>
      <dc:creator>Mauro Gatti</dc:creator>
      <dc:date>2004-04-21T04:11:30Z</dc:date>
    </item>
    <item>
      <title>Re: A class DNS query</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/a-class-dns-query/m-p/3254542#M569309</link>
      <description>Hi Martin,&lt;BR /&gt;&lt;BR /&gt; That message indicates you are missing or have a corrupt entry for the Address record for the dns0 nameserver in your root hints file. You should have a NS record for the root server and a A record for it.&lt;BR /&gt;&lt;BR /&gt;Something like this:&lt;BR /&gt;&lt;BR /&gt;.               99999999        IN      NS      dns0.sonera.grx.&lt;BR /&gt;dns0.sonera.grx.      99999999        IN      A       ip_of_dns0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Hope that helps, check your root hints file which can be called anything but is typically called db.cache. Reference your named.conf file to see what your root hints line is pointing to. &lt;BR /&gt;&lt;BR /&gt;ex&lt;BR /&gt;zone "." {&lt;BR /&gt;        type hint;&lt;BR /&gt;        file "db.cache";&lt;BR /&gt;};&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Todd&lt;BR /&gt;</description>
      <pubDate>Wed, 21 Apr 2004 07:02:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/a-class-dns-query/m-p/3254542#M569309</guid>
      <dc:creator>Todd Whitcher</dc:creator>
      <dc:date>2004-04-21T07:02:33Z</dc:date>
    </item>
    <item>
      <title>Re: A class DNS query</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/a-class-dns-query/m-p/3254543#M569310</link>
      <description>Hi Tod,&lt;BR /&gt;&lt;BR /&gt;We have done more or less the samething as you said except that we use 3600000 instead of 99999999.&lt;BR /&gt;&lt;BR /&gt;After changing the hint file, we stopped/started the named in yesterday afternoon&lt;BR /&gt;&lt;BR /&gt;However, when we checked the syslog tody, we found that same alerts were caputed in this early morning.&lt;BR /&gt;&lt;BR /&gt;Do you have any clue?&lt;BR /&gt;&lt;BR /&gt;I also have another question. &lt;BR /&gt;&lt;BR /&gt;Our root DNS set the TTL differently for both NS and A records.&lt;BR /&gt;&lt;BR /&gt;From the captured data, our root DNS provider set the TTL = 1 day in A record and TTL = 2 days in NS record.&lt;BR /&gt;&lt;BR /&gt;Will this cause my DNS have such alerts after the TTL expires?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Martin</description>
      <pubDate>Thu, 22 Apr 2004 03:48:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/a-class-dns-query/m-p/3254543#M569310</guid>
      <dc:creator>Martin Hui</dc:creator>
      <dc:date>2004-04-22T03:48:16Z</dc:date>
    </item>
    <item>
      <title>Re: A class DNS query</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/a-class-dns-query/m-p/3254544#M569311</link>
      <description>Hi Martin,&lt;BR /&gt; &lt;BR /&gt; I dont see a problem w/ having different time to live (ttl) for your A and NS records, typically they are the same. The errors are still indicating the same issue, you can't get a A record for dns0 or dns1. &lt;BR /&gt;&lt;BR /&gt;Since the message says no address found for root name server dns1.sonera.grx what happens when you look up that server from the system logging those messages?&lt;BR /&gt;&lt;BR /&gt;You can use nslookup or dig to test.&lt;BR /&gt;&lt;BR /&gt;nslookup &lt;BR /&gt;&amp;gt; set q=A&lt;BR /&gt;&amp;gt; dns0.sonera.grx&lt;BR /&gt;&lt;BR /&gt;You should get the address records returned, note which nameserver answers your query.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; dns1.sonera.grx&lt;BR /&gt;&lt;BR /&gt;Next test to see if dns1 and dns0 return in your name server query, note which nameserver answers the query. &lt;BR /&gt;&lt;BR /&gt;&amp;gt; set q=NS&lt;BR /&gt;&amp;gt; sonera.grx&lt;BR /&gt;&lt;BR /&gt;I would expect to see dns1 and dns0 returned. &lt;BR /&gt;&lt;BR /&gt;Hope that helps,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 22 Apr 2004 06:35:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/a-class-dns-query/m-p/3254544#M569311</guid>
      <dc:creator>Todd Whitcher</dc:creator>
      <dc:date>2004-04-22T06:35:49Z</dc:date>
    </item>
    <item>
      <title>Re: A class DNS query</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/a-class-dns-query/m-p/3254545#M569312</link>
      <description>Hi Todd,&lt;BR /&gt;&lt;BR /&gt;I did what you described. When i did the followings:-&lt;BR /&gt;&lt;BR /&gt;-------------&lt;BR /&gt;&lt;BR /&gt;Next test to see if dns1 and dns0 return in your name server query, note which nameserver answers the query. &lt;BR /&gt;&lt;BR /&gt;&amp;gt; set q=NS&lt;BR /&gt;&amp;gt; sonera.grx&lt;BR /&gt;&lt;BR /&gt;-------------&lt;BR /&gt;&lt;BR /&gt;I could not see dns1 and dns0 returned. Instead, my dns prompted me with:&lt;BR /&gt;&lt;BR /&gt;""can't find sonera.grx: non-existent host/domain.""&lt;BR /&gt;&lt;BR /&gt;What should i do next?? HELP!!&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Thu, 22 Apr 2004 11:06:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/a-class-dns-query/m-p/3254545#M569312</guid>
      <dc:creator>Martin Hui</dc:creator>
      <dc:date>2004-04-22T11:06:31Z</dc:date>
    </item>
    <item>
      <title>Re: A class DNS query</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/a-class-dns-query/m-p/3254546#M569313</link>
      <description>Hi Martin,&lt;BR /&gt;&lt;BR /&gt; This sounds like a configuration issue to me. The nslookup is just proving that the record does not exist, I'd suspect some errors during startup of named.Can you show me your /etc/named.conf entry on your nameserver for your root hints file? Can you also show me the file you are using for your root hints file, ex. db.cache.&lt;BR /&gt;&lt;BR /&gt;When you issue nslookup, are you on the dns server? Can you point nslookup to the dns server you are setting up and get it to respond?&lt;BR /&gt;&lt;BR /&gt;&amp;gt;nslookup&lt;BR /&gt;&amp;gt; server name_of_dns_server&lt;BR /&gt;&amp;gt; dns0.sonera.grx.&lt;BR /&gt;&lt;BR /&gt;Can you show me the named messages when your nameserver starts up from syslog.log? Just grep named out of your syslog.log file.  &lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;I will not be available to check your response for the rest of today, you may want to open a case with the HP response center and provide them w/ the data from your nameserver for assistance. I can check on your message on Friday. &lt;BR /&gt;&lt;BR /&gt;Todd&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 22 Apr 2004 12:13:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/a-class-dns-query/m-p/3254546#M569313</guid>
      <dc:creator>Todd Whitcher</dc:creator>
      <dc:date>2004-04-22T12:13:58Z</dc:date>
    </item>
    <item>
      <title>Re: A class DNS query</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/a-class-dns-query/m-p/3254547#M569314</link>
      <description>Hi Todd,&lt;BR /&gt;&lt;BR /&gt;The same thing happened to me again today.&lt;BR /&gt;&lt;BR /&gt;Here is the snapshot on my /etc/named.conf&lt;BR /&gt;-----------&lt;BR /&gt;zone "." {&lt;BR /&gt;        type hint;&lt;BR /&gt;        file "root.hint";&lt;BR /&gt;};&lt;BR /&gt;-----------&lt;BR /&gt;File "root.hint" looks like as below:-&lt;BR /&gt;-----------&lt;BR /&gt;.       99999999        IN      NS      DNS0.SONERA.GRX.&lt;BR /&gt;.       99999999        IN      NS      DNS1.SONERA.GRX.&lt;BR /&gt;.       99999999        IN      NS      DNS2.SONERA.GRX.&lt;BR /&gt;DNS0.SONERA.GRX.        99999999        IN      A       194.215.72.38&lt;BR /&gt;DNS1.SONERA.GRX.        99999999        IN      A       194.215.72.69&lt;BR /&gt;DNS2.SONERA.GRX.        99999999        IN      A       194.215.72.141&lt;BR /&gt;--------------&lt;BR /&gt;When i test the followings again:-&lt;BR /&gt;--------------&lt;BR /&gt;&amp;gt; set q=A&lt;BR /&gt;&amp;gt; dns0.sonera.grx&lt;BR /&gt;--------------&lt;BR /&gt;we got the following output from local DNS.&lt;BR /&gt;------------------------------------------&lt;BR /&gt;&amp;gt; set q=A&lt;BR /&gt;&amp;gt; dns0.sonera.grx&lt;BR /&gt;Server:  dns01.oam.com&lt;BR /&gt;Address:  192.168.1.3&lt;BR /&gt;&lt;BR /&gt;*** dns01.oam.com can't find dns0.sonera.grx: Non-existent host/domain&lt;BR /&gt;-------------------------------------------&lt;BR /&gt;syslog.log alert&lt;BR /&gt;---------------------------------------&lt;BR /&gt;Apr 23 17:10:28 DNS01 named[26523]: sysquery: no addrs found for root NS (dns0.sonera.grx)&lt;BR /&gt;Apr 23 17:11:33 DNS01 named[26523]: sysquery: no addrs found for root NS (dns2.sonera.grx)&lt;BR /&gt;Apr 23 17:11:33 DNS01 named[26523]: sysquery: no addrs found for root NS (dns0.sonera.grx)&lt;BR /&gt;Apr 23 17:11:33 DNS01 named[26523]: sysquery: no addrs found for root NS (dns2.sonera.grx)&lt;BR /&gt;Apr 23 17:11:33 DNS01 named[26523]: sysquery: no addrs found for root NS ()&lt;BR /&gt;--------------------------------------------&lt;BR /&gt;&lt;BR /&gt;As i mentioned before, the TTL for A and NS record is different. This thing was happened when the A record information was expired in our local DNS.&lt;BR /&gt;&lt;BR /&gt;Please find the following logs.&lt;BR /&gt;&lt;BR /&gt;Before A record TTL expires, we have the following:-&lt;BR /&gt;---------------------------------&lt;BR /&gt;Got answer (129 bytes):&lt;BR /&gt;    HEADER:&lt;BR /&gt;        opcode = QUERY, id = 45435, rcode = NOERROR&lt;BR /&gt;        header flags:  response, want recursion, recursion avail.&lt;BR /&gt;        questions = 1,  answers = 3,  authority records = 0,  additional = 3&lt;BR /&gt;&lt;BR /&gt;    QUESTIONS:&lt;BR /&gt;        (root), type = NS, class = IN&lt;BR /&gt;    ANSWERS:&lt;BR /&gt;    -&amp;gt;  (root)&lt;BR /&gt;        type = NS, class = IN, dlen = 17&lt;BR /&gt;        nameserver = dns1.sonera.grx&lt;BR /&gt;        ttl = 92426 (1d1h40m26s)&lt;BR /&gt;    -&amp;gt;  (root)&lt;BR /&gt;        type = NS, class = IN, dlen = 7&lt;BR /&gt;        nameserver = dns2.sonera.grx&lt;BR /&gt;        ttl = 92426 (1d1h40m26s)&lt;BR /&gt;    -&amp;gt;  (root)&lt;BR /&gt;        type = NS, class = IN, dlen = 7&lt;BR /&gt;        nameserver = dns0.sonera.grx&lt;BR /&gt;        ttl = 92426 (1d1h40m26s)&lt;BR /&gt;    ADDITIONAL RECORDS:&lt;BR /&gt;    -&amp;gt;  dns1.sonera.grx&lt;BR /&gt;        type = A, class = IN, dlen = 4&lt;BR /&gt;        internet address = 194.215.72.69&lt;BR /&gt;        ttl = 6026 (1h40m26s)&lt;BR /&gt;    -&amp;gt;  dns2.sonera.grx&lt;BR /&gt;        type = A, class = IN, dlen = 4&lt;BR /&gt;        internet address = 194.215.72.141&lt;BR /&gt;        ttl = 6026 (1h40m26s)&lt;BR /&gt;    -&amp;gt;  dns0.sonera.grx&lt;BR /&gt;        type = A, class = IN, dlen = 4&lt;BR /&gt;        internet address = 194.215.72.38&lt;BR /&gt;        ttl = 6026 (1h40m26s)&lt;BR /&gt;&lt;BR /&gt;------------&lt;BR /&gt;Non-authoritative answer:&lt;BR /&gt;(root)&lt;BR /&gt;        type = NS, class = IN, dlen = 17&lt;BR /&gt;        nameserver = dns1.sonera.grx&lt;BR /&gt;        ttl = 92426 (1d1h40m26s)&lt;BR /&gt;(root)&lt;BR /&gt;        type = NS, class = IN, dlen = 7&lt;BR /&gt;        nameserver = dns2.sonera.grx&lt;BR /&gt;        ttl = 92426 (1d1h40m26s)&lt;BR /&gt;(root)&lt;BR /&gt;        type = NS, class = IN, dlen = 7&lt;BR /&gt;        nameserver = dns0.sonera.grx&lt;BR /&gt;        ttl = 92426 (1d1h40m26s)&lt;BR /&gt;&lt;BR /&gt;Authoritative answers can be found from:&lt;BR /&gt;dns1.sonera.grx&lt;BR /&gt;        type = A, class = IN, dlen = 4&lt;BR /&gt;        internet address = 194.215.72.69&lt;BR /&gt;        ttl = 6026 (1h40m26s)&lt;BR /&gt;dns2.sonera.grx&lt;BR /&gt;        type = A, class = IN, dlen = 4&lt;BR /&gt;        internet address = 194.215.72.141&lt;BR /&gt;        ttl = 6026 (1h40m26s)&lt;BR /&gt;dns0.sonera.grx&lt;BR /&gt;        type = A, class = IN, dlen = 4&lt;BR /&gt;        internet address = 194.215.72.38&lt;BR /&gt;        ttl = 6026 (1h40m26s)&lt;BR /&gt;-------------------------------------------&lt;BR /&gt;&lt;BR /&gt;After the A record TTL expires, sonera IP address information was gone as seen below:-&lt;BR /&gt;&lt;BR /&gt;-------------------------------------------&lt;BR /&gt;&lt;BR /&gt;&amp;gt; .&lt;BR /&gt;Server:  dns01.oam.com&lt;BR /&gt;Address:  192.168.1.3&lt;BR /&gt;&lt;BR /&gt;;; res_nmkquery(QUERY, , IN, NS)&lt;BR /&gt;------------&lt;BR /&gt;SendRequest(), len 17&lt;BR /&gt;    HEADER:&lt;BR /&gt;        opcode = QUERY, id = 43538, rcode = NOERROR&lt;BR /&gt;        header flags:  query, want recursion&lt;BR /&gt;        questions = 1,  answers = 0,  authority records = 0,  additional = 0&lt;BR /&gt;&lt;BR /&gt;    QUESTIONS:&lt;BR /&gt;        (root), type = NS, class = IN&lt;BR /&gt;&lt;BR /&gt;------------&lt;BR /&gt;------------&lt;BR /&gt;Got answer (81 bytes):&lt;BR /&gt;    HEADER:&lt;BR /&gt;        opcode = QUERY, id = 43538, rcode = NOERROR&lt;BR /&gt;        header flags:  response, want recursion, recursion avail.&lt;BR /&gt;        questions = 1,  answers = 3,  authority records = 0,  additional = 0&lt;BR /&gt;&lt;BR /&gt;    QUESTIONS:&lt;BR /&gt;        (root), type = NS, class = IN&lt;BR /&gt;    ANSWERS:&lt;BR /&gt;    -&amp;gt;  (root)&lt;BR /&gt;        type = NS, class = IN, dlen = 17&lt;BR /&gt;        nameserver = dns2.sonera.grx&lt;BR /&gt;        ttl = 85498 (23h44m58s)&lt;BR /&gt;    -&amp;gt;  (root)&lt;BR /&gt;        type = NS, class = IN, dlen = 7&lt;BR /&gt;        nameserver = dns0.sonera.grx&lt;BR /&gt;        ttl = 85498 (23h44m58s)&lt;BR /&gt;    -&amp;gt;  (root)&lt;BR /&gt;        type = NS, class = IN, dlen = 7&lt;BR /&gt;        nameserver = dns1.sonera.grx&lt;BR /&gt;        ttl = 85498 (23h44m58s)&lt;BR /&gt;&lt;BR /&gt;------------&lt;BR /&gt;Non-authoritative answer:&lt;BR /&gt;(root)&lt;BR /&gt;        type = NS, class = IN, dlen = 17&lt;BR /&gt;        nameserver = dns2.sonera.grx&lt;BR /&gt;        ttl = 85498 (23h44m58s)&lt;BR /&gt;(root)&lt;BR /&gt;        type = NS, class = IN, dlen = 7&lt;BR /&gt;        nameserver = dns0.sonera.grx&lt;BR /&gt;        ttl = 85498 (23h44m58s)&lt;BR /&gt;(root)&lt;BR /&gt;        type = NS, class = IN, dlen = 7&lt;BR /&gt;        nameserver = dns1.sonera.grx&lt;BR /&gt;        ttl = 85498 (23h44m58s)&lt;BR /&gt;&amp;gt; &lt;BR /&gt;------------------------------&lt;BR /&gt;&lt;BR /&gt;Another interesting question why our DNS cannot over-ride our root DNS TTL even we have used 999999999.&lt;BR /&gt;&lt;BR /&gt;Thank you in advance for your help over the past few days.&lt;BR /&gt;&lt;BR /&gt;martin</description>
      <pubDate>Fri, 23 Apr 2004 04:33:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/a-class-dns-query/m-p/3254547#M569314</guid>
      <dc:creator>Martin Hui</dc:creator>
      <dc:date>2004-04-23T04:33:34Z</dc:date>
    </item>
    <item>
      <title>Re: A class DNS query</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/a-class-dns-query/m-p/3254548#M569315</link>
      <description>Hi Martin,&lt;BR /&gt;&lt;BR /&gt; That is interesting. I broke out the O'Reilly DNS book 4th edition pg 69 and took a look at the ttl description since I was under the impression it was not needed anymore. This is what it states:&lt;BR /&gt;&lt;BR /&gt;"What are the 3600000s for? Thats an explicit time to live for the records in the file. In older versions of this file, this number was 99999999. Since the contents of thsi file were originally cached, the name server needed to know how long to keep those records active. 99999999 seconds was just a very long time-the root name server data was to be kept in cache for as long as the server ran. &lt;BR /&gt;&lt;THIS is="" the="" interesting="" line=""&gt;&lt;BR /&gt;Since the name server now stores this data in a special place and does'nt discard it if it times out, the TTL is unnecessary. But it is not harmfull to have the 3600000s, and it makes for interesting BIND folklore when you pass responsibility to the next name server administor. &lt;BR /&gt;&lt;BR /&gt;So there appears to be an issue w/ your nameserver timing out your root hints records when it should not be. What version of bind are you running on your system?&lt;BR /&gt;&lt;BR /&gt;&lt;/THIS&gt;</description>
      <pubDate>Fri, 23 Apr 2004 06:52:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/a-class-dns-query/m-p/3254548#M569315</guid>
      <dc:creator>Todd Whitcher</dc:creator>
      <dc:date>2004-04-23T06:52:32Z</dc:date>
    </item>
    <item>
      <title>Re: A class DNS query</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/a-class-dns-query/m-p/3254549#M569316</link>
      <description>Martin, &lt;BR /&gt;&lt;BR /&gt; Another thought is that your getting the ttl from the dns0 dns1 dns2 directly. Try to point dig at the dns0 dns1 and dns2 nameservers and query for the root nameservers or for their A and NS records. Its possible a SOA record may be overwriting the TTL? I'm not sure.&lt;BR /&gt;&lt;BR /&gt;- dig @dns0.sonera.grx . NS&lt;BR /&gt;- dig @dns1.sonera.grx . NS&lt;BR /&gt;- dig @dns2.sonera.grx . NS&lt;BR /&gt;&lt;BR /&gt;Test w/ A records and NS records also, see if your getting conflicint TTL's.&lt;BR /&gt;&lt;BR /&gt;- dig @dns0.sonera.grx dns0.sonera.grx A&lt;BR /&gt;- dig @dns1.sonera.grx dns1.sonera.grx A&lt;BR /&gt;&lt;BR /&gt;etc.&lt;BR /&gt;&lt;BR /&gt;Test each one and see if you are getting some conflicting TTL for your A records etc. &lt;BR /&gt;&lt;BR /&gt;Possibly one of the root nameservers is providing the short TTL and hosing things up?&lt;BR /&gt;&lt;BR /&gt;Hope that helps,&lt;BR /&gt;&lt;BR /&gt;Todd&lt;BR /&gt;</description>
      <pubDate>Fri, 23 Apr 2004 07:19:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/a-class-dns-query/m-p/3254549#M569316</guid>
      <dc:creator>Todd Whitcher</dc:creator>
      <dc:date>2004-04-23T07:19:35Z</dc:date>
    </item>
    <item>
      <title>Re: A class DNS query</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/a-class-dns-query/m-p/3254550#M569317</link>
      <description>Hi Todd,&lt;BR /&gt;&lt;BR /&gt;Can you show me how to use "point dig" with an illustrating example? i never use this before. &lt;BR /&gt;&lt;BR /&gt;- dig @dns0.sonera.grx . NS ??&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;martin&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 23 Apr 2004 10:10:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/a-class-dns-query/m-p/3254550#M569317</guid>
      <dc:creator>Martin Hui</dc:creator>
      <dc:date>2004-04-23T10:10:58Z</dc:date>
    </item>
    <item>
      <title>Re: A class DNS query</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/a-class-dns-query/m-p/3254551#M569318</link>
      <description>You can use the @server_name to point dns to dns0 dns1 etc.&lt;BR /&gt;&lt;BR /&gt;For example:&lt;BR /&gt;&lt;BR /&gt;I'm going to query the hp nameserver &lt;A href="http://www.atl.hp.com" target="_blank"&gt;www.atl.hp.com&lt;/A&gt; for the nameserver records for google.com. I use the following command.&lt;BR /&gt;&lt;BR /&gt;# dig @&lt;A href="http://www.atl.hp.com" target="_blank"&gt;www.atl.hp.com&lt;/A&gt; google.com NS&lt;BR /&gt;&lt;BR /&gt;dig @&lt;A href="http://www.atl.hp.com" target="_blank"&gt;www.atl.hp.com&lt;/A&gt; google.com. NS&lt;BR /&gt;&lt;BR /&gt;; &amp;lt;&amp;lt;&amp;gt;&amp;gt; DiG named 9.2.0 &amp;lt;&amp;lt;&amp;gt;&amp;gt; @&lt;A href="http://www.atl.hp.com" target="_blank"&gt;www.atl.hp.com&lt;/A&gt; google.com. NS&lt;BR /&gt;;; global options:  printcmd&lt;BR /&gt;;; Got answer:&lt;BR /&gt;;; -&amp;gt;&amp;gt;HEADER&amp;lt;&amp;lt;- opcode: QUERY, status: NOERROR, id: 3211&lt;BR /&gt;;; flags: qr rd ra; QUERY: 1, ANSWER: 4, AUTHORITY: 0, ADDITIONAL: 4&lt;BR /&gt;&lt;BR /&gt;;; QUESTION SECTION:&lt;BR /&gt;;google.com.                    IN      NS&lt;BR /&gt;&lt;BR /&gt;;; ANSWER SECTION:&lt;BR /&gt;google.com.             288180  IN      NS      ns4.google.com.&lt;BR /&gt;google.com.             288180  IN      NS      ns1.google.com.&lt;BR /&gt;google.com.             288180  IN      NS      ns2.google.com.&lt;BR /&gt;google.com.             288180  IN      NS      ns3.google.com.&lt;BR /&gt;&lt;BR /&gt;;; ADDITIONAL SECTION:&lt;BR /&gt;ns1.google.com.         113540  IN      A       216.239.32.10&lt;BR /&gt;ns2.google.com.         335396  IN      A       216.239.34.10&lt;BR /&gt;ns3.google.com.         113547  IN      A       216.239.36.10&lt;BR /&gt;ns4.google.com.         96563   IN      A       216.239.38.10&lt;BR /&gt;&lt;BR /&gt;;; Query time: 16 msec&lt;BR /&gt;;; SERVER: 15.51.240.8#53(&lt;A href="http://www.atl.hp.com)" target="_blank"&gt;www.atl.hp.com)&lt;/A&gt;&lt;BR /&gt;;; WHEN: Fri Apr 23 11:35:25 2004&lt;BR /&gt;;; MSG SIZE  rcvd: 164&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Lets say I want to know what my nameserver has as the root nameservers ( whats in its root hints file). I can just put a "." in the query.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Show me the root "." nameservers&lt;BR /&gt;&lt;BR /&gt;#dig @&lt;A href="http://www.atl.hp.com" target="_blank"&gt;www.atl.hp.com&lt;/A&gt; . NS          &lt;BR /&gt;&lt;BR /&gt;; &amp;lt;&amp;lt;&amp;gt;&amp;gt; DiG named 9.2.0 &amp;lt;&amp;lt;&amp;gt;&amp;gt; @&lt;A href="http://www.atl.hp.com" target="_blank"&gt;www.atl.hp.com&lt;/A&gt; . ns&lt;BR /&gt;;; global options:  printcmd&lt;BR /&gt;;; Got answer:&lt;BR /&gt;;; -&amp;gt;&amp;gt;HEADER&amp;lt;&amp;lt;- opcode: QUERY, status: NOERROR, id: 16146&lt;BR /&gt;;; flags: qr rd ra; QUERY: 1, ANSWER: 13, AUTHORITY: 0, ADDITIONAL: 0&lt;BR /&gt;&lt;BR /&gt;;; QUESTION SECTION:&lt;BR /&gt;;.                              IN      NS&lt;BR /&gt;&lt;BR /&gt;;; ANSWER SECTION:&lt;BR /&gt;.                       351317  IN      NS      E.ROOT-SERVERS.NET.&lt;BR /&gt;.                       351317  IN      NS      F.ROOT-SERVERS.NET.&lt;BR /&gt;.                       351317  IN      NS      G.ROOT-SERVERS.NET.&lt;BR /&gt;.                       351317  IN      NS      H.ROOT-SERVERS.NET.&lt;BR /&gt;.                       351317  IN      NS      I.ROOT-SERVERS.NET.&lt;BR /&gt;.                       351317  IN      NS      J.ROOT-SERVERS.NET.&lt;BR /&gt;.                       351317  IN      NS      K.ROOT-SERVERS.NET.&lt;BR /&gt;.                       351317  IN      NS      L.ROOT-SERVERS.NET.&lt;BR /&gt;.                       351317  IN      NS      M.ROOT-SERVERS.NET.&lt;BR /&gt;.                       351317  IN      NS      A.ROOT-SERVERS.NET.&lt;BR /&gt;.                       351317  IN      NS      B.ROOT-SERVERS.NET.&lt;BR /&gt;.                       351317  IN      NS      C.ROOT-SERVERS.NET.&lt;BR /&gt;.                       351317  IN      NS      D.ROOT-SERVERS.NET.&lt;BR /&gt;&lt;BR /&gt;;; Query time: 11 msec&lt;BR /&gt;;; SERVER: 15.51.240.8#53(&lt;A href="http://www.atl.hp.com)" target="_blank"&gt;www.atl.hp.com)&lt;/A&gt;&lt;BR /&gt;;; WHEN: Fri Apr 23 11:37:24 2004&lt;BR /&gt;;; MSG SIZE  rcvd: 228&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Does this help?&lt;BR /&gt;&lt;BR /&gt;Todd&lt;BR /&gt;</description>
      <pubDate>Fri, 23 Apr 2004 10:21:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/a-class-dns-query/m-p/3254551#M569318</guid>
      <dc:creator>Todd Whitcher</dc:creator>
      <dc:date>2004-04-23T10:21:03Z</dc:date>
    </item>
    <item>
      <title>Re: A class DNS query</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/a-class-dns-query/m-p/3254552#M569319</link>
      <description>Hi Todd,&lt;BR /&gt;&lt;BR /&gt;I finished with use "dig point". Can you see any conflict from the result?&lt;BR /&gt;&lt;BR /&gt;# dig @dns0.sonera.grx. NS&lt;BR /&gt;&lt;BR /&gt;; &amp;lt;&amp;lt;&amp;gt;&amp;gt; DiG 8.3 &amp;lt;&amp;lt;&amp;gt;&amp;gt; @dns0.sonera.grx. NS &lt;BR /&gt;; (1 server found)&lt;BR /&gt;;; res options: init recurs defnam dnsrch&lt;BR /&gt;;; got answer:&lt;BR /&gt;;; -&amp;gt;&amp;gt;HEADER&amp;lt;&amp;lt;- opcode: QUERY, status: NOERROR, id: 6&lt;BR /&gt;;; flags: qr aa rd; QUERY: 1, ANSWER: 3, AUTHORITY: 0, ADDITIONAL: 3&lt;BR /&gt;;; QUERY SECTION:&lt;BR /&gt;;;      ., type = NS, class = IN&lt;BR /&gt;&lt;BR /&gt;;; ANSWER SECTION:&lt;BR /&gt;.                       2D IN NS        dns1.sonera.grx.&lt;BR /&gt;.                       2D IN NS        dns2.sonera.grx.&lt;BR /&gt;.                       2D IN NS        dns0.sonera.grx.&lt;BR /&gt;&lt;BR /&gt;;; ADDITIONAL SECTION:&lt;BR /&gt;dns0.sonera.grx.        1D IN A         194.215.72.38&lt;BR /&gt;dns1.sonera.grx.        1D IN A         194.215.72.69&lt;BR /&gt;dns2.sonera.grx.        1D IN A         194.215.72.141&lt;BR /&gt;&lt;BR /&gt;;; Total query time: 265 msec&lt;BR /&gt;;; FROM: DNS01 to SERVER: dns0.sonera.grx.  194.215.72.38&lt;BR /&gt;;; WHEN: Fri Apr 23 23:35:52 2004&lt;BR /&gt;;; MSG SIZE  sent: 17  rcvd: 129&lt;BR /&gt;&lt;BR /&gt;# dig @dns1.sonera.grx. NS&lt;BR /&gt;&lt;BR /&gt;; &amp;lt;&amp;lt;&amp;gt;&amp;gt; DiG 8.3 &amp;lt;&amp;lt;&amp;gt;&amp;gt; @dns1.sonera.grx. NS &lt;BR /&gt;; (1 server found)&lt;BR /&gt;;; res options: init recurs defnam dnsrch&lt;BR /&gt;;; got answer:&lt;BR /&gt;;; -&amp;gt;&amp;gt;HEADER&amp;lt;&amp;lt;- opcode: QUERY, status: NOERROR, id: 6&lt;BR /&gt;;; flags: qr aa rd; QUERY: 1, ANSWER: 3, AUTHORITY: 0, ADDITIONAL: 3&lt;BR /&gt;;; QUERY SECTION:&lt;BR /&gt;;;      ., type = NS, class = IN&lt;BR /&gt;&lt;BR /&gt;;; ANSWER SECTION:&lt;BR /&gt;.                       2D IN NS        dns2.sonera.grx.&lt;BR /&gt;.                       2D IN NS        dns0.sonera.grx.&lt;BR /&gt;.                       2D IN NS        dns1.sonera.grx.&lt;BR /&gt;&lt;BR /&gt;;; ADDITIONAL SECTION:&lt;BR /&gt;dns0.sonera.grx.        1D IN A         194.215.72.38&lt;BR /&gt;dns1.sonera.grx.        1D IN A         194.215.72.69&lt;BR /&gt;dns2.sonera.grx.        1D IN A         194.215.72.141&lt;BR /&gt;&lt;BR /&gt;;; Total query time: 238 msec&lt;BR /&gt;;; FROM: DNS01 to SERVER: dns1.sonera.grx.  194.215.72.69&lt;BR /&gt;;; WHEN: Fri Apr 23 23:36:12 2004&lt;BR /&gt;;; MSG SIZE  sent: 17  rcvd: 129&lt;BR /&gt;&lt;BR /&gt;# dig @dns2.sonera.grx. NS&lt;BR /&gt;&lt;BR /&gt;; &amp;lt;&amp;lt;&amp;gt;&amp;gt; DiG 8.3 &amp;lt;&amp;lt;&amp;gt;&amp;gt; @dns2.sonera.grx. NS &lt;BR /&gt;; (1 server found)&lt;BR /&gt;;; res options: init recurs defnam dnsrch&lt;BR /&gt;;; got answer:&lt;BR /&gt;;; -&amp;gt;&amp;gt;HEADER&amp;lt;&amp;lt;- opcode: QUERY, status: NOERROR, id: 6&lt;BR /&gt;;; flags: qr aa rd; QUERY: 1, ANSWER: 3, AUTHORITY: 0, ADDITIONAL: 3&lt;BR /&gt;;; QUERY SECTION:&lt;BR /&gt;;;      ., type = NS, class = IN&lt;BR /&gt;&lt;BR /&gt;;; ANSWER SECTION:&lt;BR /&gt;.                       2D IN NS        dns1.sonera.grx.&lt;BR /&gt;.                       2D IN NS        dns2.sonera.grx.&lt;BR /&gt;.                       2D IN NS        dns0.sonera.grx.&lt;BR /&gt;&lt;BR /&gt;;; ADDITIONAL SECTION:&lt;BR /&gt;dns1.sonera.grx.        1D IN A         194.215.72.69&lt;BR /&gt;dns2.sonera.grx.        1D IN A         194.215.72.141&lt;BR /&gt;dns0.sonera.grx.        1D IN A         194.215.72.38&lt;BR /&gt;&lt;BR /&gt;;; Total query time: 221 msec&lt;BR /&gt;;; FROM: DNS01 to SERVER: dns2.sonera.grx.  194.215.72.141&lt;BR /&gt;;; WHEN: Fri Apr 23 23:36:56 2004&lt;BR /&gt;;; MSG SIZE  sent: 17  rcvd: 129&lt;BR /&gt;&lt;BR /&gt;# dig @dns0.sonera.grx dns0.sonera.grx A&lt;BR /&gt;&lt;BR /&gt;; &amp;lt;&amp;lt;&amp;gt;&amp;gt; DiG 8.3 &amp;lt;&amp;lt;&amp;gt;&amp;gt; @dns0.sonera.grx dns0.sonera.grx A &lt;BR /&gt;; (1 server found)&lt;BR /&gt;;; res options: init recurs defnam dnsrch&lt;BR /&gt;;; got answer:&lt;BR /&gt;;; -&amp;gt;&amp;gt;HEADER&amp;lt;&amp;lt;- opcode: QUERY, status: NOERROR, id: 6&lt;BR /&gt;;; flags: qr aa rd; QUERY: 1, ANSWER: 1, AUTHORITY: 3, ADDITIONAL: 2&lt;BR /&gt;;; QUERY SECTION:&lt;BR /&gt;;;      dns0.sonera.grx, type = A, class = IN&lt;BR /&gt;&lt;BR /&gt;;; ANSWER SECTION:&lt;BR /&gt;dns0.sonera.grx.        1D IN A         194.215.72.38&lt;BR /&gt;&lt;BR /&gt;;; AUTHORITY SECTION:&lt;BR /&gt;sonera.grx.             1D IN NS        dns2.sonera.grx.&lt;BR /&gt;sonera.grx.             1D IN NS        dns0.sonera.grx.&lt;BR /&gt;sonera.grx.             1D IN NS        dns1.sonera.grx.&lt;BR /&gt;&lt;BR /&gt;;; ADDITIONAL SECTION:&lt;BR /&gt;dns1.sonera.grx.        1D IN A         194.215.72.69&lt;BR /&gt;dns2.sonera.grx.        1D IN A         194.215.72.141&lt;BR /&gt;&lt;BR /&gt;;; Total query time: 265 msec&lt;BR /&gt;;; FROM: DNS01 to SERVER: dns0.sonera.grx  194.215.72.38&lt;BR /&gt;;; WHEN: Fri Apr 23 23:39:39 2004&lt;BR /&gt;;; MSG SIZE  sent: 33  rcvd: 133&lt;BR /&gt;&lt;BR /&gt;# dig @dns1.sonera.grx dns1.sonera.grx A&lt;BR /&gt;&lt;BR /&gt;; &amp;lt;&amp;lt;&amp;gt;&amp;gt; DiG 8.3 &amp;lt;&amp;lt;&amp;gt;&amp;gt; @dns1.sonera.grx dns1.sonera.grx A &lt;BR /&gt;; (1 server found)&lt;BR /&gt;;; res options: init recurs defnam dnsrch&lt;BR /&gt;;; got answer:&lt;BR /&gt;;; -&amp;gt;&amp;gt;HEADER&amp;lt;&amp;lt;- opcode: QUERY, status: NOERROR, id: 6&lt;BR /&gt;;; flags: qr aa rd; QUERY: 1, ANSWER: 1, AUTHORITY: 3, ADDITIONAL: 2&lt;BR /&gt;;; QUERY SECTION:&lt;BR /&gt;;;      dns1.sonera.grx, type = A, class = IN&lt;BR /&gt;&lt;BR /&gt;;; ANSWER SECTION:&lt;BR /&gt;dns1.sonera.grx.        1D IN A         194.215.72.69&lt;BR /&gt;&lt;BR /&gt;;; AUTHORITY SECTION:&lt;BR /&gt;sonera.grx.             1D IN NS        dns2.sonera.grx.&lt;BR /&gt;sonera.grx.             1D IN NS        dns0.sonera.grx.&lt;BR /&gt;sonera.grx.             1D IN NS        dns1.sonera.grx.&lt;BR /&gt;&lt;BR /&gt;;; ADDITIONAL SECTION:&lt;BR /&gt;dns0.sonera.grx.        1D IN A         194.215.72.38&lt;BR /&gt;dns2.sonera.grx.        1D IN A         194.215.72.141&lt;BR /&gt;&lt;BR /&gt;;; Total query time: 5237 msec&lt;BR /&gt;;; FROM: DNS01 to SERVER: dns1.sonera.grx  194.215.72.69&lt;BR /&gt;;; WHEN: Fri Apr 23 23:40:23 2004&lt;BR /&gt;;; MSG SIZE  sent: 33  rcvd: 133&lt;BR /&gt;&lt;BR /&gt;# dig @dns2.sonera.grx dns2.sonera.grx A&lt;BR /&gt;&lt;BR /&gt;; &amp;lt;&amp;lt;&amp;gt;&amp;gt; DiG 8.3 &amp;lt;&amp;lt;&amp;gt;&amp;gt; @dns2.sonera.grx dns2.sonera.grx A &lt;BR /&gt;; (1 server found)&lt;BR /&gt;;; res options: init recurs defnam dnsrch&lt;BR /&gt;;; got answer:&lt;BR /&gt;;; -&amp;gt;&amp;gt;HEADER&amp;lt;&amp;lt;- opcode: QUERY, status: NOERROR, id: 6&lt;BR /&gt;;; flags: qr aa rd; QUERY: 1, ANSWER: 1, AUTHORITY: 3, ADDITIONAL: 3&lt;BR /&gt;;; QUERY SECTION:&lt;BR /&gt;;;      dns2.sonera.grx, type = A, class = IN&lt;BR /&gt;&lt;BR /&gt;;; ANSWER SECTION:&lt;BR /&gt;dns2.sonera.grx.        1D IN A         194.215.72.141&lt;BR /&gt;&lt;BR /&gt;;; AUTHORITY SECTION:&lt;BR /&gt;sonera.grx.             1D IN NS        dns0.sonera.grx.&lt;BR /&gt;sonera.grx.             1D IN NS        dns1.sonera.grx.&lt;BR /&gt;sonera.grx.             1D IN NS        dns2.sonera.grx.&lt;BR /&gt;&lt;BR /&gt;;; ADDITIONAL SECTION:&lt;BR /&gt;dns0.sonera.grx.        1D IN A         194.215.72.38&lt;BR /&gt;dns1.sonera.grx.        1D IN A         194.215.72.69&lt;BR /&gt;dns2.sonera.grx.        1D IN A         194.215.72.141&lt;BR /&gt;&lt;BR /&gt;;; Total query time: 222 msec&lt;BR /&gt;;; FROM: DNS01 to SERVER: dns2.sonera.grx  194.215.72.141&lt;BR /&gt;;; WHEN: Fri Apr 23 23:40:57 2004&lt;BR /&gt;;; MSG SIZE  sent: 33  rcvd: 159&lt;BR /&gt;&lt;BR /&gt;Please advice.&lt;BR /&gt;&lt;BR /&gt;Many thanks.&lt;BR /&gt;&lt;BR /&gt;martin</description>
      <pubDate>Fri, 23 Apr 2004 10:47:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/a-class-dns-query/m-p/3254552#M569319</guid>
      <dc:creator>Martin Hui</dc:creator>
      <dc:date>2004-04-23T10:47:59Z</dc:date>
    </item>
    <item>
      <title>Re: A class DNS query</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/a-class-dns-query/m-p/3254553#M569320</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Does anyone know how to obtain Database Dump so that i can see what my DNS has for the authoritative data and cache entries.&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;&lt;BR /&gt;martin</description>
      <pubDate>Mon, 26 Apr 2004 02:24:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/a-class-dns-query/m-p/3254553#M569320</guid>
      <dc:creator>Martin Hui</dc:creator>
      <dc:date>2004-04-26T02:24:03Z</dc:date>
    </item>
    <item>
      <title>Re: A class DNS query</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/a-class-dns-query/m-p/3254554#M569321</link>
      <description>Hi Martin,&lt;BR /&gt; &lt;BR /&gt; Sorry I did not have time to take a look at your post on Friday. I think you are on the right track by taking a database dump. Depending on the version of DNS you can use the rndc command to dump the database. Use the dumpdb option, from the man page for rndc. &lt;BR /&gt;dumpdb         Dump the current contents of the&lt;BR /&gt;                                         cache into the file specified by&lt;BR /&gt;                                         the dump-file directive of the&lt;BR /&gt;                                         options statement in the&lt;BR /&gt;                                         configuration file, named.conf.  If&lt;BR /&gt;                                         the dump-file directive is not&lt;BR /&gt;                                         specified, the cache data is dumped&lt;BR /&gt;                                         to the named_dump.db file in the&lt;BR /&gt;                                         directory specified by the&lt;BR /&gt;                                         directory directive of the options&lt;BR /&gt;                                         statement in the named.conf&lt;BR /&gt;                                         configuration file.&lt;BR /&gt;&lt;BR /&gt;What I would also suggest is doing a network trace to find out where you are getting the answer to your queries with the shorter time to live value. &lt;BR /&gt;&lt;BR /&gt;You can use the nettl command to run the trace and you can read it with the netfmt command or if you have ethereal you can read it with that program. The ethereal program is more user friendly than netfmt. &lt;BR /&gt;&lt;BR /&gt;To take the trace use this command.&lt;BR /&gt;&lt;BR /&gt;nettl -tn pduin pduout -e ns_ls_ip -tm 99999 -f trace&lt;BR /&gt;&lt;BR /&gt;Then use dig etc. to lookup your A records for your root nameservers.&lt;BR /&gt;&lt;BR /&gt;Stop the trace&lt;BR /&gt;&lt;BR /&gt;nettl -tf -e all&lt;BR /&gt;&lt;BR /&gt;You will have a a output file(S) called trace.TRCXXX file which is in binary, you can format it with netfmt or with ethereal. &lt;BR /&gt;&lt;BR /&gt;IF you are going to use netfmt to read the data you can create the following filter file.&lt;BR /&gt;&lt;BR /&gt;# cat filter_file&lt;BR /&gt;filter udp_sport 53&lt;BR /&gt;filter udp_dport 53&lt;BR /&gt;&lt;BR /&gt;Then format the trace with netfmt like so:&lt;BR /&gt;&lt;BR /&gt;netfmt -Nnlf trace.TRCXXX -c filter &amp;gt; trace.out &lt;BR /&gt;&lt;BR /&gt;You can use vi etc. to read the trace.out file. If you have ethereal you can set up a similar filter. You can get ethereal at &lt;A href="http://www.ethereal.com" target="_blank"&gt;www.ethereal.com&lt;/A&gt; &lt;BR /&gt;&lt;BR /&gt;udp.srcport == 53 or udp.dstport == 53&lt;BR /&gt;&lt;BR /&gt;I suspect that you are getting some bad information from one of your nameservers, checking the cache is a good idea also. The only note I have on that is to be sure you have HP's latest version of BIND 9.2 release 5.0 since there was a problem with dumping whats called the adb cache ( additional database cache ) You can download the latest rev. under software.hp.com.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=BIND9.2" target="_blank"&gt;http://software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=BIND9.2&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I will not be readily available this week to respond to this forums post but I will try to keep up with it. &lt;BR /&gt;&lt;BR /&gt;Good Luck&lt;BR /&gt;&lt;BR /&gt;Todd&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 26 Apr 2004 06:43:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/a-class-dns-query/m-p/3254554#M569321</guid>
      <dc:creator>Todd Whitcher</dc:creator>
      <dc:date>2004-04-26T06:43:20Z</dc:date>
    </item>
    <item>
      <title>Re: A class DNS query</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/a-class-dns-query/m-p/3254555#M569322</link>
      <description>Hi Todd,&lt;BR /&gt;&lt;BR /&gt;After my root DNS provider set the TTL for both IS and A records to the same, my DNS has not prompted me with alerts.&lt;BR /&gt;&lt;BR /&gt;Interesting??&lt;BR /&gt;&lt;BR /&gt;Thank you.&lt;BR /&gt;&lt;BR /&gt;martin</description>
      <pubDate>Sat, 01 May 2004 03:29:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/a-class-dns-query/m-p/3254555#M569322</guid>
      <dc:creator>Martin Hui</dc:creator>
      <dc:date>2004-05-01T03:29:02Z</dc:date>
    </item>
    <item>
      <title>Re: A class DNS query</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/a-class-dns-query/m-p/3254556#M569323</link>
      <description>Martin,&lt;BR /&gt;&lt;BR /&gt;Glad to hear its working. I have not run into that issue before, but in my experience I have not seen the records set to different values. I'm glad it resolved your problem...for now. &lt;BR /&gt;&lt;BR /&gt;Todd</description>
      <pubDate>Mon, 03 May 2004 08:14:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/a-class-dns-query/m-p/3254556#M569323</guid>
      <dc:creator>Todd Whitcher</dc:creator>
      <dc:date>2004-05-03T08:14:54Z</dc:date>
    </item>
  </channel>
</rss>

