<?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 Processor Features in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/processor-features/m-p/3929197#M762302</link>
    <description>Hello!&lt;BR /&gt;&lt;BR /&gt;How can i know what kind of processor my servers have?&lt;BR /&gt;&lt;BR /&gt;I don't own any documentation about the model and neither somebody else :(&lt;BR /&gt;&lt;BR /&gt;Through the command "model" and "uname -a" I find out that I have 2 kind of servers: &lt;BR /&gt;9000/800/N4000-55 operative system is HP-UX 11 &lt;BR /&gt;9000/800/rp4440 operative system is HP-UX 11.11&lt;BR /&gt;&lt;BR /&gt;I need to know velocity, number of operations, etc....&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Fri, 19 Jan 2007 11:48:09 GMT</pubDate>
    <dc:creator>lydi</dc:creator>
    <dc:date>2007-01-19T11:48:09Z</dc:date>
    <item>
      <title>Processor Features</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/processor-features/m-p/3929197#M762302</link>
      <description>Hello!&lt;BR /&gt;&lt;BR /&gt;How can i know what kind of processor my servers have?&lt;BR /&gt;&lt;BR /&gt;I don't own any documentation about the model and neither somebody else :(&lt;BR /&gt;&lt;BR /&gt;Through the command "model" and "uname -a" I find out that I have 2 kind of servers: &lt;BR /&gt;9000/800/N4000-55 operative system is HP-UX 11 &lt;BR /&gt;9000/800/rp4440 operative system is HP-UX 11.11&lt;BR /&gt;&lt;BR /&gt;I need to know velocity, number of operations, etc....&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 19 Jan 2007 11:48:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/processor-features/m-p/3929197#M762302</guid>
      <dc:creator>lydi</dc:creator>
      <dc:date>2007-01-19T11:48:09Z</dc:date>
    </item>
    <item>
      <title>Re: Processor Features</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/processor-features/m-p/3929198#M762303</link>
      <description>hy &lt;BR /&gt;&lt;BR /&gt;try "machinfo"&lt;BR /&gt;&lt;BR /&gt;Regards</description>
      <pubDate>Fri, 19 Jan 2007 11:52:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/processor-features/m-p/3929198#M762303</guid>
      <dc:creator>Oviwan</dc:creator>
      <dc:date>2007-01-19T11:52:32Z</dc:date>
    </item>
    <item>
      <title>Re: Processor Features</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/processor-features/m-p/3929199#M762304</link>
      <description>Do a google search for "HP Hardware @ a Glance".  This gives you a detailed view of all the (current) HP servers and storage.&lt;BR /&gt;&lt;BR /&gt;From that document, I can tell you that your rp4440 has either pa8800 or pa8900 processors.  From other documents that I have accumulated, I can tell you that your N4000 has pa8600 processors - because the 55 tells me that they're running at 550 MHz - other wise they would be pa8500).&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Fri, 19 Jan 2007 11:54:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/processor-features/m-p/3929199#M762304</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2007-01-19T11:54:55Z</dc:date>
    </item>
    <item>
      <title>Re: Processor Features</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/processor-features/m-p/3929200#M762305</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;FAQ (by procura):&lt;BR /&gt;How many CPU's does my system have?&lt;BR /&gt;grep processor /var/adm/syslog/syslog.log&lt;BR /&gt;&lt;BR /&gt;What is my CPU speed?&lt;BR /&gt;echo itick_per_usec/D | adb -k /stand/vmunix /dev/mem&lt;BR /&gt;&lt;BR /&gt;What is my CPU type?&lt;BR /&gt;(model for ex. 9000/800/D390)&lt;BR /&gt;grep -i d390 /opt/langtools/lib/sched.models&lt;BR /&gt;or&lt;BR /&gt;grep -i d390 /usr/sam/lib/mo/sched.models&lt;BR /&gt;or&lt;BR /&gt; echo "selclass qualifier cpu;info;wait;infolog" | /usr/sbin/cstm | grep "CPU Module"&lt;BR /&gt;&lt;BR /&gt;more infos (except HP sites):&lt;BR /&gt;&lt;A href="http://www.openpa.net/systems/" target="_blank"&gt;http://www.openpa.net/systems/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;Volkmar&lt;BR /&gt;</description>
      <pubDate>Fri, 19 Jan 2007 12:00:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/processor-features/m-p/3929200#M762305</guid>
      <dc:creator>V. Nyga</dc:creator>
      <dc:date>2007-01-19T12:00:11Z</dc:date>
    </item>
    <item>
      <title>Re: Processor Features</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/processor-features/m-p/3929201#M762306</link>
      <description>Login into your server then,&lt;BR /&gt;1. sam and then go ..&lt;BR /&gt;2. performance monitors then...&lt;BR /&gt;3. system properties.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards &lt;BR /&gt;Yogesh</description>
      <pubDate>Sat, 20 Jan 2007 01:36:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/processor-features/m-p/3929201#M762306</guid>
      <dc:creator>yogeshvar</dc:creator>
      <dc:date>2007-01-20T01:36:21Z</dc:date>
    </item>
    <item>
      <title>Re: Processor Features</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/processor-features/m-p/3929202#M762307</link>
      <description>&amp;gt;Oviwan: try "machinfo"&lt;BR /&gt;&lt;BR /&gt;This only works on IPF.  The author is on PA.</description>
      <pubDate>Sat, 20 Jan 2007 05:31:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/processor-features/m-p/3929202#M762307</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-01-20T05:31:36Z</dc:date>
    </item>
    <item>
      <title>Re: Processor Features</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/processor-features/m-p/3929203#M762308</link>
      <description>Thank you very much!&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 22 Jan 2007 12:26:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/processor-features/m-p/3929203#M762308</guid>
      <dc:creator>lydi</dc:creator>
      <dc:date>2007-01-22T12:26:10Z</dc:date>
    </item>
  </channel>
</rss>

