<?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: nslookup fails to search all DNS servers in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/nslookup-fails-to-search-all-dns-servers/m-p/3184688#M570569</link>
    <description>The NIS "trick" I don't see being the answer. The host is the NIS master which is only being used for user/group accounts. Having an entry in nsswitch.conf for hosts to seacrh NIS redundant as the maps are built from the local hosts files.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 09 Feb 2004 10:19:37 GMT</pubDate>
    <dc:creator>Norman Dignard</dc:creator>
    <dc:date>2004-02-09T10:19:37Z</dc:date>
    <item>
      <title>nslookup fails to search all DNS servers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nslookup-fails-to-search-all-dns-servers/m-p/3184683#M570564</link>
      <description>HPUX 11i server &amp;amp; NIS master, multi-homed on different domains with seperate W2K DNS servers.&lt;BR /&gt;&lt;BR /&gt;I've tried multi variations and can't seem to get ping or nslookup to work against hosts in a second domain. Doing a nslookup host server works but not nslookup host. If fails say not found in the first DNS server.&lt;BR /&gt;</description>
      <pubDate>Fri, 06 Feb 2004 12:56:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nslookup-fails-to-search-all-dns-servers/m-p/3184683#M570564</guid>
      <dc:creator>Norman Dignard</dc:creator>
      <dc:date>2004-02-06T12:56:28Z</dc:date>
    </item>
    <item>
      <title>Re: nslookup fails to search all DNS servers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nslookup-fails-to-search-all-dns-servers/m-p/3184684#M570565</link>
      <description>L.S.&lt;BR /&gt;&lt;BR /&gt;Do you have multiple DNS servers listed in your recolv.conf? How is your nsswitch.conf? &lt;BR /&gt;&lt;BR /&gt;JP.</description>
      <pubDate>Fri, 06 Feb 2004 12:59:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nslookup-fails-to-search-all-dns-servers/m-p/3184684#M570565</guid>
      <dc:creator>Jeroen Peereboom</dc:creator>
      <dc:date>2004-02-06T12:59:48Z</dc:date>
    </item>
    <item>
      <title>Re: nslookup fails to search all DNS servers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nslookup-fails-to-search-all-dns-servers/m-p/3184685#M570566</link>
      <description>To work this out you will have to modify your nsswitch.conf file&lt;BR /&gt;&lt;BR /&gt;The standard recommended HP setup will not try the secondary server in /etc/resolv.conf unless the primary is unreachable.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Fri, 06 Feb 2004 13:02:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nslookup-fails-to-search-all-dns-servers/m-p/3184685#M570566</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-02-06T13:02:52Z</dc:date>
    </item>
    <item>
      <title>Re: nslookup fails to search all DNS servers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nslookup-fails-to-search-all-dns-servers/m-p/3184686#M570567</link>
      <description>Missed from my original post -&lt;BR /&gt;my nisswitch.conf file has&lt;BR /&gt;hosts - files dns&lt;BR /&gt;&lt;BR /&gt;resolve.conf has &lt;BR /&gt;search dom1 dom2&lt;BR /&gt;nameserver DNS IP of dom1&lt;BR /&gt;nameserver DNS IP of dom2&lt;BR /&gt;</description>
      <pubDate>Fri, 06 Feb 2004 13:36:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nslookup-fails-to-search-all-dns-servers/m-p/3184686#M570567</guid>
      <dc:creator>Norman Dignard</dc:creator>
      <dc:date>2004-02-06T13:36:51Z</dc:date>
    </item>
    <item>
      <title>Re: nslookup fails to search all DNS servers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nslookup-fails-to-search-all-dns-servers/m-p/3184687#M570568</link>
      <description>Well, First off I assume when you say you can't ping to work your trying only the hostname and not the IP, otherwise it is another problem.&lt;BR /&gt;&lt;BR /&gt;With regard to DNS lookups only and resolv.conf, each server in turn is checked until one responds, no further checking is done. If you maintain a private internal DNS server and consult the external first, no internal names would be found so long as the external server was up, unless you use an NIS trick.&lt;BR /&gt;&lt;BR /&gt;You mention that you use NIS. Assuming you have a NIS host map, you are not referencing it in you nsswitch.conf file, hence NIS is never consulted. Since NIS has the capabilty to use DNS in its lookups befor it returns a result, you could consult NIS using DNS for internal names and later DNS using the external server and get a combined view.&lt;BR /&gt;&lt;BR /&gt;Another problem I see is thatyour resolve.conf specifies no actions to take pending on the status of a particular service lookup. There are defaults that come with the libraries some tools are compiled with but not all. That means you can get lookup failures with one tool and not others. It is documented in the nsswitch.conf man page but you might try a line like:&lt;BR /&gt;host: hosts [ NOTFOUND=continue ] dns [ NOTFOUND = continue ] nis&lt;BR /&gt;&lt;BR /&gt;A couple of other notes. The resolver libraries that most apps use are not used by nslookup, so this is not the best testing utility. HP also provides nsquery which does use the resolver libraries. Also, one thing important to HP is that forward and reverse lookups match, so much so that the resolver will do a forward and reverse lookup even if you only ask for a forward lookup. Having these not match will cause a lot of problems and it is one of the first things I look at when a problem comes up.</description>
      <pubDate>Fri, 06 Feb 2004 15:43:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nslookup-fails-to-search-all-dns-servers/m-p/3184687#M570568</guid>
      <dc:creator>Clay Jordan</dc:creator>
      <dc:date>2004-02-06T15:43:44Z</dc:date>
    </item>
    <item>
      <title>Re: nslookup fails to search all DNS servers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nslookup-fails-to-search-all-dns-servers/m-p/3184688#M570569</link>
      <description>The NIS "trick" I don't see being the answer. The host is the NIS master which is only being used for user/group accounts. Having an entry in nsswitch.conf for hosts to seacrh NIS redundant as the maps are built from the local hosts files.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 09 Feb 2004 10:19:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nslookup-fails-to-search-all-dns-servers/m-p/3184688#M570569</guid>
      <dc:creator>Norman Dignard</dc:creator>
      <dc:date>2004-02-09T10:19:37Z</dc:date>
    </item>
    <item>
      <title>Re: nslookup fails to search all DNS servers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nslookup-fails-to-search-all-dns-servers/m-p/3184689#M570570</link>
      <description>Norman,&lt;BR /&gt;&lt;BR /&gt;according to SEP the second DNS server will not be queried ('standard HP config').&lt;BR /&gt;&lt;BR /&gt;So what's probably happening is that the first DNS server replies a NOT FOUND. And the second DNS server (who knows the answer) isn't even queried.&lt;BR /&gt;&lt;BR /&gt;I think you'll have to instruct your 1st DNS server to forward queries to the second DNS server.&lt;BR /&gt;&lt;BR /&gt;JP</description>
      <pubDate>Mon, 09 Feb 2004 10:47:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nslookup-fails-to-search-all-dns-servers/m-p/3184689#M570570</guid>
      <dc:creator>Jeroen Peereboom</dc:creator>
      <dc:date>2004-02-09T10:47:59Z</dc:date>
    </item>
    <item>
      <title>Re: nslookup fails to search all DNS servers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nslookup-fails-to-search-all-dns-servers/m-p/3184690#M570571</link>
      <description>Your 'first' dns server needs to be able to resolve the querry. Either make it a slave for the zone from the DNS master, or forward requests for the domain to the DNS master in named.conf.</description>
      <pubDate>Mon, 16 Feb 2004 16:10:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nslookup-fails-to-search-all-dns-servers/m-p/3184690#M570571</guid>
      <dc:creator>Kevin Wright</dc:creator>
      <dc:date>2004-02-16T16:10:30Z</dc:date>
    </item>
  </channel>
</rss>

