<?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: uname -a provides &amp;quot;unknown&amp;quot; hostname in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/uname-a-provides-quot-unknown-quot-hostname/m-p/2870652#M98374</link>
    <description>you can try running set_parms hostname and then see what is the default name system is showing. If it is showing correct just hit enter and come out. &lt;BR /&gt;Hope this helps&lt;BR /&gt;Prashant</description>
    <pubDate>Fri, 08 Oct 2004 15:48:29 GMT</pubDate>
    <dc:creator>Prashant Zanwar_4</dc:creator>
    <dc:date>2004-10-08T15:48:29Z</dc:date>
    <item>
      <title>uname -a provides "unknown" hostname</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/uname-a-provides-quot-unknown-quot-hostname/m-p/2870647#M98369</link>
      <description>Platform: S700, C180&lt;BR /&gt;OS: HP-UX 11.00&lt;BR /&gt;Lan: DHCP client&lt;BR /&gt;&lt;BR /&gt;when running "uname -a" I'm getting an output "unknown" at the hostname, while running "hostname" command I'm getting the right output.&lt;BR /&gt;&lt;BR /&gt;because of that the X-Windows won't work.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Help needed.</description>
      <pubDate>Fri, 27 Dec 2002 00:18:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/uname-a-provides-quot-unknown-quot-hostname/m-p/2870647#M98369</guid>
      <dc:creator>Tal Drigov</dc:creator>
      <dc:date>2002-12-27T00:18:20Z</dc:date>
    </item>
    <item>
      <title>Re: uname -a provides "unknown" hostname</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/uname-a-provides-quot-unknown-quot-hostname/m-p/2870648#M98370</link>
      <description>try using uname -S and set the hostname and try your x-window after that.&lt;BR /&gt;&lt;BR /&gt;have a look at man pages of uname for more detail.&lt;BR /&gt;&lt;BR /&gt;Rajeev</description>
      <pubDate>Fri, 27 Dec 2002 00:30:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/uname-a-provides-quot-unknown-quot-hostname/m-p/2870648#M98370</guid>
      <dc:creator>Rajeev  Shukla</dc:creator>
      <dc:date>2002-12-27T00:30:43Z</dc:date>
    </item>
    <item>
      <title>Re: uname -a provides "unknown" hostname</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/uname-a-provides-quot-unknown-quot-hostname/m-p/2870649#M98371</link>
      <description>Same reply as your other thread:&lt;BR /&gt;&lt;BR /&gt;Is your hostname more than 8 characters in length?  If it is, shorten it.  There are LOTS of issues with having a hostname that is longer than 8 characters in HP-UX.&lt;BR /&gt;&lt;BR /&gt;The following document is from the TKB, circa 1992, but it is still applicable.  TKB doc. ID CDG9204080930.  Here's the link:&lt;BR /&gt;&lt;A href="http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000007949952" target="_blank"&gt;http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000007949952&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 27 Dec 2002 00:59:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/uname-a-provides-quot-unknown-quot-hostname/m-p/2870649#M98371</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2002-12-27T00:59:06Z</dc:date>
    </item>
    <item>
      <title>Re: uname -a provides "unknown" hostname</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/uname-a-provides-quot-unknown-quot-hostname/m-p/2870650#M98372</link>
      <description>how does the server reslov its own name ? try doing a nslookup &lt;LOCAL sefver="" name=""&gt; to see how the servers its name . ,most probably the same is setup to resolv thoruhg the DNS server , to eliminate the error , rename /etc/resoilc.conf to old.conf and check the entry /etc/hosts for the local server , the same should be coreect in case the same is not then correct it and then do a nslookup &amp;lt; local hostname &amp;gt; this should result in the server resloving its own coreectly . Once this is done you know that the problem is either in the DNS , or mahcinr using resolve.conf to get to the DNS server or the DNS server is not reachable. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Manoj Srivatava&lt;BR /&gt;&lt;/LOCAL&gt;</description>
      <pubDate>Fri, 27 Dec 2002 04:35:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/uname-a-provides-quot-unknown-quot-hostname/m-p/2870650#M98372</guid>
      <dc:creator>MANOJ SRIVASTAVA</dc:creator>
      <dc:date>2002-12-27T04:35:26Z</dc:date>
    </item>
    <item>
      <title>Re: uname -a provides "unknown" hostname</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/uname-a-provides-quot-unknown-quot-hostname/m-p/2870651#M98373</link>
      <description>Check for any entry called NODENAME in /etc/rc.config.d/netconf file.If yes,then remove the entry.&lt;BR /&gt;&lt;BR /&gt;Also make the following entry in the /etc/nsswitch.conf file&lt;BR /&gt;&lt;BR /&gt;hosts:    files dns&lt;BR /&gt;&lt;BR /&gt;Check nslookup &lt;HOSTNAME&gt; for name resolution.&lt;BR /&gt;&lt;BR /&gt;I believe in this setup your swlist also is not working. After changing the above specified stopa and start the swagentd daemon.Check whether swlist is running fine.If yes then problem is solved.&lt;BR /&gt;&lt;BR /&gt;Then go for a reboot. This should solve the issue&lt;/HOSTNAME&gt;</description>
      <pubDate>Fri, 08 Oct 2004 15:39:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/uname-a-provides-quot-unknown-quot-hostname/m-p/2870651#M98373</guid>
      <dc:creator>Gopakumar V</dc:creator>
      <dc:date>2004-10-08T15:39:38Z</dc:date>
    </item>
    <item>
      <title>Re: uname -a provides "unknown" hostname</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/uname-a-provides-quot-unknown-quot-hostname/m-p/2870652#M98374</link>
      <description>you can try running set_parms hostname and then see what is the default name system is showing. If it is showing correct just hit enter and come out. &lt;BR /&gt;Hope this helps&lt;BR /&gt;Prashant</description>
      <pubDate>Fri, 08 Oct 2004 15:48:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/uname-a-provides-quot-unknown-quot-hostname/m-p/2870652#M98374</guid>
      <dc:creator>Prashant Zanwar_4</dc:creator>
      <dc:date>2004-10-08T15:48:29Z</dc:date>
    </item>
    <item>
      <title>Re: uname -a provides "unknown" hostname</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/uname-a-provides-quot-unknown-quot-hostname/m-p/2870653#M98375</link>
      <description>uname will be using informations from uname -S output there. Try to check as&lt;BR /&gt;&lt;BR /&gt; uname -S&lt;BR /&gt; it will give hostname with that, uucp, related programs are using them.&lt;BR /&gt;&lt;BR /&gt; You can get the difference between hostname Vs uname -S as,&lt;BR /&gt;&lt;BR /&gt;  uname+1 man page --&amp;gt;&lt;BR /&gt;+--------------+--------------+---------------+-----------------------+&lt;BR /&gt;      |Node Name     |Command       |name Format    |Used By                |&lt;BR /&gt;      +--------------+--------------+---------------+-----------------------+&lt;BR /&gt;      |Internet name |hostname name |sys[.x.y.z...] |ARPA and NFS Services  |&lt;BR /&gt;      |UUCP name     |uname -S name |sys            |uucp, related programs |&lt;BR /&gt;      +--------------+--------------+---------------+-------- --------------+&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt; Try to check /etc/rc.config/netconf for hostname informations there.&lt;BR /&gt;&lt;BR /&gt;  uname -S &lt;HOSTNAME&gt;&lt;BR /&gt;&lt;BR /&gt; it will display hostname there again when u check as uname -S.&lt;BR /&gt;&lt;BR /&gt;HTH.&lt;/HOSTNAME&gt;</description>
      <pubDate>Sat, 09 Oct 2004 00:07:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/uname-a-provides-quot-unknown-quot-hostname/m-p/2870653#M98375</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2004-10-09T00:07:07Z</dc:date>
    </item>
    <item>
      <title>Re: uname -a provides "unknown" hostname</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/uname-a-provides-quot-unknown-quot-hostname/m-p/2870654#M98376</link>
      <description>Folks ---  Please note that this thread was posted almost 2 YEARS ago (in Dec. 2002).&lt;BR /&gt;&lt;BR /&gt;I see no added value in posting to a 2 year old thread.  &lt;BR /&gt;&lt;BR /&gt;The last time the author of this thread was on the forums was May 2003, so I doubt the author will see these responses or really gain any value from them.</description>
      <pubDate>Sat, 09 Oct 2004 00:22:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/uname-a-provides-quot-unknown-quot-hostname/m-p/2870654#M98376</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2004-10-09T00:22:43Z</dc:date>
    </item>
  </channel>
</rss>

