<?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: flush DNS cache? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/flush-dns-cache/m-p/4953735#M549697</link>
    <description>I could be mistaken (and someone will correct me if I'm wrong)...&lt;BR /&gt;&lt;BR /&gt;I don't recall ever seeing a way to flush DNS cache in HP-UX. The reason? I don't think an HP-UX DNS client caches anything. The DNS model doesn't account for caching on the client in any explanation I've ever read. I think that's one of those Microsoft "we're going to do things our own way" things. :)</description>
    <pubDate>Thu, 19 Jan 2006 17:09:17 GMT</pubDate>
    <dc:creator>Jeff_Traigle</dc:creator>
    <dc:date>2006-01-19T17:09:17Z</dc:date>
    <item>
      <title>flush DNS cache?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/flush-dns-cache/m-p/4953734#M549696</link>
      <description>Hello, is there a way to flush the DNS cache in hp-ux 11.11?   We get reverse lookups that fail when people are trying to connect using exceed from laptops whose IP addresses have changed.  They can still connect using xstart, but the question of flushing the DNS cache still came up.  Apparently there is a command in that other OS to ipconfig /flushdns.  People are asking, why not in HPUX?   Thanks, Dean</description>
      <pubDate>Thu, 19 Jan 2006 17:01:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/flush-dns-cache/m-p/4953734#M549696</guid>
      <dc:creator>Dean M. Durant</dc:creator>
      <dc:date>2006-01-19T17:01:46Z</dc:date>
    </item>
    <item>
      <title>Re: flush DNS cache?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/flush-dns-cache/m-p/4953735#M549697</link>
      <description>I could be mistaken (and someone will correct me if I'm wrong)...&lt;BR /&gt;&lt;BR /&gt;I don't recall ever seeing a way to flush DNS cache in HP-UX. The reason? I don't think an HP-UX DNS client caches anything. The DNS model doesn't account for caching on the client in any explanation I've ever read. I think that's one of those Microsoft "we're going to do things our own way" things. :)</description>
      <pubDate>Thu, 19 Jan 2006 17:09:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/flush-dns-cache/m-p/4953735#M549697</guid>
      <dc:creator>Jeff_Traigle</dc:creator>
      <dc:date>2006-01-19T17:09:17Z</dc:date>
    </item>
    <item>
      <title>Re: flush DNS cache?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/flush-dns-cache/m-p/4953736#M549698</link>
      <description>I also heard something like this could be done in Solaris.  Don't know if that is true or not.</description>
      <pubDate>Thu, 19 Jan 2006 17:13:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/flush-dns-cache/m-p/4953736#M549698</guid>
      <dc:creator>Dean M. Durant</dc:creator>
      <dc:date>2006-01-19T17:13:07Z</dc:date>
    </item>
    <item>
      <title>Re: flush DNS cache?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/flush-dns-cache/m-p/4953737#M549699</link>
      <description>Note, I was referring to an HP-UX client. Now there is such a thing as a cache only DNS server on HP-UX and you *can* flush that cache. See the following thread:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=65348" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=65348&lt;/A&gt;</description>
      <pubDate>Thu, 19 Jan 2006 17:16:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/flush-dns-cache/m-p/4953737#M549699</guid>
      <dc:creator>Jeff_Traigle</dc:creator>
      <dc:date>2006-01-19T17:16:45Z</dc:date>
    </item>
    <item>
      <title>Re: flush DNS cache?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/flush-dns-cache/m-p/4953738#M549700</link>
      <description>Indeed, the HP-UX DNS resolver code does not include any caching, so there is nothing to flush.  And indeed, one can simulate some of the behaviour of other platform's resolver caches by running a local caching-only name server.&lt;BR /&gt;&lt;BR /&gt;Now, one _might_ consider /etc/hosts a form of cache, and "flushing" that would involve the use of an editor :)  The extent to which that is involved depends on your /etc/nsswitch.conf file.</description>
      <pubDate>Thu, 19 Jan 2006 20:38:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/flush-dns-cache/m-p/4953738#M549700</guid>
      <dc:creator>rick jones</dc:creator>
      <dc:date>2006-01-19T20:38:21Z</dc:date>
    </item>
    <item>
      <title>Re: flush DNS cache?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/flush-dns-cache/m-p/4953739#M549701</link>
      <description>If you run a BIND 9.2.0 or newer name server, you can flush the cache with rndc flush. With older name servers, you need to kill the name server and restart it to flush the cache. You can do that in one fell swoop with rndc restart or rndc exec.&lt;BR /&gt;&lt;BR /&gt;Clearing the cache is really a side effect of killing the name server, since BIND name servers only store cached data in memory. Since restarting the name server takes time, especially if the name server is authoritative for many zones, rndc flush is a better option.&lt;BR /&gt;&lt;BR /&gt;If you run multiple views on your BIND 9.2.0 or newer name server, you can flush the cache in only one view using rndc flush viewname. For example:&lt;BR /&gt;&lt;BR /&gt;# rndc flush internal&lt;BR /&gt;BIND 9.3.0 will support flushing all of the records attached to a particular domain name with rndc flushname. For example:&lt;BR /&gt;&lt;BR /&gt;# rndc flushname cnn.com&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Thu, 19 Jan 2006 22:11:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/flush-dns-cache/m-p/4953739#M549701</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2006-01-19T22:11:56Z</dc:date>
    </item>
    <item>
      <title>Re: flush DNS cache?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/flush-dns-cache/m-p/4953740#M549702</link>
      <description>These are all good, useful answers. Thanks.</description>
      <pubDate>Fri, 20 Jan 2006 08:18:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/flush-dns-cache/m-p/4953740#M549702</guid>
      <dc:creator>Dean M. Durant</dc:creator>
      <dc:date>2006-01-20T08:18:23Z</dc:date>
    </item>
  </channel>
</rss>

