<?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: machinfo for pa-risc in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/machinfo-for-pa-risc/m-p/3954364#M290774</link>
    <description>Looks useful.&lt;BR /&gt;&lt;BR /&gt;You could in many cases get the PDC firmware revision and machine serial number too.&lt;BR /&gt;&lt;BR /&gt;The serial number is available with "getconf MACHINE_SERIAL" if the hardware supports it, so it should be available with "confstr()" system call too.&lt;BR /&gt;&lt;BR /&gt;The PDC version number would be available from a command line using:&lt;BR /&gt;echo y | pdcinfo 2&amp;gt;/dev/null | grep "PDC" | grep -v "Relocation"&lt;BR /&gt;&lt;BR /&gt;but the resulting lines have a different structure depending on whether the host is cell-based (nPar-capable) or not.&lt;BR /&gt;&lt;BR /&gt;Example output on a rp5470:&lt;BR /&gt;&lt;BR /&gt;-------  Processor 0 HPMC Information - PDC Version: 42.06  ------ &lt;BR /&gt;-------  Processor 2 HPMC Information - PDC Version: 42.06  ------ &lt;BR /&gt;&lt;BR /&gt;Example output in a Superdome partition:&lt;BR /&gt;      13   1/5   PDC      23.1&lt;BR /&gt;      15   1/7   PDC      23.1&lt;BR /&gt;&lt;BR /&gt;If someone knows a good way to get the PDC version numbers programmatically, I'd like to hear it.</description>
    <pubDate>Fri, 02 Mar 2007 05:38:50 GMT</pubDate>
    <dc:creator>Matti_Kurkela</dc:creator>
    <dc:date>2007-03-02T05:38:50Z</dc:date>
    <item>
      <title>machinfo for pa-risc</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/machinfo-for-pa-risc/m-p/3954363#M290773</link>
      <description>As asked by many people, here is attached,  a PA-RISC version I made of machinfo, which give some of the informations given by the ia64 native machinfo magic command.. &lt;BR /&gt;&lt;BR /&gt;I also added list of disks , and graphic card.... &lt;BR /&gt;&lt;BR /&gt;Any comments will be appreciated&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Patrick</description>
      <pubDate>Fri, 02 Mar 2007 04:02:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/machinfo-for-pa-risc/m-p/3954363#M290773</guid>
      <dc:creator>RUET</dc:creator>
      <dc:date>2007-03-02T04:02:06Z</dc:date>
    </item>
    <item>
      <title>Re: machinfo for pa-risc</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/machinfo-for-pa-risc/m-p/3954364#M290774</link>
      <description>Looks useful.&lt;BR /&gt;&lt;BR /&gt;You could in many cases get the PDC firmware revision and machine serial number too.&lt;BR /&gt;&lt;BR /&gt;The serial number is available with "getconf MACHINE_SERIAL" if the hardware supports it, so it should be available with "confstr()" system call too.&lt;BR /&gt;&lt;BR /&gt;The PDC version number would be available from a command line using:&lt;BR /&gt;echo y | pdcinfo 2&amp;gt;/dev/null | grep "PDC" | grep -v "Relocation"&lt;BR /&gt;&lt;BR /&gt;but the resulting lines have a different structure depending on whether the host is cell-based (nPar-capable) or not.&lt;BR /&gt;&lt;BR /&gt;Example output on a rp5470:&lt;BR /&gt;&lt;BR /&gt;-------  Processor 0 HPMC Information - PDC Version: 42.06  ------ &lt;BR /&gt;-------  Processor 2 HPMC Information - PDC Version: 42.06  ------ &lt;BR /&gt;&lt;BR /&gt;Example output in a Superdome partition:&lt;BR /&gt;      13   1/5   PDC      23.1&lt;BR /&gt;      15   1/7   PDC      23.1&lt;BR /&gt;&lt;BR /&gt;If someone knows a good way to get the PDC version numbers programmatically, I'd like to hear it.</description>
      <pubDate>Fri, 02 Mar 2007 05:38:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/machinfo-for-pa-risc/m-p/3954364#M290774</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2007-03-02T05:38:50Z</dc:date>
    </item>
    <item>
      <title>Re: machinfo for pa-risc</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/machinfo-for-pa-risc/m-p/3954365#M290775</link>
      <description>I'm working on this, hope to have a response next week, for the serial and the firmware revision, but not so easy to do ...&lt;BR /&gt;</description>
      <pubDate>Fri, 02 Mar 2007 07:00:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/machinfo-for-pa-risc/m-p/3954365#M290775</guid>
      <dc:creator>RUET</dc:creator>
      <dc:date>2007-03-02T07:00:34Z</dc:date>
    </item>
    <item>
      <title>Re: machinfo for pa-risc</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/machinfo-for-pa-risc/m-p/3954366#M290776</link>
      <description>Hi Patrick,&lt;BR /&gt;&lt;BR /&gt;You need to do more testing; it gave me some inaccurate info (Number of CPUs = 0, Memory : 0 MB):&lt;BR /&gt;hpadl805&amp;gt; /tmp/286387.null&lt;BR /&gt;OS info:&lt;BR /&gt;   sysname  = HP-UX&lt;BR /&gt;   nodename = hpadl805&lt;BR /&gt;   release  = B.11.00&lt;BR /&gt;   version  = U&lt;BR /&gt;   machine  = 9000/800&lt;BR /&gt;   idnumber = 141941597&lt;BR /&gt;   model string = 9000/800/L2000-44&lt;BR /&gt;&lt;BR /&gt;CPU info&lt;BR /&gt;   Number of CPUs = 0 &lt;BR /&gt;   Clock speed    = 440 MHz&lt;BR /&gt;      processor family: 532 pa-2.0&lt;BR /&gt;      processor model:  17 PA8500&lt;BR /&gt;&lt;BR /&gt;Memory : 0 MB&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Around 2 years ago I've found and put together a few lines of C code (see attachment) that gives me a more accurate info (although it may not work properly on others' cases !):&lt;BR /&gt;hpadl805&amp;gt; get_sys_info&lt;BR /&gt;System          = HP-UX&lt;BR /&gt;Node            = hpadl805&lt;BR /&gt;Release         = B.11.00&lt;BR /&gt;ID              = 141941597&lt;BR /&gt;Machine         = 9000/800&lt;BR /&gt;Memory          = 3072 MB&lt;BR /&gt;Page Size       = 4096&lt;BR /&gt;Number of CPUs  = 4&lt;BR /&gt;Clock speed     = 440 MHz&lt;BR /&gt;Processor model = 9000/800/L2000-44&lt;BR /&gt;&lt;BR /&gt;__Vali&lt;BR /&gt;</description>
      <pubDate>Mon, 05 Mar 2007 14:12:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/machinfo-for-pa-risc/m-p/3954366#M290776</guid>
      <dc:creator>Vali Ticau</dc:creator>
      <dc:date>2007-03-05T14:12:21Z</dc:date>
    </item>
    <item>
      <title>Re: machinfo for pa-risc</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/machinfo-for-pa-risc/m-p/3954367#M290777</link>
      <description>I've tested only on hpux 11.11 and 11.23&lt;BR /&gt;Not on 11.00 .. will try to do a fix ..&lt;BR /&gt;I've nearly finished Serial number , now working on firmware revision ..&lt;BR /&gt;new version soon</description>
      <pubDate>Tue, 06 Mar 2007 09:38:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/machinfo-for-pa-risc/m-p/3954367#M290777</guid>
      <dc:creator>RUET</dc:creator>
      <dc:date>2007-03-06T09:38:42Z</dc:date>
    </item>
    <item>
      <title>Re: machinfo for pa-risc</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/machinfo-for-pa-risc/m-p/3954368#M290778</link>
      <description>Here is a upgraded version of pa-risc machinfo, providing, serial number of system, when available, and firmware revision of PDC (our HP BIOS).&lt;BR /&gt;It was not so easy to implement the firmware revision, it 's only work if contrib pdcinfo tools are present (part of diag I think ?). Let me know about this ..&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I will fix the 11.00 issues next week ..&lt;BR /&gt;I will also implement a VPAR/NPAR/HPVM informations for servers ..&lt;BR /&gt;I will try a more clean algorythm for firmware..&lt;BR /&gt;&lt;BR /&gt;Here are some outputs from a wks and servers:&lt;BR /&gt;OS info:&lt;BR /&gt;   sysname  = HP-UX&lt;BR /&gt;   nodename = srv51vp2&lt;BR /&gt;   release  = B.11.23&lt;BR /&gt;   version  = U&lt;BR /&gt;   machine  = 9000/800&lt;BR /&gt;   idnumber = 933512467&lt;BR /&gt;&lt;BR /&gt;Platform info:&lt;BR /&gt;   model string = "9000/800/rp7410"&lt;BR /&gt;   machine id number = Z3e10340137a44513&lt;BR /&gt;   machine serial number = DEH43222X3&lt;BR /&gt;&lt;BR /&gt;CPU info&lt;BR /&gt;   Number of CPUs = 1 &lt;BR /&gt;   Clock speed    = 650 MHz&lt;BR /&gt;      processor family: 532 pa-2.0&lt;BR /&gt;      processor model:  19 PA8700&lt;BR /&gt;&lt;BR /&gt;Firmware info:&lt;BR /&gt;   Firmware revision = 17.009&lt;BR /&gt;&lt;BR /&gt;Memory = 4016 MB (3 GB)&lt;BR /&gt;&lt;BR /&gt;Disk info:&lt;BR /&gt;c0t8d0 : HP 73.4GMA  (size = 73GB)&lt;BR /&gt;c0t9d0 : HP 73.4GMA  (size = 73GB)&lt;BR /&gt;c0t10d0 : HP 73.4GMA  (size = 73GB)&lt;BR /&gt;c0t11d0 : HP 73.4GMA  (size = 73GB)&lt;BR /&gt;c18t0d0 : HP      OP  (size = 58GB)&lt;BR /&gt;c18t0d1 : HP      OP  (size = 58GB)&lt;BR /&gt;c18t0d3 : HP      OP  (size = 58GB)&lt;BR /&gt;c18t0d4 : HP      OP  (size = 58GB)&lt;BR /&gt;c18t0d5 : HP      OP  (size = 58GB)&lt;BR /&gt;c18t0d6 : HP      OP  (size = 58GB)&lt;BR /&gt;c18t0d7 : HP      OP  (size = 58GB)&lt;BR /&gt;c22t0d0 : HP      OP  (size = 58GB)&lt;BR /&gt;c22t0d1 : HP      OP  (size = 58GB)&lt;BR /&gt;c22t0d3 : HP      OP  (size = 58GB)&lt;BR /&gt;c22t0d4 : HP      OP  (size = 58GB)&lt;BR /&gt;c22t0d5 : HP      OP  (size = 58GB)&lt;BR /&gt;c22t0d6 : HP      OP  (size = 58GB)&lt;BR /&gt;c22t0d7 : HP      OP  (size = 58GB)&lt;BR /&gt;&lt;BR /&gt;OS info:&lt;BR /&gt;   sysname  = HP-UX&lt;BR /&gt;   nodename = srv69vp3&lt;BR /&gt;   release  = B.11.11&lt;BR /&gt;   version  = U&lt;BR /&gt;   machine  = 9000/800&lt;BR /&gt;   idnumber = 2000786454&lt;BR /&gt;&lt;BR /&gt;Platform info:&lt;BR /&gt;   model string = "9000/800/rp7410"&lt;BR /&gt;   machine id number = Z3e10d02577419416&lt;BR /&gt;   machine serial number = DEH44175X2&lt;BR /&gt;&lt;BR /&gt;CPU info&lt;BR /&gt;   Number of CPUs = 2 &lt;BR /&gt;   Clock speed    = 650 MHz&lt;BR /&gt;      processor family: 532 pa-2.0&lt;BR /&gt;      processor model:  19 PA8700&lt;BR /&gt;&lt;BR /&gt;Firmware info:&lt;BR /&gt;   Firmware revision = 17.008&lt;BR /&gt;&lt;BR /&gt;Memory = 4086 MB (3 GB)&lt;BR /&gt;&lt;BR /&gt;Disk info:&lt;BR /&gt;c0t6d0 : HP 73.4GMA  (size = 73GB)&lt;BR /&gt;c3t6d0 : HP 73.4GMA  (size = 73GB)&lt;BR /&gt;c4t1d0 : HP 73.4GMA  (size = 73GB)&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Patrick&lt;BR /&gt;</description>
      <pubDate>Fri, 09 Mar 2007 06:55:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/machinfo-for-pa-risc/m-p/3954368#M290778</guid>
      <dc:creator>RUET</dc:creator>
      <dc:date>2007-03-09T06:55:44Z</dc:date>
    </item>
  </channel>
</rss>

