<?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: Help!! in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/help/m-p/2811641#M84459</link>
    <description>stop named in /etc/rc.config.d/namesvrs.&lt;BR /&gt;Check /etc/nsswitch.conf file.&lt;BR /&gt;It should look like as follows if you are using /etc/hosts for name lookup.&lt;BR /&gt;#&lt;BR /&gt;# /etc/nsswitch.files:&lt;BR /&gt;#&lt;BR /&gt;# @(#)B.11.11_LR&lt;BR /&gt;#&lt;BR /&gt;# An example file that could be copied over to /etc/nsswitch.conf; it&lt;BR /&gt;# does not use any name services.&lt;BR /&gt;#&lt;BR /&gt;passwd:       files&lt;BR /&gt;group:        files&lt;BR /&gt;hosts:        files &lt;BR /&gt;services:     files&lt;BR /&gt;networks:     files&lt;BR /&gt;protocols:    files&lt;BR /&gt;rpc:          files&lt;BR /&gt;publickey:    files&lt;BR /&gt;netgroup:     files&lt;BR /&gt;automount:    files&lt;BR /&gt;aliases:      files&lt;BR /&gt;&lt;BR /&gt;also check resolv.conf in /etc dir.&lt;BR /&gt;</description>
    <pubDate>Mon, 23 Sep 2002 17:59:59 GMT</pubDate>
    <dc:creator>RAC_1</dc:creator>
    <dc:date>2002-09-23T17:59:59Z</dc:date>
    <item>
      <title>Help!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help/m-p/2811637#M84455</link>
      <description>I rebooted my server today, and now when I try and ping a host, I get the message "unknown host" error.&lt;BR /&gt;&lt;BR /&gt;I use /etc/hosts for my lookup, and everything in the file looks fine, and has not changed in ages.&lt;BR /&gt;&lt;BR /&gt;"named" is running, but I did not turn it on, so I don't know if it has been running, or if I should turn it off.&lt;BR /&gt;&lt;BR /&gt;Can someone give me a clue as to what might be going on?  I am NOT using resolv.conf and checked to make sure that it does not exist.&lt;BR /&gt;&lt;BR /&gt;Thanks!</description>
      <pubDate>Mon, 23 Sep 2002 17:47:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help/m-p/2811637#M84455</guid>
      <dc:creator>Allan Pincus</dc:creator>
      <dc:date>2002-09-23T17:47:55Z</dc:date>
    </item>
    <item>
      <title>Re: Help!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help/m-p/2811638#M84456</link>
      <description>the /etc/nsswitch.conf file define the name resolution policy (hosts, NIS, DNS) to hosts, networks etc...&lt;BR /&gt;&lt;BR /&gt;you have some examples in /etc/nsswitch.* files&lt;BR /&gt;&lt;BR /&gt;the /etc/resolv.conf defines name servers to resolve names by DNS domain, but you must enable dns to use it&lt;BR /&gt;&lt;BR /&gt;named is the name server daemon. If you host not is a name server you can stop it&lt;BR /&gt;&lt;BR /&gt;How is your nsswitch.conf and hosts files?</description>
      <pubDate>Mon, 23 Sep 2002 17:52:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help/m-p/2811638#M84456</guid>
      <dc:creator>Joaquin Gil de Vergara</dc:creator>
      <dc:date>2002-09-23T17:52:18Z</dc:date>
    </item>
    <item>
      <title>Re: Help!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help/m-p/2811639#M84457</link>
      <description>If you are not using resolv.conf, then you are not using named. Use "sig_named kill" to stop named. Also disable it permanently in /etc/rc.config.d/namesvrs file.&lt;BR /&gt;&lt;BR /&gt;ALso look at your /etc/nsswitch.conf file and make sure files is first in the order.&lt;BR /&gt;&lt;BR /&gt;Grep for the host in /etc/hosts and see if the entry is there.&lt;BR /&gt;&lt;BR /&gt;Finally look for the permissions on /etc/hosts and /etc/nsswitch.conf. They should have read permissions for the world and won't work if you are running as an ordinary user.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Mon, 23 Sep 2002 17:52:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help/m-p/2811639#M84457</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2002-09-23T17:52:41Z</dc:date>
    </item>
    <item>
      <title>Re: Help!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help/m-p/2811640#M84458</link>
      <description>try this&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;reanme /etc/resolv.conf to some other file and than do a nslookup &lt;LOCAL server="" name=""&gt; and chech whter it is reoslved correclty or not.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Manoj Srivastava&lt;/LOCAL&gt;</description>
      <pubDate>Mon, 23 Sep 2002 17:59:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help/m-p/2811640#M84458</guid>
      <dc:creator>MANOJ SRIVASTAVA</dc:creator>
      <dc:date>2002-09-23T17:59:40Z</dc:date>
    </item>
    <item>
      <title>Re: Help!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help/m-p/2811641#M84459</link>
      <description>stop named in /etc/rc.config.d/namesvrs.&lt;BR /&gt;Check /etc/nsswitch.conf file.&lt;BR /&gt;It should look like as follows if you are using /etc/hosts for name lookup.&lt;BR /&gt;#&lt;BR /&gt;# /etc/nsswitch.files:&lt;BR /&gt;#&lt;BR /&gt;# @(#)B.11.11_LR&lt;BR /&gt;#&lt;BR /&gt;# An example file that could be copied over to /etc/nsswitch.conf; it&lt;BR /&gt;# does not use any name services.&lt;BR /&gt;#&lt;BR /&gt;passwd:       files&lt;BR /&gt;group:        files&lt;BR /&gt;hosts:        files &lt;BR /&gt;services:     files&lt;BR /&gt;networks:     files&lt;BR /&gt;protocols:    files&lt;BR /&gt;rpc:          files&lt;BR /&gt;publickey:    files&lt;BR /&gt;netgroup:     files&lt;BR /&gt;automount:    files&lt;BR /&gt;aliases:      files&lt;BR /&gt;&lt;BR /&gt;also check resolv.conf in /etc dir.&lt;BR /&gt;</description>
      <pubDate>Mon, 23 Sep 2002 17:59:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help/m-p/2811641#M84459</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2002-09-23T17:59:59Z</dc:date>
    </item>
    <item>
      <title>Re: Help!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help/m-p/2811642#M84460</link>
      <description>Check the following&lt;BR /&gt;&lt;BR /&gt;/etc/nsswitch.conf&lt;BR /&gt;&lt;BR /&gt;hosts   files dns&lt;BR /&gt;&lt;BR /&gt;If this is fine then verify that you have the correct entry in your /etc/hosts file once again for the IP address.&lt;BR /&gt;&lt;BR /&gt;Verify that your /etc/rc.config.d/namesvrs file has correct nameservers listed.&lt;BR /&gt;&lt;BR /&gt;Check your /etc/netconf file for the gateway defined. You may also check this via the command&lt;BR /&gt;&lt;BR /&gt;netstat -rn&lt;BR /&gt;&lt;BR /&gt;If you see the correct gateway defined then problem is in DNS probably.&lt;BR /&gt;&lt;BR /&gt;Verify by pinging with hostname and ipaddress.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;If you are able to ping a hostname then no problems with dns. Try stopping and restarting your network services.&lt;BR /&gt;&lt;BR /&gt;Let us know if you don't succeed even after doing this.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Anil</description>
      <pubDate>Mon, 23 Sep 2002 18:05:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help/m-p/2811642#M84460</guid>
      <dc:creator>Anil C. Sedha</dc:creator>
      <dc:date>2002-09-23T18:05:06Z</dc:date>
    </item>
    <item>
      <title>Re: Help!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help/m-p/2811643#M84461</link>
      <description>try doing a lookup of your system name **AND** IP address.  It should show it's using FILES and return correctly.</description>
      <pubDate>Tue, 24 Sep 2002 23:26:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help/m-p/2811643#M84461</guid>
      <dc:creator>Magic_Wand</dc:creator>
      <dc:date>2002-09-24T23:26:56Z</dc:date>
    </item>
  </channel>
</rss>

