<?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 dns lookup problem(hp ux 11i) in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-lookup-problem-hp-ux-11i/m-p/3119481#M150488</link>
    <description>hello admins,&lt;BR /&gt;        i faced a problem while i was configuring internet on my server.when i specified my dns server ip address in the dns/bind section of my SAM utility, it was found that the server on the next boot took almost an eternity to completly boot.Infact some of the daemons like nis client failed while booting.the cde login screen took another epoch to appear.&lt;BR /&gt;       finally i realised it was the problem with wrong order for host name lookup in nsswitch.by default it was dns,nis,/etc/hosts in the mentioned order.So ,i placed /etc/hosts as the first lookup for hostname assuming it would solve the problem.&lt;BR /&gt;    Well it solved only half my problem ,that is it solved my slow booting problem,But,the very purpose of DNS entry was lost....I mean i couldn't browse.I tried pinging &lt;A href="http://www.altavista.com" target="_blank"&gt;www.altavista.com&lt;/A&gt; from command prompt to no vail.it simply says unknown host...&lt;BR /&gt;       is there any solution to this...&lt;BR /&gt;&lt;BR /&gt;senthil</description>
    <pubDate>Fri, 14 Nov 2003 09:04:25 GMT</pubDate>
    <dc:creator>Senthil Kumar .A_1</dc:creator>
    <dc:date>2003-11-14T09:04:25Z</dc:date>
    <item>
      <title>dns lookup problem(hp ux 11i)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-lookup-problem-hp-ux-11i/m-p/3119481#M150488</link>
      <description>hello admins,&lt;BR /&gt;        i faced a problem while i was configuring internet on my server.when i specified my dns server ip address in the dns/bind section of my SAM utility, it was found that the server on the next boot took almost an eternity to completly boot.Infact some of the daemons like nis client failed while booting.the cde login screen took another epoch to appear.&lt;BR /&gt;       finally i realised it was the problem with wrong order for host name lookup in nsswitch.by default it was dns,nis,/etc/hosts in the mentioned order.So ,i placed /etc/hosts as the first lookup for hostname assuming it would solve the problem.&lt;BR /&gt;    Well it solved only half my problem ,that is it solved my slow booting problem,But,the very purpose of DNS entry was lost....I mean i couldn't browse.I tried pinging &lt;A href="http://www.altavista.com" target="_blank"&gt;www.altavista.com&lt;/A&gt; from command prompt to no vail.it simply says unknown host...&lt;BR /&gt;       is there any solution to this...&lt;BR /&gt;&lt;BR /&gt;senthil</description>
      <pubDate>Fri, 14 Nov 2003 09:04:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-lookup-problem-hp-ux-11i/m-p/3119481#M150488</guid>
      <dc:creator>Senthil Kumar .A_1</dc:creator>
      <dc:date>2003-11-14T09:04:25Z</dc:date>
    </item>
    <item>
      <title>Re: dns lookup problem(hp ux 11i)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-lookup-problem-hp-ux-11i/m-p/3119482#M150489</link>
      <description>/etc/hosts is the best one to have first in /etc/nsswitch.conf in my opinion but you need to make sure it is as small as possible and doesn't conflict with your nis entries.  Check that the DNS server you are using is actually the right one for you. Also, make sure nsswitch.conf looks a bit like this&lt;BR /&gt; &lt;BR /&gt;hosts:        files [NOTFOUND=continue] nis [ NOTFOUND=continue ] dns</description>
      <pubDate>Fri, 14 Nov 2003 09:10:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-lookup-problem-hp-ux-11i/m-p/3119482#M150489</guid>
      <dc:creator>Mark Grant</dc:creator>
      <dc:date>2003-11-14T09:10:08Z</dc:date>
    </item>
    <item>
      <title>Re: dns lookup problem(hp ux 11i)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-lookup-problem-hp-ux-11i/m-p/3119483#M150490</link>
      <description>ensure your dns server is in /etc/resolv.conf, and in /etc/nsswitch.conf have this &lt;BR /&gt;&lt;BR /&gt;hosts files [Notfound=continue] dns</description>
      <pubDate>Fri, 14 Nov 2003 10:12:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-lookup-problem-hp-ux-11i/m-p/3119483#M150490</guid>
      <dc:creator>Kevin Wright</dc:creator>
      <dc:date>2003-11-14T10:12:00Z</dc:date>
    </item>
    <item>
      <title>Re: dns lookup problem(hp ux 11i)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-lookup-problem-hp-ux-11i/m-p/3119484#M150491</link>
      <description>Also shutdown the nfs client and sever in the /etc/rc.config.d/nfsconf file.&lt;BR /&gt;&lt;BR /&gt;Where it states =1 change to 0&lt;BR /&gt;NFS_CLIENT=0&lt;BR /&gt;NFS_SERVER=0&lt;BR /&gt;&lt;BR /&gt;This way it does not start to look for nfs&lt;BR /&gt;&lt;BR /&gt;Speeds it up.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 15 Nov 2003 18:23:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-lookup-problem-hp-ux-11i/m-p/3119484#M150491</guid>
      <dc:creator>Ratzie</dc:creator>
      <dc:date>2003-11-15T18:23:07Z</dc:date>
    </item>
    <item>
      <title>Re: dns lookup problem(hp ux 11i)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-lookup-problem-hp-ux-11i/m-p/3119485#M150492</link>
      <description>Hi Senthil,&lt;BR /&gt;&lt;BR /&gt;maybe you need to configure a gateway as well ?&lt;BR /&gt;You can do this in /etc/rc.config.d/netconf&lt;BR /&gt;</description>
      <pubDate>Sun, 16 Nov 2003 15:49:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-lookup-problem-hp-ux-11i/m-p/3119485#M150492</guid>
      <dc:creator>Marcel Burggraeve</dc:creator>
      <dc:date>2003-11-16T15:49:43Z</dc:date>
    </item>
    <item>
      <title>Re: dns lookup problem(hp ux 11i)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-lookup-problem-hp-ux-11i/m-p/3119486#M150493</link>
      <description>nslookup tells you where the problemios located. You'll see messages like: looking up FILES, and Trying DNS. This is the request method for each step in nslookup. If FILES does not return anything, you'll see the next test rather than a result.Based on your symptoms, your DNS server(s) listed in /etc/resolv.conf do not work. You can prove this with:&lt;BR /&gt; &lt;BR /&gt;nslookup &lt;A href="http://www.hp.com" target="_blank"&gt;www.hp.com&lt;/A&gt; firstDNSserver&lt;BR /&gt;nslookup &lt;A href="http://www.hp.com" target="_blank"&gt;www.hp.com&lt;/A&gt; secondDNSserver&lt;BR /&gt;nslookup &lt;A href="http://www.hp.com" target="_blank"&gt;www.hp.com&lt;/A&gt; thirdDNSserver&lt;BR /&gt; &lt;BR /&gt;Each DNS server has a default timeout of about 20 seconds if it fails to respond. The reason bootup was so slow with DNS first is that EVERY IP_addr lookup required 20, 40 or 60 seconds to complete. By reversing the order, your local machine name is immediately resolved but your DNS servers are still dead because an attempt to query them for altavista just times out. Your DNS server administrator may have locked your local machine from using the servers.</description>
      <pubDate>Sun, 16 Nov 2003 23:03:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-lookup-problem-hp-ux-11i/m-p/3119486#M150493</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2003-11-16T23:03:56Z</dc:date>
    </item>
  </channel>
</rss>

