<?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: DNS - Caching server startup in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-caching-server-startup/m-p/2723527#M584718</link>
    <description>As you have configured the&lt;BR /&gt;server to save the files to &lt;BR /&gt;disk, it will be able to &lt;BR /&gt;start.  For domains that it is &lt;BR /&gt;configured as secondary for it&lt;BR /&gt;will be able to provide&lt;BR /&gt;information at least until it &lt;BR /&gt;expires.  As it has files for these domains it may rely on &lt;BR /&gt;the files until the primary&lt;BR /&gt;is available.  &lt;BR /&gt;&lt;BR /&gt;For domains that you wish to &lt;BR /&gt;secure there is a flag which&lt;BR /&gt;will make the caching server&lt;BR /&gt;return authorative answers.&lt;BR /&gt;This will prevent your clients&lt;BR /&gt;from searching elsewhere for&lt;BR /&gt;authoriative answers, and&lt;BR /&gt;allows you to limit DNS access&lt;BR /&gt;to the caching server.</description>
    <pubDate>Wed, 15 May 2002 12:38:08 GMT</pubDate>
    <dc:creator>Bill Thorsteinson</dc:creator>
    <dc:date>2002-05-15T12:38:08Z</dc:date>
    <item>
      <title>DNS - Caching server startup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-caching-server-startup/m-p/2723523#M584714</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;I am currently in the middle of setting up DNS on a system and was a bit curious about the behaviour of the caching server should other DNS servers crash.&lt;BR /&gt;&lt;BR /&gt;I have configured the secondary DNS server using the boot.sec.save file so that data base files will be saved to local disk, hence ensuring boot up should the system go down and the primary fail to start. But what would happen to the caching server in this scenario? is this server able to start if the primary is down but the secondary is up?&lt;BR /&gt;&lt;BR /&gt;any help, suggestions towards obtaining a resolve would be much appreciated,&lt;BR /&gt;&lt;BR /&gt;thanks guys and gals&lt;BR /&gt;&lt;BR /&gt;john</description>
      <pubDate>Tue, 14 May 2002 14:01:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-caching-server-startup/m-p/2723523#M584714</guid>
      <dc:creator>u856100</dc:creator>
      <dc:date>2002-05-14T14:01:26Z</dc:date>
    </item>
    <item>
      <title>Re: DNS - Caching server startup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-caching-server-startup/m-p/2723524#M584715</link>
      <description>U85???&lt;BR /&gt;&lt;BR /&gt;I belive if you have /etc/nsswitch.conf file configure as&lt;BR /&gt;hosts: files [NOTFOUND=continue] dns &lt;BR /&gt;then you will not have any problem. &lt;BR /&gt;&lt;BR /&gt;Sachin</description>
      <pubDate>Tue, 14 May 2002 14:22:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-caching-server-startup/m-p/2723524#M584715</guid>
      <dc:creator>Sachin Patel</dc:creator>
      <dc:date>2002-05-14T14:22:43Z</dc:date>
    </item>
    <item>
      <title>Re: DNS - Caching server startup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-caching-server-startup/m-p/2723525#M584716</link>
      <description>In a truly caching only name server, the server isn't authoritative for any names.  You add the "root zone" as a database stub file.  The caching server uses the root zone to build [cache] names that you control and names that you don't control.  True caching name servers save time by locally caching queries; these servers don't perform zone transfers.&lt;BR /&gt;&lt;BR /&gt;In the case of a secondary name server, you add zones for which you are authoritative to the primary (master) server.  The secondary name server uses zone transfers to copy the zones to local files (and cache the zones in memory).&lt;BR /&gt;&lt;BR /&gt;If the primary (master) server disappears, the secondary server won't know it, unless&lt;BR /&gt;1) you restart the secondary name server&lt;BR /&gt;or&lt;BR /&gt;2) the primary is down for more than "refresh" seconds.&lt;BR /&gt;&lt;BR /&gt;The tunes are as follows:&lt;BR /&gt;1) refresh - how often a secondary checks whether it's data is up to date.&lt;BR /&gt;2) retry - refresh after the first failure to reach a primary (master).&lt;BR /&gt;3) expire - how long to keep data when the primary (master) isn't available.&lt;BR /&gt;&lt;BR /&gt;Though the secondary will provide diagnostic when the primary isn't available, the secondary won't fail to return resource records until the primary isn't available for expire seconds.</description>
      <pubDate>Tue, 14 May 2002 20:13:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-caching-server-startup/m-p/2723525#M584716</guid>
      <dc:creator>Christopher Caldwell</dc:creator>
      <dc:date>2002-05-14T20:13:50Z</dc:date>
    </item>
    <item>
      <title>Re: DNS - Caching server startup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-caching-server-startup/m-p/2723526#M584717</link>
      <description>hi,&lt;BR /&gt;In case of caching server , you can manage with non-authoritative replies up to the time the cache server refreshes depending upon the&lt;BR /&gt;TTL of the records, it had cached.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;U.SivaKumar</description>
      <pubDate>Wed, 15 May 2002 02:46:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-caching-server-startup/m-p/2723526#M584717</guid>
      <dc:creator>U.SivaKumar_2</dc:creator>
      <dc:date>2002-05-15T02:46:24Z</dc:date>
    </item>
    <item>
      <title>Re: DNS - Caching server startup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-caching-server-startup/m-p/2723527#M584718</link>
      <description>As you have configured the&lt;BR /&gt;server to save the files to &lt;BR /&gt;disk, it will be able to &lt;BR /&gt;start.  For domains that it is &lt;BR /&gt;configured as secondary for it&lt;BR /&gt;will be able to provide&lt;BR /&gt;information at least until it &lt;BR /&gt;expires.  As it has files for these domains it may rely on &lt;BR /&gt;the files until the primary&lt;BR /&gt;is available.  &lt;BR /&gt;&lt;BR /&gt;For domains that you wish to &lt;BR /&gt;secure there is a flag which&lt;BR /&gt;will make the caching server&lt;BR /&gt;return authorative answers.&lt;BR /&gt;This will prevent your clients&lt;BR /&gt;from searching elsewhere for&lt;BR /&gt;authoriative answers, and&lt;BR /&gt;allows you to limit DNS access&lt;BR /&gt;to the caching server.</description>
      <pubDate>Wed, 15 May 2002 12:38:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-caching-server-startup/m-p/2723527#M584718</guid>
      <dc:creator>Bill Thorsteinson</dc:creator>
      <dc:date>2002-05-15T12:38:08Z</dc:date>
    </item>
  </channel>
</rss>

