<?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 Architecture?? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/processor-architecture/m-p/2820197#M940183</link>
    <description>Hello,&lt;BR /&gt;    May I know how I can find out whether a&lt;BR /&gt;machine is on PA RISC 1.1/PA RISC 2.0 architecture?&lt;BR /&gt;    I came to know that one can use 'getconf'&lt;BR /&gt;with some argument called CPU_CHIP_TYPE.But&lt;BR /&gt;it gives some numbers like 365 in one m/c and&lt;BR /&gt;in another m/c 471.&lt;BR /&gt;    How can I map these values to processor version?Any pointers.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Karthik</description>
    <pubDate>Mon, 07 Oct 2002 14:22:55 GMT</pubDate>
    <dc:creator>Karthik Dathathri</dc:creator>
    <dc:date>2002-10-07T14:22:55Z</dc:date>
    <item>
      <title>Processor Architecture??</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/processor-architecture/m-p/2820197#M940183</link>
      <description>Hello,&lt;BR /&gt;    May I know how I can find out whether a&lt;BR /&gt;machine is on PA RISC 1.1/PA RISC 2.0 architecture?&lt;BR /&gt;    I came to know that one can use 'getconf'&lt;BR /&gt;with some argument called CPU_CHIP_TYPE.But&lt;BR /&gt;it gives some numbers like 365 in one m/c and&lt;BR /&gt;in another m/c 471.&lt;BR /&gt;    How can I map these values to processor version?Any pointers.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Karthik</description>
      <pubDate>Mon, 07 Oct 2002 14:22:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/processor-architecture/m-p/2820197#M940183</guid>
      <dc:creator>Karthik Dathathri</dc:creator>
      <dc:date>2002-10-07T14:22:55Z</dc:date>
    </item>
    <item>
      <title>Re: Processor Architecture??</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/processor-architecture/m-p/2820198#M940184</link>
      <description>Use this ..&lt;BR /&gt;# echo "cpu_arch_is_1_1/D"|adb -k /stand/vmunix /dev/kmem&lt;BR /&gt;and&lt;BR /&gt;# echo "cpu_arch_is_2_0/D" | adb -k /stand/vmunix /dev/kmem&lt;BR /&gt;The above will return the value 0 or 1. If the second command for example returns 1, it means the processor is at version 2.0.&lt;BR /&gt;Another way is to look up in the file ..&lt;BR /&gt;/usr/sam/lib/mo/sched.models. For that you got to run ..&lt;BR /&gt;# uname -m&lt;BR /&gt;first before you can cross reference it with that file.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 07 Oct 2002 14:32:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/processor-architecture/m-p/2820198#M940184</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-10-07T14:32:41Z</dc:date>
    </item>
    <item>
      <title>Re: Processor Architecture??</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/processor-architecture/m-p/2820199#M940185</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;#model&lt;BR /&gt;9000/821/D250&lt;BR /&gt;&lt;BR /&gt;#more /opt/langtools/lib/sched.models | grep D250&lt;BR /&gt;&lt;BR /&gt;D250    1.1d    PA7200&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Steve&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 07 Oct 2002 14:37:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/processor-architecture/m-p/2820199#M940185</guid>
      <dc:creator>steven Burgess_2</dc:creator>
      <dc:date>2002-10-07T14:37:29Z</dc:date>
    </item>
    <item>
      <title>Re: Processor Architecture??</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/processor-architecture/m-p/2820200#M940186</link>
      <description>Hi Chan and Steve,&lt;BR /&gt;    Thanks for your replies.Both of your replies helped me to get the solution.&lt;BR /&gt;    &lt;BR /&gt;1.To get the model of a machine,model command can be used&lt;BR /&gt;  e.g $model&lt;BR /&gt;      9000/821/D350&lt;BR /&gt;2.To find the processor architecture,I tried&lt;BR /&gt;  $more /usr/sam/lib/mo/sched.models|grep D350&lt;BR /&gt;  &lt;BR /&gt;  The output was&lt;BR /&gt;  D350    1.1d    PA7200&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Karthik</description>
      <pubDate>Tue, 08 Oct 2002 04:48:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/processor-architecture/m-p/2820200#M940186</guid>
      <dc:creator>Karthik Dathathri</dc:creator>
      <dc:date>2002-10-08T04:48:57Z</dc:date>
    </item>
    <item>
      <title>Re: Processor Architecture??</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/processor-architecture/m-p/2820201#M940187</link>
      <description>Hi Karthik,&lt;BR /&gt;If you can not remember the syntext in future just go to sam -&amp;gt;Performance Monitors -&amp;gt;system properties</description>
      <pubDate>Tue, 08 Oct 2002 05:19:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/processor-architecture/m-p/2820201#M940187</guid>
      <dc:creator>Animesh Chakraborty</dc:creator>
      <dc:date>2002-10-08T05:19:42Z</dc:date>
    </item>
    <item>
      <title>Re: Processor Architecture??</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/processor-architecture/m-p/2820202#M940188</link>
      <description>Here's a quick way of displaying it:&lt;BR /&gt;# /usr/sam/lbin/samx -C /usr/sam/lib/C/mo.ui &lt;BR /&gt;&lt;BR /&gt;Cheryl</description>
      <pubDate>Thu, 10 Oct 2002 10:26:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/processor-architecture/m-p/2820202#M940188</guid>
      <dc:creator>Cheryl Griffin</dc:creator>
      <dc:date>2002-10-10T10:26:59Z</dc:date>
    </item>
  </channel>
</rss>

