<?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: Locating processor information in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/locating-processor-information/m-p/2504719#M21373</link>
    <description>To find your processor type: go into SAM, then go to Performance Monitors, then go into System Properties.  The first tab will list your processor information.&lt;BR /&gt;&lt;BR /&gt;Another good URL for information on what machines will run HP-UX 11.00 is:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://devresource.hp.com/STK/hpux_faq.html#C1" target="_blank"&gt;http://devresource.hp.com/STK/hpux_faq.html#C1&lt;/A&gt;</description>
    <pubDate>Tue, 13 Mar 2001 22:13:37 GMT</pubDate>
    <dc:creator>Patrick Wallek</dc:creator>
    <dc:date>2001-03-13T22:13:37Z</dc:date>
    <item>
      <title>Locating processor information</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/locating-processor-information/m-p/2504718#M21372</link>
      <description>I am trying to find out what type of processors I have on my various servers.  I have a mixture of HPUX 10.20 and 11.00 operating systems and a mixture of D, K, N and V class servers.&lt;BR /&gt;&lt;BR /&gt;I know my N and V servers are 64-bit PA-8x00 processors.  How can I find out what the other servers have?  Does anyone know a command that will display this type of info?  In particular, I want to find out which are 64-bit capable, since I believe they are all PA-8x00.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;JLS</description>
      <pubDate>Tue, 13 Mar 2001 22:02:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/locating-processor-information/m-p/2504718#M21372</guid>
      <dc:creator>Joel Shank</dc:creator>
      <dc:date>2001-03-13T22:02:59Z</dc:date>
    </item>
    <item>
      <title>Re: Locating processor information</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/locating-processor-information/m-p/2504719#M21373</link>
      <description>To find your processor type: go into SAM, then go to Performance Monitors, then go into System Properties.  The first tab will list your processor information.&lt;BR /&gt;&lt;BR /&gt;Another good URL for information on what machines will run HP-UX 11.00 is:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://devresource.hp.com/STK/hpux_faq.html#C1" target="_blank"&gt;http://devresource.hp.com/STK/hpux_faq.html#C1&lt;/A&gt;</description>
      <pubDate>Tue, 13 Mar 2001 22:13:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/locating-processor-information/m-p/2504719#M21373</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2001-03-13T22:13:37Z</dc:date>
    </item>
    <item>
      <title>Re: Locating processor information</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/locating-processor-information/m-p/2504720#M21374</link>
      <description>Joel,&lt;BR /&gt;If your purpose is to find out which servers are capable of 64 bit you can find it from the /etc/.supported_bits file.&lt;BR /&gt;This file has a list of System models and if they will support 64 bits or not.&lt;BR /&gt;....9000/802/K250     32/64&lt;BR /&gt;9000/879/K260     32/64&lt;BR /&gt;9000/879/K260-EG  32/64&lt;BR /&gt;9000/889/K460-EG  32/64&lt;BR /&gt;9000/889/K460-XP  32/64&lt;BR /&gt;9000/898/K370     32/64&lt;BR /&gt;9000/804/K450     32/64&lt;BR /&gt;.......&lt;BR /&gt;This file is available only under 11.x&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;Karthik...</description>
      <pubDate>Tue, 13 Mar 2001 22:29:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/locating-processor-information/m-p/2504720#M21374</guid>
      <dc:creator>Karthik_2</dc:creator>
      <dc:date>2001-03-13T22:29:32Z</dc:date>
    </item>
    <item>
      <title>Re: Locating processor information</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/locating-processor-information/m-p/2504721#M21375</link>
      <description>Hi Joel:&lt;BR /&gt;&lt;BR /&gt;Try this:&lt;BR /&gt;&lt;BR /&gt;# grep `model|awk -F/ '{print $3}'` /usr/sam/lib/mo/sched.models&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 13 Mar 2001 22:31:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/locating-processor-information/m-p/2504721#M21375</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2001-03-13T22:31:29Z</dc:date>
    </item>
    <item>
      <title>Re: Locating processor information</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/locating-processor-information/m-p/2504722#M21376</link>
      <description>There is also a command called getconf&lt;BR /&gt;that'll tell you lots and lots about the cpu&lt;BR /&gt;and the system itself&lt;BR /&gt;&lt;BR /&gt;You can also find out from the BCH INfo menu&lt;BR /&gt;&lt;BR /&gt;Later,&lt;BR /&gt;Bill</description>
      <pubDate>Wed, 14 Mar 2001 16:21:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/locating-processor-information/m-p/2504722#M21376</guid>
      <dc:creator>Bill McNAMARA_1</dc:creator>
      <dc:date>2001-03-14T16:21:33Z</dc:date>
    </item>
  </channel>
</rss>

