<?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 name resolution problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-name-resolution-problem/m-p/2724333#M584713</link>
    <description>oh dear!&lt;BR /&gt;&lt;BR /&gt;I think I have found the problem...&lt;BR /&gt;&lt;BR /&gt;the renamed map file (db.&lt;NETWORK&gt; to named.boot) was left by myself in the named.data directory, so the named daemon could not find it on startup. &lt;BR /&gt;&lt;BR /&gt;I have moved it to its correct location in /etc and have rebooted. Hopefully this should resolve the problem.&lt;BR /&gt;&lt;BR /&gt;thanks for everyones help! much appreciated &lt;BR /&gt;&lt;BR /&gt;john&lt;/NETWORK&gt;</description>
    <pubDate>Wed, 15 May 2002 11:47:29 GMT</pubDate>
    <dc:creator>u856100</dc:creator>
    <dc:date>2002-05-15T11:47:29Z</dc:date>
    <item>
      <title>DNS name resolution problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-name-resolution-problem/m-p/2724327#M584707</link>
      <description>Chaps and girls,&lt;BR /&gt;&lt;BR /&gt;I have just set up dns on two test machines (primary and secondary). What I would like to accomplish is some sort of confidence in the updating process (for host name resolution) as our network is regularly being updated (addition and removal) with hp servers. &lt;BR /&gt;&lt;BR /&gt;so... I have set up a primary and secondary DNS server. I make changes to the etc/hosts file on the prim (remove server 'N') and then run hosts_to_named -f /etc/named.data/param. After this I run sig_named restart on the prim. I have modified the db.XXX.XXX.XXX network map so that refreshes occur every minute (just for test purposes). But when I try to ping this networked server, the resolve is taking place and I get a response (using the alias for the ping command).&lt;BR /&gt;&lt;BR /&gt;I have checked the /etc/nsswitch.conf file which I have set to return if the entry is not found in DNS. Just for elimination purposes, the entry has also been removed from /etc/hosts and NIS host map entries.&lt;BR /&gt;&lt;BR /&gt;any suggestions out there?&lt;BR /&gt;Am I missing something fundamental (probably)&lt;BR /&gt;&lt;BR /&gt;thanks in advance&lt;BR /&gt;&lt;BR /&gt;John</description>
      <pubDate>Wed, 15 May 2002 10:38:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-name-resolution-problem/m-p/2724327#M584707</guid>
      <dc:creator>u856100</dc:creator>
      <dc:date>2002-05-15T10:38:57Z</dc:date>
    </item>
    <item>
      <title>Re: DNS name resolution problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-name-resolution-problem/m-p/2724328#M584708</link>
      <description>Hi.&lt;BR /&gt;&lt;BR /&gt;Are both DNS servers in your /etc/resolv.conf ?&lt;BR /&gt;&lt;BR /&gt;C.</description>
      <pubDate>Wed, 15 May 2002 10:43:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-name-resolution-problem/m-p/2724328#M584708</guid>
      <dc:creator>Clemens van Everdingen</dc:creator>
      <dc:date>2002-05-15T10:43:05Z</dc:date>
    </item>
    <item>
      <title>Re: DNS name resolution problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-name-resolution-problem/m-p/2724329#M584709</link>
      <description>hi,&lt;BR /&gt;try this&lt;BR /&gt;#nslookup&lt;BR /&gt;&amp;gt;server "your_primary_server_ip"&lt;BR /&gt;&amp;gt;oldserver.yourdomain.com ( give that server name )&lt;BR /&gt;The reply should not come for that name.&lt;BR /&gt;check the forward zone file db.yourdomain.com&lt;BR /&gt;whether that entry has been deleted or not.&lt;BR /&gt;see /var/adm/syslog/syslog.log that the named&lt;BR /&gt;has restarted or not due to your signal.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;U.SivaKumar&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 15 May 2002 10:55:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-name-resolution-problem/m-p/2724329#M584709</guid>
      <dc:creator>U.SivaKumar_2</dc:creator>
      <dc:date>2002-05-15T10:55:07Z</dc:date>
    </item>
    <item>
      <title>Re: DNS name resolution problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-name-resolution-problem/m-p/2724330#M584710</link>
      <description>I don't exactly understand your problem ... but&lt;BR /&gt;to debug DNS, try something like this (insteady of ping):&lt;BR /&gt;&lt;BR /&gt;$ nslookup -d2&lt;BR /&gt;&amp;gt; set type=any&lt;BR /&gt;&amp;gt; name.ofyourhost.com.&lt;BR /&gt;&lt;BR /&gt;Check the results to &lt;BR /&gt;1) figure out where the resover got the name &lt;BR /&gt;(e.g. DNS, NIS, FILES).&lt;BR /&gt;2) check the serial number of the zone, to make sure you are in fact looking at the current zone&lt;BR /&gt;3) check to see if you're getting the right answer.&lt;BR /&gt;&lt;BR /&gt;In addition, after the "set type=any" directive, you can issue a directive like&lt;BR /&gt;&amp;gt; server name.ofyourprimarydnsserver.com&lt;BR /&gt;&amp;gt; name.ofyourhost.com.&lt;BR /&gt;to check the primary&lt;BR /&gt;and then&lt;BR /&gt;&amp;gt; server name.ofyoursecondaryserver.com&lt;BR /&gt;&amp;gt; name.ofyourhost.com.&lt;BR /&gt;to see what the secondary thinks.&lt;BR /&gt;&lt;BR /&gt;If you're using older version of bind ( &amp;lt;8 ) then when you change the zone file on the primary, you have to either restart the secondary to get it to see the updated zone or&lt;BR /&gt;you have to wait up to refresh seconds to pick up the updated zone.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 15 May 2002 11:00:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-name-resolution-problem/m-p/2724330#M584710</guid>
      <dc:creator>Christopher Caldwell</dc:creator>
      <dc:date>2002-05-15T11:00:32Z</dc:date>
    </item>
    <item>
      <title>Re: DNS name resolution problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-name-resolution-problem/m-p/2724331#M584711</link>
      <description>Crikey, that was quick!&lt;BR /&gt;&lt;BR /&gt;Clemens,&lt;BR /&gt;&lt;BR /&gt;yes, they are both in there.&lt;BR /&gt;&lt;BR /&gt;U,&lt;BR /&gt;&lt;BR /&gt;good suggestions, with your help I have managed to get it half working, however, when using the hosts_to_named command the secondary server updates immediately which is OK, but does not increment its serial number.&lt;BR /&gt;&lt;BR /&gt;i.e.&lt;BR /&gt;The secondary server db.&lt;NETWORK&gt; file updates OK and replicates the new hosts list but does not increment its own serial number. So I assume this file will always see the primary db.&lt;NETWORK&gt; map as being new.&lt;BR /&gt;&lt;BR /&gt;thanks for your help so far! &lt;BR /&gt;&lt;BR /&gt;john&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/NETWORK&gt;&lt;/NETWORK&gt;</description>
      <pubDate>Wed, 15 May 2002 11:07:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-name-resolution-problem/m-p/2724331#M584711</guid>
      <dc:creator>u856100</dc:creator>
      <dc:date>2002-05-15T11:07:57Z</dc:date>
    </item>
    <item>
      <title>Re: DNS name resolution problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-name-resolution-problem/m-p/2724332#M584712</link>
      <description>The secondary gets its serial number from the primary, either via&lt;BR /&gt;# sig_named restart &lt;BR /&gt;on the secondary&lt;BR /&gt;or&lt;BR /&gt;waiting for at most refresh seconds on the secondary.</description>
      <pubDate>Wed, 15 May 2002 11:25:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-name-resolution-problem/m-p/2724332#M584712</guid>
      <dc:creator>Christopher Caldwell</dc:creator>
      <dc:date>2002-05-15T11:25:09Z</dc:date>
    </item>
    <item>
      <title>Re: DNS name resolution problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-name-resolution-problem/m-p/2724333#M584713</link>
      <description>oh dear!&lt;BR /&gt;&lt;BR /&gt;I think I have found the problem...&lt;BR /&gt;&lt;BR /&gt;the renamed map file (db.&lt;NETWORK&gt; to named.boot) was left by myself in the named.data directory, so the named daemon could not find it on startup. &lt;BR /&gt;&lt;BR /&gt;I have moved it to its correct location in /etc and have rebooted. Hopefully this should resolve the problem.&lt;BR /&gt;&lt;BR /&gt;thanks for everyones help! much appreciated &lt;BR /&gt;&lt;BR /&gt;john&lt;/NETWORK&gt;</description>
      <pubDate>Wed, 15 May 2002 11:47:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-name-resolution-problem/m-p/2724333#M584713</guid>
      <dc:creator>u856100</dc:creator>
      <dc:date>2002-05-15T11:47:29Z</dc:date>
    </item>
  </channel>
</rss>

