<?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 hversion in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/hversion/m-p/2637190#M42635</link>
    <description>i need to find the correct Hversion (Hardware version number in hex) on a Visualize B180L box. (A4323A), &lt;BR /&gt;and a command which could find the hversion from hp boxes&lt;BR /&gt;&lt;BR /&gt;having read elsewhere that the hversion may be 0x504 and the model string may be 9000/778/B180L.&lt;BR /&gt;&lt;BR /&gt;I have also tried the following shell command &lt;BR /&gt;&lt;BR /&gt;echo "*(mpproc_info+1E8)%10=X" | adb /hp-ux /dev/kmem&lt;BR /&gt;&lt;BR /&gt;which cannot find /hp-ux for some reason&lt;BR /&gt;, but hopefully i am on right track with this adb command&lt;BR /&gt; &lt;BR /&gt;Any assistance would be greatly appreciated.</description>
    <pubDate>Tue, 01 Jan 2002 22:46:33 GMT</pubDate>
    <dc:creator>Mark H Smith</dc:creator>
    <dc:date>2002-01-01T22:46:33Z</dc:date>
    <item>
      <title>hversion</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hversion/m-p/2637190#M42635</link>
      <description>i need to find the correct Hversion (Hardware version number in hex) on a Visualize B180L box. (A4323A), &lt;BR /&gt;and a command which could find the hversion from hp boxes&lt;BR /&gt;&lt;BR /&gt;having read elsewhere that the hversion may be 0x504 and the model string may be 9000/778/B180L.&lt;BR /&gt;&lt;BR /&gt;I have also tried the following shell command &lt;BR /&gt;&lt;BR /&gt;echo "*(mpproc_info+1E8)%10=X" | adb /hp-ux /dev/kmem&lt;BR /&gt;&lt;BR /&gt;which cannot find /hp-ux for some reason&lt;BR /&gt;, but hopefully i am on right track with this adb command&lt;BR /&gt; &lt;BR /&gt;Any assistance would be greatly appreciated.</description>
      <pubDate>Tue, 01 Jan 2002 22:46:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hversion/m-p/2637190#M42635</guid>
      <dc:creator>Mark H Smith</dc:creator>
      <dc:date>2002-01-01T22:46:33Z</dc:date>
    </item>
    <item>
      <title>Re: hversion</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hversion/m-p/2637191#M42636</link>
      <description>if you have the online diags installed (these are usually on the support CD's.&lt;BR /&gt;&lt;BR /&gt;You can use CSTM to give you this information.&lt;BR /&gt;&lt;BR /&gt;# cstm&lt;BR /&gt;cstm&amp;gt; map&lt;BR /&gt;cstm&amp;gt; select device 1&lt;BR /&gt;cstm&amp;gt; info&lt;BR /&gt;cstm&amp;gt; infolog&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;check the output from a map.&lt;BR /&gt;&lt;BR /&gt;on newer systems device 1 is "system", but older ones device 1 is the primary bus.&lt;BR /&gt;&lt;BR /&gt;System Information for (mysystem)&lt;BR /&gt;   HPUX Model Number......: N4000&lt;BR /&gt;   HPUX Model String......: 9000/800/N4000-44&lt;BR /&gt;   Original Product Number: A3639A&lt;BR /&gt;   Current Product Number.: (Undefined)&lt;BR /&gt;   System Serial Number...: not telling&lt;BR /&gt;   Hversion...............: 0x5cc0&lt;BR /&gt;   Sversion...............: 0x491&lt;BR /&gt;   Software Capabilities..: 0x100000f0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;hope this helps&lt;BR /&gt;&lt;BR /&gt;Scott.&lt;BR /&gt;</description>
      <pubDate>Tue, 01 Jan 2002 23:43:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hversion/m-p/2637191#M42636</guid>
      <dc:creator>Scott Van Kalken</dc:creator>
      <dc:date>2002-01-01T23:43:13Z</dc:date>
    </item>
    <item>
      <title>Re: hversion</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hversion/m-p/2637192#M42637</link>
      <description>As a note about /hp-ux, the command:&lt;BR /&gt;&lt;BR /&gt;echo "*(mpproc_info+1E8)%10=X" | adb /hp-ux /dev/kmem &lt;BR /&gt;&lt;BR /&gt;only works on version 9.xx and earlier which has been obsolete for several years. The /hp-ux file is now called /stand/vmunix in 10.01 and higher.  As mentioned, the online diagnostics are the easiest way to track down detailed information. They are found on your SupportPlus CDROM.</description>
      <pubDate>Wed, 02 Jan 2002 01:47:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hversion/m-p/2637192#M42637</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2002-01-02T01:47:33Z</dc:date>
    </item>
    <item>
      <title>Re: hversion</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hversion/m-p/2637193#M42638</link>
      <description>hi Mark,&lt;BR /&gt;&lt;BR /&gt;Try /stand/vmunix with the adb command if you are using version 10.x or above.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Wed, 02 Jan 2002 05:45:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hversion/m-p/2637193#M42638</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2002-01-02T05:45:19Z</dc:date>
    </item>
    <item>
      <title>Re: hversion</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hversion/m-p/2637194#M42639</link>
      <description>Hi Mark,&lt;BR /&gt;&lt;BR /&gt;Try this link,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://us-support2.external.hp.com/cki/bin/doc.pl/sid=3358b2eb0a14589ea3/screen=ckiDisplayDocument?docId=200000024645534" target="_blank"&gt;http://us-support2.external.hp.com/cki/bin/doc.pl/sid=3358b2eb0a14589ea3/screen=ckiDisplayDocument?docId=200000024645534&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Wed, 02 Jan 2002 05:59:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hversion/m-p/2637194#M42639</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2002-01-02T05:59:02Z</dc:date>
    </item>
  </channel>
</rss>

