<?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: CPU Type on HP in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/cpu-type-on-hp/m-p/5036549#M758372</link>
    <description>Following are the information my application returns into the XML file. I've to true up all those values but I don't have commands for that. I've already got the command for CPU count.&lt;BR /&gt;&lt;BR /&gt;##########&lt;BR /&gt;cpuType="HP PA-RISC" physicalProcessorCount="2"&lt;BR /&gt;coreCount="0"&lt;BR /&gt;logicalCoreCount="2"&lt;BR /&gt;activeCoreCount="2" hyperThreadingCapable="false" osPatchLevel="" &lt;BR /&gt;##########&lt;BR /&gt;&lt;BR /&gt;Can anyone help on this pls?</description>
    <pubDate>Tue, 27 Mar 2007 07:24:47 GMT</pubDate>
    <dc:creator>Alpa Shah</dc:creator>
    <dc:date>2007-03-27T07:24:47Z</dc:date>
    <item>
      <title>CPU Type on HP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cpu-type-on-hp/m-p/5036546#M758369</link>
      <description>&lt;BR /&gt;I've an application which reports all system info in an XML file. I want to true up those values. Those info are CPUType, Hyperthreading capable, hostid, core count, logical core count.&lt;BR /&gt;Anyone know the commands to get all these info on HP-UX and AIX?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 27 Mar 2007 03:55:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cpu-type-on-hp/m-p/5036546#M758369</guid>
      <dc:creator>Alpa Shah</dc:creator>
      <dc:date>2007-03-27T03:55:14Z</dc:date>
    </item>
    <item>
      <title>Re: CPU Type on HP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cpu-type-on-hp/m-p/5036547#M758370</link>
      <description>Search the forums for "favorite sysadmin scripts you always keep around" Some of them have methods of picking out cpu type , speed, count and so on</description>
      <pubDate>Tue, 27 Mar 2007 04:12:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cpu-type-on-hp/m-p/5036547#M758370</guid>
      <dc:creator>Jarle Bjorgeengen</dc:creator>
      <dc:date>2007-03-27T04:12:45Z</dc:date>
    </item>
    <item>
      <title>Re: CPU Type on HP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cpu-type-on-hp/m-p/5036548#M758371</link>
      <description>&lt;!--!*#--&gt;This will give you the speed and model of the CPUs (at least for RISC):&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;HPUX=/stand/vmunix&lt;BR /&gt;&lt;BR /&gt;MODEL=$(grep -i $(model | tr "/" " " \&lt;BR /&gt;        | awk '{print $NF}') \&lt;BR /&gt;        /usr/sam/lib/mo/sched.models \&lt;BR /&gt;        | awk '{print $NF}')&lt;BR /&gt;&lt;BR /&gt;                                      #Note: for 11.23 RISC, use&lt;BR /&gt;MHZ=$(echo itick_per_tick/D \         # echo "itick_per_usec/d" \&lt;BR /&gt;        | adb -k $HPUX /dev/kmem \    # | adb $HPUX /dev/kmem&lt;BR /&gt;        | tail -1 \                   #For Itanium, use machinfo&lt;BR /&gt;        | awk '{print $2/10000}')&lt;BR /&gt;echo `hostname` has `ioscan -k |grep -n processor \&lt;BR /&gt;        |wc -l` $MODEL $MHZ  "Mhz processor(s)"&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Tue, 27 Mar 2007 05:09:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cpu-type-on-hp/m-p/5036548#M758371</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2007-03-27T05:09:15Z</dc:date>
    </item>
    <item>
      <title>Re: CPU Type on HP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cpu-type-on-hp/m-p/5036549#M758372</link>
      <description>Following are the information my application returns into the XML file. I've to true up all those values but I don't have commands for that. I've already got the command for CPU count.&lt;BR /&gt;&lt;BR /&gt;##########&lt;BR /&gt;cpuType="HP PA-RISC" physicalProcessorCount="2"&lt;BR /&gt;coreCount="0"&lt;BR /&gt;logicalCoreCount="2"&lt;BR /&gt;activeCoreCount="2" hyperThreadingCapable="false" osPatchLevel="" &lt;BR /&gt;##########&lt;BR /&gt;&lt;BR /&gt;Can anyone help on this pls?</description>
      <pubDate>Tue, 27 Mar 2007 07:24:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cpu-type-on-hp/m-p/5036549#M758372</guid>
      <dc:creator>Alpa Shah</dc:creator>
      <dc:date>2007-03-27T07:24:47Z</dc:date>
    </item>
    <item>
      <title>Re: CPU Type on HP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cpu-type-on-hp/m-p/5036550#M758373</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;Run 'machinfo' if this is an Itanium HP-UX server.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Tue, 27 Mar 2007 07:57:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cpu-type-on-hp/m-p/5036550#M758373</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2007-03-27T07:57:05Z</dc:date>
    </item>
    <item>
      <title>Re: CPU Type on HP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cpu-type-on-hp/m-p/5036551#M758374</link>
      <description>Thanks James !!&lt;BR /&gt;Got all info for Itanium.&lt;BR /&gt;Any idea for Hp PA-RISC?</description>
      <pubDate>Tue, 27 Mar 2007 08:01:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cpu-type-on-hp/m-p/5036551#M758374</guid>
      <dc:creator>Alpa Shah</dc:creator>
      <dc:date>2007-03-27T08:01:43Z</dc:date>
    </item>
    <item>
      <title>Re: CPU Type on HP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cpu-type-on-hp/m-p/5036552#M758375</link>
      <description>Hi Alpa Shah,&lt;BR /&gt;&lt;BR /&gt;For PA-RISC, knowledge Mine# KBRC00017315 mentions that you can run:&lt;BR /&gt;&lt;BR /&gt;- Cpu Version:&lt;BR /&gt;# /usr/sbin/diag/contrib/pdcinfo -no_banner  grep CPU | grep PA &lt;BR /&gt;&lt;BR /&gt;- Number of Processors&lt;BR /&gt;# ioscan -kfC processor | grep ^processor | wc -l &lt;BR /&gt;or&lt;BR /&gt;# echo "processor_count/D" | adb -k /stand/vmunix /dev/mem &lt;BR /&gt;&lt;BR /&gt;- Machine Identifier&lt;BR /&gt;#  uname -i &lt;BR /&gt;&lt;BR /&gt;- Clock Frequency&lt;BR /&gt;# echo itick_per_usec/D | adb -k /stand/vmunix /dev/mem &lt;BR /&gt;&lt;BR /&gt;- Serial Number&lt;BR /&gt;# getconf CS_MACHINE_SERIAL&lt;BR /&gt;or&lt;BR /&gt;# echo "sc product system;info;wait;il" | cstm | grep -i "system serial"&lt;BR /&gt;&lt;BR /&gt;or&lt;BR /&gt;# echo "sel path system\ninfolog\nexit"|cstm|grep "System Serial" System &lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regards</description>
      <pubDate>Wed, 28 Mar 2007 02:09:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cpu-type-on-hp/m-p/5036552#M758375</guid>
      <dc:creator>PC_7</dc:creator>
      <dc:date>2007-03-28T02:09:42Z</dc:date>
    </item>
    <item>
      <title>Re: CPU Type on HP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cpu-type-on-hp/m-p/5036553#M758376</link>
      <description>For PA-RISC&lt;BR /&gt;&lt;BR /&gt;use the command print_manifest for the informations</description>
      <pubDate>Wed, 28 Mar 2007 06:50:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cpu-type-on-hp/m-p/5036553#M758376</guid>
      <dc:creator>Bhushan Bumber</dc:creator>
      <dc:date>2007-03-28T06:50:08Z</dc:date>
    </item>
    <item>
      <title>Re: CPU Type on HP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cpu-type-on-hp/m-p/5036554#M758377</link>
      <description>&lt;!--!*#--&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;for Interity systems run&lt;BR /&gt;&lt;BR /&gt;/usr/contrib/bin/machinfo&lt;BR /&gt;&lt;BR /&gt;Example:&lt;BR /&gt;$ /usr/contrib/bin/machinfo&lt;BR /&gt;CPU info:&lt;BR /&gt;  1 Intel(R) Itanium 2 9000 series processor (1.59 GHz, 18 MB)&lt;BR /&gt;          532 MT/s bus, CPU version C2&lt;BR /&gt;          2 logical processors (2 per socket)&lt;BR /&gt;&lt;BR /&gt;Memory: 4065 MB (3.97 GB)&lt;BR /&gt;&lt;BR /&gt;Firmware info:&lt;BR /&gt;   Firmware revision:  01.32&lt;BR /&gt;   FP SWA driver revision: 1.18&lt;BR /&gt;   IPMI is supported on this system.&lt;BR /&gt;   BMC firmware revision: 5.07&lt;BR /&gt;&lt;BR /&gt;Platform info:&lt;BR /&gt;   Model:                  "ia64 hp server rx3600"&lt;BR /&gt;&lt;BR /&gt;... (and more) ...&lt;BR /&gt;&lt;BR /&gt;or even "machinfo -v" (11.31):&lt;BR /&gt;&lt;BR /&gt;$ /usr/contrib/bin/machinfo -v&lt;BR /&gt;CPU info:&lt;BR /&gt;  1 Intel(R) Itanium 2 9000 series processor (1.59 GHz, 18 MB)&lt;BR /&gt;          532 MT/s bus, CPU version C2&lt;BR /&gt;          2 logical processors (2 per socket)&lt;BR /&gt;&lt;BR /&gt;          Vendor identification:        GenuineIntel&lt;BR /&gt;          Processor version info:       0x0000000020000704&lt;BR /&gt;                  Family 32, model 0, stepping 7&lt;BR /&gt;          Processor capabilities:       0x0000000000000005&lt;BR /&gt;                  Implements long branch&lt;BR /&gt;                  Implements 16-byte atomic operations&lt;BR /&gt;          Bus features supported:       0xbdf0000020000000&lt;BR /&gt;          Bus features enabled:         0x0000000000000000&lt;BR /&gt;          L1 Instruction cache:      16 KB, 4-way&lt;BR /&gt;          L1 Data cache:             16 KB, 4-way&lt;BR /&gt;          L2 Instruction cache:       1 MB, 8-way&lt;BR /&gt;          L2 Data cache:            256 KB, 8-way&lt;BR /&gt;          L3 Unified cache:           9 MB, 9-way&lt;BR /&gt;&lt;BR /&gt;Memory: 4065 MB (3.97 GB)&lt;BR /&gt;...&lt;BR /&gt;...</description>
      <pubDate>Wed, 28 Mar 2007 07:30:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cpu-type-on-hp/m-p/5036554#M758377</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2007-03-28T07:30:34Z</dc:date>
    </item>
    <item>
      <title>Re: CPU Type on HP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cpu-type-on-hp/m-p/5036555#M758378</link>
      <description>Thanks a lot to all of you.&lt;BR /&gt;your answers really helped me.</description>
      <pubDate>Thu, 29 Mar 2007 03:46:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cpu-type-on-hp/m-p/5036555#M758378</guid>
      <dc:creator>Alpa Shah</dc:creator>
      <dc:date>2007-03-29T03:46:48Z</dc:date>
    </item>
    <item>
      <title>Re: CPU Type on HP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cpu-type-on-hp/m-p/5036556#M758379</link>
      <description>Hi Alpa Shah,&lt;BR /&gt;&lt;BR /&gt;Glad that the answers helped you. &lt;BR /&gt;&lt;BR /&gt;Could you please assign points (&lt;A href="http://forums1.itrc.hp.com/service/forums/helptips.do?#33)" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/helptips.do?#33)&lt;/A&gt; and then close the thread (&lt;A href="http://forums1.itrc.hp.com/service/forums/helptips.do?#40)" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/helptips.do?#40)&lt;/A&gt; ?&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Pau Cen</description>
      <pubDate>Fri, 30 Mar 2007 03:36:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cpu-type-on-hp/m-p/5036556#M758379</guid>
      <dc:creator>PC_7</dc:creator>
      <dc:date>2007-03-30T03:36:08Z</dc:date>
    </item>
    <item>
      <title>Re: CPU Type on HP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cpu-type-on-hp/m-p/5036557#M758380</link>
      <description>I got all answers I needed so closing the thread. Again thanks to all who helped me.</description>
      <pubDate>Fri, 30 Mar 2007 03:49:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cpu-type-on-hp/m-p/5036557#M758380</guid>
      <dc:creator>Alpa Shah</dc:creator>
      <dc:date>2007-03-30T03:49:25Z</dc:date>
    </item>
  </channel>
</rss>

