<?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: Diff between the systems in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/diff-between-the-systems/m-p/5150546#M454615</link>
    <description>Hi Kaps,&lt;BR /&gt;&lt;BR /&gt;The number is the UID of the system.&lt;BR /&gt;&lt;BR /&gt;# uname -i&lt;BR /&gt;&lt;BR /&gt;from the man uname &lt;BR /&gt;Print the machine identification number&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Robert-Jan</description>
    <pubDate>Wed, 14 Jan 2009 14:52:30 GMT</pubDate>
    <dc:creator>Robert-Jan Goossens_1</dc:creator>
    <dc:date>2009-01-14T14:52:30Z</dc:date>
    <item>
      <title>Diff between the systems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/diff-between-the-systems/m-p/5150542#M454611</link>
      <description>Hello All,&lt;BR /&gt;&lt;BR /&gt;   Is there anything different in the OS levels of these machines?Why one is showing unknown and the other as tannus?&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;HP-UX unknown B.11.23 U ia64 0059353916 unlimited-user license –machine.&lt;BR /&gt;&lt;BR /&gt;HP-UX tannus B.11.23 U ia64 2408175243 unlimited-user license&lt;BR /&gt;&lt;BR /&gt; What do the numbers signify?&lt;BR /&gt;</description>
      <pubDate>Wed, 14 Jan 2009 14:34:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/diff-between-the-systems/m-p/5150542#M454611</guid>
      <dc:creator>Kaps_2</dc:creator>
      <dc:date>2009-01-14T14:34:15Z</dc:date>
    </item>
    <item>
      <title>Re: Diff between the systems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/diff-between-the-systems/m-p/5150543#M454612</link>
      <description>It says "unknown" because the nodename is not set.  You can set it with uname -S or you can use /sbin/set_parms hostname.&lt;BR /&gt;&lt;BR /&gt;For OS level differences you would be better off looking at swlist output.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Wed, 14 Jan 2009 14:38:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/diff-between-the-systems/m-p/5150543#M454612</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2009-01-14T14:38:57Z</dc:date>
    </item>
    <item>
      <title>Re: Diff between the systems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/diff-between-the-systems/m-p/5150544#M454613</link>
      <description>pete,&lt;BR /&gt;&lt;BR /&gt;   thanks for the quick reply, Both systems have B.11.23 OS level then why  the numbers differs from each other?</description>
      <pubDate>Wed, 14 Jan 2009 14:43:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/diff-between-the-systems/m-p/5150544#M454613</guid>
      <dc:creator>Kaps_2</dc:creator>
      <dc:date>2009-01-14T14:43:33Z</dc:date>
    </item>
    <item>
      <title>Re: Diff between the systems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/diff-between-the-systems/m-p/5150545#M454614</link>
      <description>You could spend a little time with the uname man page.&lt;BR /&gt;&lt;BR /&gt;The numbers (0059353916 and 2408175243, presumably) are the machine ID, which is unique to each machine, similar to a serial number.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Wed, 14 Jan 2009 14:51:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/diff-between-the-systems/m-p/5150545#M454614</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2009-01-14T14:51:59Z</dc:date>
    </item>
    <item>
      <title>Re: Diff between the systems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/diff-between-the-systems/m-p/5150546#M454615</link>
      <description>Hi Kaps,&lt;BR /&gt;&lt;BR /&gt;The number is the UID of the system.&lt;BR /&gt;&lt;BR /&gt;# uname -i&lt;BR /&gt;&lt;BR /&gt;from the man uname &lt;BR /&gt;Print the machine identification number&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Robert-Jan</description>
      <pubDate>Wed, 14 Jan 2009 14:52:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/diff-between-the-systems/m-p/5150546#M454615</guid>
      <dc:creator>Robert-Jan Goossens_1</dc:creator>
      <dc:date>2009-01-14T14:52:30Z</dc:date>
    </item>
    <item>
      <title>Re: Diff between the systems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/diff-between-the-systems/m-p/5150547#M454616</link>
      <description>You could get the same with&lt;BR /&gt;&lt;BR /&gt;# uname -i&lt;BR /&gt;&lt;BR /&gt;          -i             Display the machine identification number (or the&lt;BR /&gt;                          node name, if the machine identification number&lt;BR /&gt;                          cannot be determined).  This option cannot display&lt;BR /&gt;                          the unique machine identification number.</description>
      <pubDate>Wed, 14 Jan 2009 15:00:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/diff-between-the-systems/m-p/5150547#M454616</guid>
      <dc:creator>Avinash20</dc:creator>
      <dc:date>2009-01-14T15:00:27Z</dc:date>
    </item>
    <item>
      <title>Re: Diff between the systems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/diff-between-the-systems/m-p/5150548#M454617</link>
      <description>thanks pete &amp;amp; rob for the quick reply.</description>
      <pubDate>Wed, 14 Jan 2009 15:02:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/diff-between-the-systems/m-p/5150548#M454617</guid>
      <dc:creator>Kaps_2</dc:creator>
      <dc:date>2009-01-14T15:02:42Z</dc:date>
    </item>
    <item>
      <title>Re: Diff between the systems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/diff-between-the-systems/m-p/5150549#M454618</link>
      <description>Thanks</description>
      <pubDate>Wed, 14 Jan 2009 15:03:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/diff-between-the-systems/m-p/5150549#M454618</guid>
      <dc:creator>Kaps_2</dc:creator>
      <dc:date>2009-01-14T15:03:54Z</dc:date>
    </item>
  </channel>
</rss>

