<?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: unknown host on hpux11.23 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/unknown-host-on-hpux11-23/m-p/5137472#M451689</link>
    <description>Hi Trng,&lt;BR /&gt;&lt;BR /&gt;you can try touch /etc/nsswitch.conf&lt;BR /&gt;&lt;BR /&gt;touch /etc/nsswitch.conf&lt;BR /&gt;&lt;BR /&gt;chown bin:bin /etc/nsswitch.conf&lt;BR /&gt;&lt;BR /&gt;Please update the file has below .. and try.. :)&lt;BR /&gt;&lt;BR /&gt;vi /etc/nsswitch.conf&lt;BR /&gt;&lt;BR /&gt;# /etc/nsswitch.files:&lt;BR /&gt;#&lt;BR /&gt;# @(#)B11.23_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 dns&lt;BR /&gt;ipnodes: 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;or need check with you. "swlist" --&amp;gt; did you get any error unknow "host"&lt;BR /&gt;&lt;BR /&gt;swlist -l --&amp;gt; can please post the output&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Best Regards,&lt;BR /&gt;Johnson</description>
    <pubDate>Sun, 26 Oct 2008 04:25:05 GMT</pubDate>
    <dc:creator>Johnson Punniyalingam</dc:creator>
    <dc:date>2008-10-26T04:25:05Z</dc:date>
    <item>
      <title>unknown host on hpux11.23</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unknown-host-on-hpux11-23/m-p/5137468#M451685</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;sometimes my machine hostname  displaying as "unknown".i have cheked in /etc/hosts and netconf files.is thery any other file to check it ?..and what is this entry in rclog indicates &lt;BR /&gt;&lt;BR /&gt;"/sbin/rc2.d/S367swconfig start":&lt;BR /&gt;&lt;BR /&gt;----------------------------&lt;BR /&gt;&lt;BR /&gt;       * Turning off all network based resolving services in&lt;BR /&gt;&lt;BR /&gt;         '/etc/nsswitch.conf'&lt;BR /&gt;&lt;BR /&gt;       * Setting up temporary hostname in '/etc/hosts'&lt;BR /&gt;&lt;BR /&gt;       * Restoring '/etc/hosts' to its original contents.&lt;BR /&gt;&lt;BR /&gt;       * Removing the temporary '/etc/nsswitch.conf'&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;skr&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 26 Oct 2008 01:50:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unknown-host-on-hpux11-23/m-p/5137468#M451685</guid>
      <dc:creator>Trng</dc:creator>
      <dc:date>2008-10-26T01:50:16Z</dc:date>
    </item>
    <item>
      <title>Re: unknown host on hpux11.23</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unknown-host-on-hpux11-23/m-p/5137469#M451686</link>
      <description>yes pls check you "etc/nsswitch.conf'" file&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The /etc/nsswitch.conf file is used to configure which services are to be used to determine information such as hostnames, password files, and group files. The last two ones, password files, and group files in our case are not used, since we don't use NIS services on our server. Thus, we will focus on the hosts line in this file. &lt;BR /&gt;&lt;BR /&gt;Example :-&lt;BR /&gt;&lt;BR /&gt;cat nsswitch.conf&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;# /etc/nsswitch.files:&lt;BR /&gt;#&lt;BR /&gt;# @(#)B11.23_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 dns&lt;BR /&gt;ipnodes:      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</description>
      <pubDate>Sun, 26 Oct 2008 02:05:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unknown-host-on-hpux11-23/m-p/5137469#M451686</guid>
      <dc:creator>Johnson Punniyalingam</dc:creator>
      <dc:date>2008-10-26T02:05:43Z</dc:date>
    </item>
    <item>
      <title>Re: unknown host on hpux11.23</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unknown-host-on-hpux11-23/m-p/5137470#M451687</link>
      <description>If your are using DNS please change has below in the '/etc/nsswitch.conf'&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;hosts: files&lt;BR /&gt;to&lt;BR /&gt;hosts: files [NOTFOUND=continue] dns&lt;BR /&gt;&lt;BR /&gt;Rds,&lt;BR /&gt;Johnson</description>
      <pubDate>Sun, 26 Oct 2008 02:49:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unknown-host-on-hpux11-23/m-p/5137470#M451687</guid>
      <dc:creator>Johnson Punniyalingam</dc:creator>
      <dc:date>2008-10-26T02:49:38Z</dc:date>
    </item>
    <item>
      <title>Re: unknown host on hpux11.23</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unknown-host-on-hpux11-23/m-p/5137471#M451688</link>
      <description>in my machine no '/etc/nsswitch.conf' file ..&lt;BR /&gt;&lt;BR /&gt;-r--r--r--   1 bin        bin            566 Sep  3  2003 nsswitch.compat&lt;BR /&gt;-r--r--r--   1 bin        bin            391 Sep  3  2003 nsswitch.files&lt;BR /&gt;-r--r--r--   1 bin        bin            615 Sep  3  2003 nsswitch.hp_defaults&lt;BR /&gt;-r--r--r--   1 bin        bin            481 Apr  8  2005 nsswitch.ldap&lt;BR /&gt;-r--r--r--   1 bin        bin            551 Sep  3  2003 nsswitch.nis&lt;BR /&gt;-r--r--r--   1 bin        bin            604 Sep  3  2003 nsswitch.nisplus&lt;BR /&gt;&lt;BR /&gt;how to check which file is using first ??i dont have resolv.conf .</description>
      <pubDate>Sun, 26 Oct 2008 03:01:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unknown-host-on-hpux11-23/m-p/5137471#M451688</guid>
      <dc:creator>Trng</dc:creator>
      <dc:date>2008-10-26T03:01:17Z</dc:date>
    </item>
    <item>
      <title>Re: unknown host on hpux11.23</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unknown-host-on-hpux11-23/m-p/5137472#M451689</link>
      <description>Hi Trng,&lt;BR /&gt;&lt;BR /&gt;you can try touch /etc/nsswitch.conf&lt;BR /&gt;&lt;BR /&gt;touch /etc/nsswitch.conf&lt;BR /&gt;&lt;BR /&gt;chown bin:bin /etc/nsswitch.conf&lt;BR /&gt;&lt;BR /&gt;Please update the file has below .. and try.. :)&lt;BR /&gt;&lt;BR /&gt;vi /etc/nsswitch.conf&lt;BR /&gt;&lt;BR /&gt;# /etc/nsswitch.files:&lt;BR /&gt;#&lt;BR /&gt;# @(#)B11.23_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 dns&lt;BR /&gt;ipnodes: 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;or need check with you. "swlist" --&amp;gt; did you get any error unknow "host"&lt;BR /&gt;&lt;BR /&gt;swlist -l --&amp;gt; can please post the output&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Best Regards,&lt;BR /&gt;Johnson</description>
      <pubDate>Sun, 26 Oct 2008 04:25:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unknown-host-on-hpux11-23/m-p/5137472#M451689</guid>
      <dc:creator>Johnson Punniyalingam</dc:creator>
      <dc:date>2008-10-26T04:25:05Z</dc:date>
    </item>
    <item>
      <title>Re: unknown host on hpux11.23</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unknown-host-on-hpux11-23/m-p/5137473#M451690</link>
      <description>found /etc/hosts file was corrupted .corrected it.now it is fine.&lt;BR /&gt;&lt;BR /&gt;rgds&lt;BR /&gt;skr</description>
      <pubDate>Sun, 26 Oct 2008 06:36:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unknown-host-on-hpux11-23/m-p/5137473#M451690</guid>
      <dc:creator>Trng</dc:creator>
      <dc:date>2008-10-26T06:36:16Z</dc:date>
    </item>
  </channel>
</rss>

