<?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: Determining IA or PA in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/determining-ia-or-pa/m-p/3332255#M874136</link>
    <description>hi,&lt;BR /&gt;&lt;BR /&gt;following is not from my head, I red it few days ago here but I can't find it now:&lt;BR /&gt;&lt;BR /&gt;getconf CPU_VERSION  - give CPU version: &lt;BR /&gt;&lt;BR /&gt;528-PA1.1,&lt;BR /&gt;532-PA2.0,&lt;BR /&gt;768-IA64 (aka Itanium, aka IPF)&lt;BR /&gt;&lt;BR /&gt;info is taken from                               /usr/include/sys/unistd.h&lt;BR /&gt;&lt;BR /&gt;br Jan</description>
    <pubDate>Thu, 15 Jul 2004 06:15:58 GMT</pubDate>
    <dc:creator>Jan Sladky</dc:creator>
    <dc:date>2004-07-15T06:15:58Z</dc:date>
    <item>
      <title>Determining IA or PA</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/determining-ia-or-pa/m-p/3332248#M874129</link>
      <description>How can I determine which system i am using IA or PA from command line</description>
      <pubDate>Thu, 15 Jul 2004 05:16:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/determining-ia-or-pa/m-p/3332248#M874129</guid>
      <dc:creator>yatin</dc:creator>
      <dc:date>2004-07-15T05:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Determining IA or PA</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/determining-ia-or-pa/m-p/3332249#M874130</link>
      <description>uname -r is a way: for IA it will report something like B.11.22 or B.11.23, anything else should be PA_RISC.&lt;BR /&gt;Or use model, though I don't know what will be reported on IA systems.&lt;BR /&gt;</description>
      <pubDate>Thu, 15 Jul 2004 05:21:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/determining-ia-or-pa/m-p/3332249#M874130</guid>
      <dc:creator>Elmar P. Kolkman</dc:creator>
      <dc:date>2004-07-15T05:21:09Z</dc:date>
    </item>
    <item>
      <title>Re: Determining IA or PA</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/determining-ia-or-pa/m-p/3332250#M874131</link>
      <description>use the uname command.&lt;BR /&gt;on IA:&lt;BR /&gt;-bash-2.05b$ uname -m&lt;BR /&gt;ia64&lt;BR /&gt;on PA:&lt;BR /&gt;bash-2.01$ uname -m&lt;BR /&gt;9000/800&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 15 Jul 2004 05:21:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/determining-ia-or-pa/m-p/3332250#M874131</guid>
      <dc:creator>ranganath ramachandra</dc:creator>
      <dc:date>2004-07-15T05:21:41Z</dc:date>
    </item>
    <item>
      <title>Re: Determining IA or PA</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/determining-ia-or-pa/m-p/3332251#M874132</link>
      <description>uname -a</description>
      <pubDate>Thu, 15 Jul 2004 05:22:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/determining-ia-or-pa/m-p/3332251#M874132</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2004-07-15T05:22:27Z</dc:date>
    </item>
    <item>
      <title>Re: Determining IA or PA</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/determining-ia-or-pa/m-p/3332252#M874133</link>
      <description>I should have been more specific:&lt;BR /&gt;&lt;BR /&gt;11.11 system PA-RISC&lt;BR /&gt;uname -a&lt;BR /&gt;HP-UX serverX B.11.23 U ia64 12345678090 unlimited-user license&lt;BR /&gt;&lt;BR /&gt;itanium&lt;BR /&gt;uname -a&lt;BR /&gt;HP-UX serverY B.11.11 U 9000/800 3284783283 unlimited-user license&lt;BR /&gt;&lt;BR /&gt;and another&lt;BR /&gt;&lt;BR /&gt;getconf MACHINE_MODEL&lt;BR /&gt;will give some additional info&lt;BR /&gt;</description>
      <pubDate>Thu, 15 Jul 2004 05:30:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/determining-ia-or-pa/m-p/3332252#M874133</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2004-07-15T05:30:38Z</dc:date>
    </item>
    <item>
      <title>Re: Determining IA or PA</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/determining-ia-or-pa/m-p/3332253#M874134</link>
      <description>hai,&lt;BR /&gt;&lt;BR /&gt; We can get the machine type with uname -m command. But there is a regulation in usign uname with -m as,&lt;BR /&gt; &lt;BR /&gt; ----- man uname --&lt;BR /&gt;It is recommended that the model command or the getconf command be used to obtain the model name, since future model names may not be compatible with uname.  See model(1) and getconf(1).&lt;BR /&gt;&lt;BR /&gt;----------------&lt;BR /&gt; Using model command&lt;BR /&gt; ===================&lt;BR /&gt; # model&lt;BR /&gt; IA&amp;gt; ia64 hp server rx2600&lt;BR /&gt;&lt;BR /&gt; PA &amp;gt; 9000/800/A500-5X&lt;BR /&gt;&lt;BR /&gt; Using getconf&lt;BR /&gt; =============&lt;BR /&gt; # getconf MACHINE_MODEL&lt;BR /&gt;&lt;BR /&gt; We can know the machine model effectively.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Muthukumar.&lt;BR /&gt;</description>
      <pubDate>Thu, 15 Jul 2004 05:35:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/determining-ia-or-pa/m-p/3332253#M874134</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2004-07-15T05:35:53Z</dc:date>
    </item>
    <item>
      <title>Re: Determining IA or PA</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/determining-ia-or-pa/m-p/3332254#M874135</link>
      <description>Geez I got these back the front .... &lt;BR /&gt;&lt;BR /&gt;itanium&lt;BR /&gt;# uname -a&lt;BR /&gt;HP-UX serverX B.11.23 U ia64 12345678090 unlimited-user license&lt;BR /&gt;&lt;BR /&gt;11.11 system PA-RISC&lt;BR /&gt;# uname -a&lt;BR /&gt;HP-UX serverY B.11.11 U 9000/800 3284783283 unlimited-user license&lt;BR /&gt;&lt;BR /&gt;and another&lt;BR /&gt;&lt;BR /&gt;# getconf MACHINE_MODEL&lt;BR /&gt;ia64 hp server rx7620 (itanium)&lt;BR /&gt;9000/800/N4000-55 (PA-RISC)</description>
      <pubDate>Thu, 15 Jul 2004 05:36:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/determining-ia-or-pa/m-p/3332254#M874135</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2004-07-15T05:36:54Z</dc:date>
    </item>
    <item>
      <title>Re: Determining IA or PA</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/determining-ia-or-pa/m-p/3332255#M874136</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;following is not from my head, I red it few days ago here but I can't find it now:&lt;BR /&gt;&lt;BR /&gt;getconf CPU_VERSION  - give CPU version: &lt;BR /&gt;&lt;BR /&gt;528-PA1.1,&lt;BR /&gt;532-PA2.0,&lt;BR /&gt;768-IA64 (aka Itanium, aka IPF)&lt;BR /&gt;&lt;BR /&gt;info is taken from                               /usr/include/sys/unistd.h&lt;BR /&gt;&lt;BR /&gt;br Jan</description>
      <pubDate>Thu, 15 Jul 2004 06:15:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/determining-ia-or-pa/m-p/3332255#M874136</guid>
      <dc:creator>Jan Sladky</dc:creator>
      <dc:date>2004-07-15T06:15:58Z</dc:date>
    </item>
    <item>
      <title>Re: Determining IA or PA</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/determining-ia-or-pa/m-p/3332256#M874137</link>
      <description>fwiw, keying off of the release will work for _now_ but in the future, there will be a time when IA and PA systems run identically numbered OS releases, so going with the other ideas will have longer applicabiltiy.</description>
      <pubDate>Fri, 16 Jul 2004 10:39:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/determining-ia-or-pa/m-p/3332256#M874137</guid>
      <dc:creator>rick jones</dc:creator>
      <dc:date>2004-07-16T10:39:59Z</dc:date>
    </item>
    <item>
      <title>Re: Determining IA or PA</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/determining-ia-or-pa/m-p/3332257#M874138</link>
      <description>getconf CPU-VERSION &lt;BR /&gt;uname -a &lt;BR /&gt;model&lt;BR /&gt;&lt;BR /&gt;These three commands will provide you with the needed information.&lt;BR /&gt;&lt;BR /&gt;I personally use the uname -a as the 11.11 and below are PA-RISC and the 11.22 and above are IA-64.  There is supposed to be a merged version on the Horizon. Then you would use the command:model.&lt;BR /&gt;&lt;BR /&gt;Hope that helps.&lt;BR /&gt;&lt;BR /&gt;Tim</description>
      <pubDate>Fri, 16 Jul 2004 12:59:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/determining-ia-or-pa/m-p/3332257#M874138</guid>
      <dc:creator>Tim Sanko</dc:creator>
      <dc:date>2004-07-16T12:59:09Z</dc:date>
    </item>
  </channel>
</rss>

