<?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: Tracing DNS requests in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/tracing-dns-requests/m-p/2871022#M98474</link>
    <description>As I said in the previous note, I could not determine why my servers were still hitting it either.&lt;BR /&gt;&lt;BR /&gt;Turning off named on the old server caused the clients to only use the new one.  They did not have much choice.</description>
    <pubDate>Fri, 27 Dec 2002 20:04:15 GMT</pubDate>
    <dc:creator>John Bolene</dc:creator>
    <dc:date>2002-12-27T20:04:15Z</dc:date>
    <item>
      <title>Tracing DNS requests</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tracing-dns-requests/m-p/2871017#M98469</link>
      <description>Hey folks -&lt;BR /&gt;&lt;BR /&gt;We're trying to decomission a DNS server and (with tracing on) still find other servers requesting DNS info from it.&lt;BR /&gt;&lt;BR /&gt;We've made sure /etc/resolv.conf DOES NOT point to the server we're trying to decomission, but the server still (at least once a day) queries DNS on it.&lt;BR /&gt;&lt;BR /&gt;Is there a way (besides using nettl) to turn on some kind of tracing on the server that's making the requests?  I'm still trying to understand why a server would make DNS requests to a system that's not even in its resolve.conf&lt;BR /&gt;&lt;BR /&gt;Thanks!</description>
      <pubDate>Fri, 27 Dec 2002 18:52:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tracing-dns-requests/m-p/2871017#M98469</guid>
      <dc:creator>Jon Guidry</dc:creator>
      <dc:date>2002-12-27T18:52:10Z</dc:date>
    </item>
    <item>
      <title>Re: Tracing DNS requests</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tracing-dns-requests/m-p/2871018#M98470</link>
      <description>Have you checked the /etc/hosts files for the IP address of the old DNS server? It could be accessed by a different node name in the /etc/hosts file.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;Marty</description>
      <pubDate>Fri, 27 Dec 2002 19:05:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tracing-dns-requests/m-p/2871018#M98470</guid>
      <dc:creator>Martin Johnson</dc:creator>
      <dc:date>2002-12-27T19:05:10Z</dc:date>
    </item>
    <item>
      <title>Re: Tracing DNS requests</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tracing-dns-requests/m-p/2871019#M98471</link>
      <description>Nope, the only thing in the /etc/hosts file is localhost and the server itself.</description>
      <pubDate>Fri, 27 Dec 2002 19:07:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tracing-dns-requests/m-p/2871019#M98471</guid>
      <dc:creator>Jon Guidry</dc:creator>
      <dc:date>2002-12-27T19:07:05Z</dc:date>
    </item>
    <item>
      <title>Re: Tracing DNS requests</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tracing-dns-requests/m-p/2871020#M98472</link>
      <description>Sure do a sig_named debug 1 to turn it on&lt;BR /&gt;&lt;BR /&gt;sig_named debug 0 to turn it off&lt;BR /&gt;&lt;BR /&gt;I found that dns is a strange beast.&lt;BR /&gt;&lt;BR /&gt;Trying to move dns servers and everyone points to the new server does not mean that it is still not using the old server.&lt;BR /&gt;&lt;BR /&gt;I had to shutdown named on the old server before the clients would use the new one.  I never could find out where they were cached.  Even a reboot of the client did not help, they still tried to access the old server until the old server did not exist.  It was like somewhere they said, I hit this one last time, I'll try it again.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 27 Dec 2002 19:12:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tracing-dns-requests/m-p/2871020#M98472</guid>
      <dc:creator>John Bolene</dc:creator>
      <dc:date>2002-12-27T19:12:50Z</dc:date>
    </item>
    <item>
      <title>Re: Tracing DNS requests</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tracing-dns-requests/m-p/2871021#M98473</link>
      <description>We already have tracing turned on - on the DNS server that we're decomissioning.  What's wierd is that the target (problem) server only requests once or twice a day from this DNS server.  We can tell this from the log.&lt;BR /&gt;&lt;BR /&gt;The only thing I'm wondering is if there's some way of tracing on the other machine (the one that's making the request of the DNS server).  Since on this target machine, the soon-to-be-dead DNS server is NOT in resolv.conf, we can't figure out why it's going to it.&lt;BR /&gt;&lt;BR /&gt;Any more ideas?  &lt;BR /&gt;</description>
      <pubDate>Fri, 27 Dec 2002 19:31:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tracing-dns-requests/m-p/2871021#M98473</guid>
      <dc:creator>Jon Guidry</dc:creator>
      <dc:date>2002-12-27T19:31:26Z</dc:date>
    </item>
    <item>
      <title>Re: Tracing DNS requests</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tracing-dns-requests/m-p/2871022#M98474</link>
      <description>As I said in the previous note, I could not determine why my servers were still hitting it either.&lt;BR /&gt;&lt;BR /&gt;Turning off named on the old server caused the clients to only use the new one.  They did not have much choice.</description>
      <pubDate>Fri, 27 Dec 2002 20:04:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tracing-dns-requests/m-p/2871022#M98474</guid>
      <dc:creator>John Bolene</dc:creator>
      <dc:date>2002-12-27T20:04:15Z</dc:date>
    </item>
    <item>
      <title>Re: Tracing DNS requests</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tracing-dns-requests/m-p/2871023#M98475</link>
      <description>Do you see something like&lt;BR /&gt;"datagram from [x.x.x.x]" in /var/tmp/named.run file, after you turned on debug mode?&lt;BR /&gt;&lt;BR /&gt;The above told you where the request is coming from.&lt;BR /&gt;&lt;BR /&gt;You may want to check with your NT folks to see if they added your DNS as a forwarder in theirs.</description>
      <pubDate>Fri, 27 Dec 2002 20:04:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tracing-dns-requests/m-p/2871023#M98475</guid>
      <dc:creator>Wilfred Chau_1</dc:creator>
      <dc:date>2002-12-27T20:04:56Z</dc:date>
    </item>
  </channel>
</rss>

