<?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: resolver problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/resolver-problem/m-p/2420682#M598249</link>
    <description>I didn't try explicitly patching this, because I assumed that it would be &lt;BR /&gt;included in the March Patch Cluster (since that's fairly new).&lt;BR /&gt;&lt;BR /&gt;Can you tell me what patch number to download, as I don't have a 10.20 box &lt;BR /&gt;available.&lt;BR /&gt;&lt;BR /&gt;Also, are we trying to fix nslookup specifically, or all name resolution, as &lt;BR /&gt;the latter is what I'm actually after.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.&lt;BR /&gt;--Aaron</description>
    <pubDate>Tue, 04 Apr 2000 03:41:11 GMT</pubDate>
    <dc:creator>Aaron Weber_1</dc:creator>
    <dc:date>2000-04-04T03:41:11Z</dc:date>
    <item>
      <title>resolver problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/resolver-problem/m-p/2420678#M598245</link>
      <description>My network address resolution seems to quit after the first "option" in &lt;BR /&gt;nsswitch.conf.&lt;BR /&gt;&lt;BR /&gt;For example, if I use:&lt;BR /&gt;hosts:  files dns&lt;BR /&gt;I can resolve all my "local" machines that are entered in the /etc/hosts file, &lt;BR /&gt;but NO machines registered with the DNS server(s).&lt;BR /&gt;&lt;BR /&gt;If I use:&lt;BR /&gt;hosts:  dns files&lt;BR /&gt;I can resolve anything the DNS server "knows", but none of the info in the &lt;BR /&gt;/etc/hosts file is used!&lt;BR /&gt;&lt;BR /&gt;I even tried explicitly entering the "rule" between the two, and this did not &lt;BR /&gt;help!&lt;BR /&gt;&lt;BR /&gt;Any Help is much appreciated!&lt;BR /&gt;&lt;BR /&gt;HPUX 11.0 with 'March Patch Cluster' is installed.&lt;BR /&gt;&lt;BR /&gt;--AJ</description>
      <pubDate>Thu, 30 Mar 2000 10:26:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/resolver-problem/m-p/2420678#M598245</guid>
      <dc:creator>Aaron Weber_1</dc:creator>
      <dc:date>2000-03-30T10:26:07Z</dc:date>
    </item>
    <item>
      <title>Re: resolver problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/resolver-problem/m-p/2420679#M598246</link>
      <description>Have you tried:&lt;BR /&gt;&lt;BR /&gt;hosts:        files [NOTFOUND=continue] dns</description>
      <pubDate>Thu, 30 Mar 2000 11:25:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/resolver-problem/m-p/2420679#M598246</guid>
      <dc:creator>Atif Malik_2</dc:creator>
      <dc:date>2000-03-30T11:25:16Z</dc:date>
    </item>
    <item>
      <title>Re: resolver problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/resolver-problem/m-p/2420680#M598247</link>
      <description>Hi Aron,&lt;BR /&gt;&lt;BR /&gt;The ability to consult more than one name service for host information is &lt;BR /&gt;called 'hostname fallback'. The default settings for the /etc/nsswitch.conf is &lt;BR /&gt;&lt;BR /&gt;hosts: dns [NOTFOUND=return] files&lt;BR /&gt;&lt;BR /&gt;..which means, it will try to resolve the hostname_to_IP by using dns, if the &lt;BR /&gt;IP is not resolved then it will finish the resolution.&lt;BR /&gt;Try doing the following to your nsswitch.conf file:&lt;BR /&gt;&lt;BR /&gt;hosts: dns [NOTFOUND=continue] files&lt;BR /&gt;&lt;BR /&gt;Hope this will help you.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;David&lt;BR /&gt;</description>
      <pubDate>Thu, 30 Mar 2000 12:12:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/resolver-problem/m-p/2420680#M598247</guid>
      <dc:creator>David Seijo_3</dc:creator>
      <dc:date>2000-03-30T12:12:54Z</dc:date>
    </item>
    <item>
      <title>Re: resolver problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/resolver-problem/m-p/2420681#M598248</link>
      <description>Aaron, I thought we had fixed this earlier&lt;BR /&gt;&lt;BR /&gt;On 11.0, nslookup was trying to find a library that was on 10.20. You can apply &lt;BR /&gt;the new BIND patch for 11.0 (version 4.9.7) that will fix this, or if you have &lt;BR /&gt;a 10.20 box, copy the nslookup from that to your 11.0 box. It will work fine.&lt;BR /&gt;&lt;BR /&gt;Did you try this?&lt;BR /&gt;&lt;BR /&gt;Berlene</description>
      <pubDate>Sun, 02 Apr 2000 08:14:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/resolver-problem/m-p/2420681#M598248</guid>
      <dc:creator>Berlene Herren_1</dc:creator>
      <dc:date>2000-04-02T08:14:42Z</dc:date>
    </item>
    <item>
      <title>Re: resolver problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/resolver-problem/m-p/2420682#M598249</link>
      <description>I didn't try explicitly patching this, because I assumed that it would be &lt;BR /&gt;included in the March Patch Cluster (since that's fairly new).&lt;BR /&gt;&lt;BR /&gt;Can you tell me what patch number to download, as I don't have a 10.20 box &lt;BR /&gt;available.&lt;BR /&gt;&lt;BR /&gt;Also, are we trying to fix nslookup specifically, or all name resolution, as &lt;BR /&gt;the latter is what I'm actually after.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.&lt;BR /&gt;--Aaron</description>
      <pubDate>Tue, 04 Apr 2000 03:41:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/resolver-problem/m-p/2420682#M598249</guid>
      <dc:creator>Aaron Weber_1</dc:creator>
      <dc:date>2000-04-04T03:41:11Z</dc:date>
    </item>
  </channel>
</rss>

