<?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 Question in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-question/m-p/2860448#M579835</link>
    <description>From the client's perspective, there is little difference between primary and secondary servers.  All authoritative name servers appear in the SOA record - you don't say one is primary and one is secondary.&lt;BR /&gt;&lt;BR /&gt;From the server standpoint, secondaries "pull" zones from primaries - or in more modern versions of bind, primaries can push zones to secondaries.&lt;BR /&gt;&lt;BR /&gt;It's certainly possible to configure all primaries (no secondaries) by hand building the zones on all of the relevent servers.  You'll then have to devise a mechansim to keep the zones sychronized (in the case of the primary/secondary, synchronization is handled for you).</description>
    <pubDate>Mon, 09 Dec 2002 20:42:18 GMT</pubDate>
    <dc:creator>Christopher Caldwell</dc:creator>
    <dc:date>2002-12-09T20:42:18Z</dc:date>
    <item>
      <title>DNS Question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-question/m-p/2860442#M579829</link>
      <description>Can you have two primary DNS servers instead of a primary and &lt;BR /&gt;a secondary??&lt;BR /&gt;&lt;BR /&gt;Thank You</description>
      <pubDate>Mon, 09 Dec 2002 17:57:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-question/m-p/2860442#M579829</guid>
      <dc:creator>ROSS HANSON</dc:creator>
      <dc:date>2002-12-09T17:57:11Z</dc:date>
    </item>
    <item>
      <title>Re: DNS Question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-question/m-p/2860443#M579830</link>
      <description>Technically, yes. But that would imply that you now need to keep them in sync. Any change in one's data need to be reflected in other's. Of course, I am assuming that you are talking about the same zone. If you set the other one as secondary, the zone data are transferred.&lt;BR /&gt;&lt;BR /&gt;Are you thinking of setting up split-DNS?&lt;BR /&gt;:-)&lt;BR /&gt;&lt;BR /&gt;...Manjeet</description>
      <pubDate>Mon, 09 Dec 2002 18:06:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-question/m-p/2860443#M579830</guid>
      <dc:creator>Kellogg Unix Team</dc:creator>
      <dc:date>2002-12-09T18:06:58Z</dc:date>
    </item>
    <item>
      <title>Re: DNS Question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-question/m-p/2860444#M579831</link>
      <description>Yes, The this is the design of the Internet.  But as stated earlier, this is best suited for differing zones.  Otherwise, you will have to manage synchronizing the two servers.</description>
      <pubDate>Mon, 09 Dec 2002 18:11:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-question/m-p/2860444#M579831</guid>
      <dc:creator>Byron Myers</dc:creator>
      <dc:date>2002-12-09T18:11:57Z</dc:date>
    </item>
    <item>
      <title>Re: DNS Question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-question/m-p/2860445#M579832</link>
      <description>These are not differing zones,&lt;BR /&gt;if I get your meaning.  These both will have the same information on them. But if one&lt;BR /&gt;goes down you can automatically&lt;BR /&gt;switch to the other</description>
      <pubDate>Mon, 09 Dec 2002 18:44:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-question/m-p/2860445#M579832</guid>
      <dc:creator>ROSS HANSON</dc:creator>
      <dc:date>2002-12-09T18:44:03Z</dc:date>
    </item>
    <item>
      <title>Re: DNS Question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-question/m-p/2860446#M579833</link>
      <description>OK, I got it. This is one of the ways to provide redundancy. In client's /etc/resolv.conf (and equivalent PC file), you can enter IP addresses of both servers. In case one goes down, you will be served by second server, albit with a little delay.&lt;BR /&gt;&lt;BR /&gt;...Manjeet</description>
      <pubDate>Mon, 09 Dec 2002 18:54:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-question/m-p/2860446#M579833</guid>
      <dc:creator>Kellogg Unix Team</dc:creator>
      <dc:date>2002-12-09T18:54:03Z</dc:date>
    </item>
    <item>
      <title>Re: DNS Question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-question/m-p/2860447#M579834</link>
      <description>syncronizing the servers is very easy, just set one up as secondary to the primary and have it pull its data from the primary&lt;BR /&gt;&lt;BR /&gt;with lines such as&lt;BR /&gt;&lt;BR /&gt;secondary  mydomain.com   server.ip.from.here  dirs-to-copy&lt;BR /&gt;&lt;BR /&gt;I have 2 root servers for my small internal domain which also forward internet lookups outside.&lt;BR /&gt;&lt;BR /&gt;Setting up your resolv.conf with the primary then the secondary is easy.  There is a delay in 10.20 if the primary cannot be found, but this is configurable in 11.</description>
      <pubDate>Mon, 09 Dec 2002 19:55:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-question/m-p/2860447#M579834</guid>
      <dc:creator>John Bolene</dc:creator>
      <dc:date>2002-12-09T19:55:21Z</dc:date>
    </item>
    <item>
      <title>Re: DNS Question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-question/m-p/2860448#M579835</link>
      <description>From the client's perspective, there is little difference between primary and secondary servers.  All authoritative name servers appear in the SOA record - you don't say one is primary and one is secondary.&lt;BR /&gt;&lt;BR /&gt;From the server standpoint, secondaries "pull" zones from primaries - or in more modern versions of bind, primaries can push zones to secondaries.&lt;BR /&gt;&lt;BR /&gt;It's certainly possible to configure all primaries (no secondaries) by hand building the zones on all of the relevent servers.  You'll then have to devise a mechansim to keep the zones sychronized (in the case of the primary/secondary, synchronization is handled for you).</description>
      <pubDate>Mon, 09 Dec 2002 20:42:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-question/m-p/2860448#M579835</guid>
      <dc:creator>Christopher Caldwell</dc:creator>
      <dc:date>2002-12-09T20:42:18Z</dc:date>
    </item>
    <item>
      <title>Re: DNS Question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-question/m-p/2860449#M579836</link>
      <description>Ok I admit I am slow!&lt;BR /&gt;How do you get the primary to &lt;BR /&gt;"push" to the secondary??</description>
      <pubDate>Mon, 09 Dec 2002 21:01:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-question/m-p/2860449#M579836</guid>
      <dc:creator>ROSS HANSON</dc:creator>
      <dc:date>2002-12-09T21:01:49Z</dc:date>
    </item>
    <item>
      <title>Re: DNS Question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-question/m-p/2860450#M579837</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;yes , you can have two primary DNS servers with same data.&lt;BR /&gt;&lt;BR /&gt;COnfigure DNS in two servers manually putting every entry for the same zone.&lt;BR /&gt;&lt;BR /&gt;register these servers as DNS servers for your domain in the Internet.&lt;BR /&gt;&lt;BR /&gt;This would work for static DNS environments ( No changes in DNS records ) .&lt;BR /&gt;&lt;BR /&gt;But in Large (changing) DNS environments if you add a new record to one of the DNS server then you will have to add the same to the second server also manually.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;U.SivaKumar&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 10 Dec 2002 05:34:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-question/m-p/2860450#M579837</guid>
      <dc:creator>U.SivaKumar_2</dc:creator>
      <dc:date>2002-12-10T05:34:49Z</dc:date>
    </item>
    <item>
      <title>Re: DNS Question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-question/m-p/2860451#M579838</link>
      <description>You can use cron to synch them up.  It means using NFS or CIFS or rcp or scp, to copy files from one server to the other.&lt;BR /&gt;&lt;BR /&gt;cron can then stop/start the deamon on the target server.&lt;BR /&gt;&lt;BR /&gt;I use this methodology on a NSP web hosting setup I run personally on Linux.&lt;BR /&gt;&lt;BR /&gt;For real realiability though, I should have the second DNS server at a different physical location.&lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Tue, 10 Dec 2002 16:07:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-question/m-p/2860451#M579838</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2002-12-10T16:07:04Z</dc:date>
    </item>
  </channel>
</rss>

