<?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: need information. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/need-information/m-p/3612474#M815451</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;uname -a&lt;BR /&gt;&lt;BR /&gt;For more info look for man pages for uname &lt;BR /&gt;&lt;BR /&gt;IA</description>
    <pubDate>Fri, 26 Aug 2005 00:25:49 GMT</pubDate>
    <dc:creator>Indira Aramandla</dc:creator>
    <dc:date>2005-08-26T00:25:49Z</dc:date>
    <item>
      <title>need information.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-information/m-p/3612473#M815450</link>
      <description>"isalist" is the user command in Solaris.&lt;BR /&gt;"isalist" - display the native instruction sets executable  on Solaris.&lt;BR /&gt;i want to know which command on HP-UX gives same.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks in Advance.&lt;BR /&gt;Mallappa Y</description>
      <pubDate>Fri, 26 Aug 2005 00:12:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-information/m-p/3612473#M815450</guid>
      <dc:creator>MALLAPPA</dc:creator>
      <dc:date>2005-08-26T00:12:35Z</dc:date>
    </item>
    <item>
      <title>Re: need information.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-information/m-p/3612474#M815451</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;uname -a&lt;BR /&gt;&lt;BR /&gt;For more info look for man pages for uname &lt;BR /&gt;&lt;BR /&gt;IA</description>
      <pubDate>Fri, 26 Aug 2005 00:25:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-information/m-p/3612474#M815451</guid>
      <dc:creator>Indira Aramandla</dc:creator>
      <dc:date>2005-08-26T00:25:49Z</dc:date>
    </item>
    <item>
      <title>Re: need information.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-information/m-p/3612475#M815452</link>
      <description>"uname -a" works fine on both platform &lt;BR /&gt;but "isalist" on Solaris gives &lt;BR /&gt;bash-2.03$ isalist&lt;BR /&gt;sparcv9+vis sparcv9 sparcv8plus+vis sparcv8plus sparcv8 sparcv8-fsmuld sparcv7 sparc&lt;BR /&gt;&lt;BR /&gt;But on HP-UX it give command not found.</description>
      <pubDate>Fri, 26 Aug 2005 00:44:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-information/m-p/3612475#M815452</guid>
      <dc:creator>MALLAPPA</dc:creator>
      <dc:date>2005-08-26T00:44:05Z</dc:date>
    </item>
    <item>
      <title>Re: need information.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-information/m-p/3612476#M815453</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;To view whether or not a system is PA-RISC or  ITANIUM based, look at the physical machine model number using model command (model prints the machine hardware model).&lt;BR /&gt; If it starts with rx, it is  ITANIUM.&lt;BR /&gt; If it starts with rp or is one of the older D,R,K,N boxes, it is PA-RISC&lt;BR /&gt;&lt;BR /&gt;You can also info from /usr/sam/lib/mo/sched.models file. &lt;BR /&gt;getconf KERNEL_BITS   ---- will give you 32/64 info.&lt;BR /&gt;&lt;BR /&gt;Then you can find out if it supports PA-RISC 32-bit instruction set or 64-bit &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 26 Aug 2005 00:51:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-information/m-p/3612476#M815453</guid>
      <dc:creator>Indira Aramandla</dc:creator>
      <dc:date>2005-08-26T00:51:01Z</dc:date>
    </item>
    <item>
      <title>Re: need information.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-information/m-p/3612477#M815454</link>
      <description>Hi try this,&lt;BR /&gt;Example:&lt;BR /&gt;#model&lt;BR /&gt;9000/800/L2000&lt;BR /&gt;&lt;BR /&gt;#strings /usr/sam/lib/mo/sched.models|grep L2000&lt;BR /&gt;L2000-36        2.0     PA8500&lt;BR /&gt;L2000-44        2.0     PA8500&lt;BR /&gt;L2000-5X        2.0     PA8600&lt;BR /&gt;L2000-8X        2.0     PA8700&lt;BR /&gt;</description>
      <pubDate>Fri, 26 Aug 2005 01:02:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-information/m-p/3612477#M815454</guid>
      <dc:creator>morganelan</dc:creator>
      <dc:date>2005-08-26T01:02:39Z</dc:date>
    </item>
    <item>
      <title>Re: need information.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-information/m-p/3612478#M815455</link>
      <description>model gives you "hardware model information" on HP-UX&lt;BR /&gt;&lt;BR /&gt;arch -k gives you "display the architecture of the current host" On Solaris.&lt;BR /&gt;&lt;BR /&gt;I need the command which "display the native instruction sets executable  on HP-UX"&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;MTY.</description>
      <pubDate>Fri, 26 Aug 2005 01:30:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-information/m-p/3612478#M815455</guid>
      <dc:creator>MALLAPPA</dc:creator>
      <dc:date>2005-08-26T01:30:40Z</dc:date>
    </item>
    <item>
      <title>Re: need information.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-information/m-p/3612479#M815456</link>
      <description>I am no Solaris person...but I think that's what folks are trying to share.&lt;BR /&gt;&lt;BR /&gt;HPUX can be Itanium or PA-RISC, you can find this out by typing things like ... uname -a&lt;BR /&gt;&lt;BR /&gt;Where Solaris (as you posted) uses bash, HPUX has the Posix shell (the default kernel shell) and can also use KORN, Bourne, C (aka California) shells.  To get a full list of what is on the box just type ... swlist&lt;BR /&gt;&lt;BR /&gt;The terminology is different, and you will find that commands you use in Solaris may not have a full-fledged equivalents on HPUX (and visa-versa).&lt;BR /&gt;&lt;BR /&gt;Hope this helped at least a little,&lt;BR /&gt;Rgrds,&lt;BR /&gt;Rita&lt;BR /&gt;</description>
      <pubDate>Fri, 26 Aug 2005 13:56:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-information/m-p/3612479#M815456</guid>
      <dc:creator>Rita C Workman</dc:creator>
      <dc:date>2005-08-26T13:56:48Z</dc:date>
    </item>
    <item>
      <title>Re: need information.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-information/m-p/3612480#M815457</link>
      <description>&lt;BR /&gt;You might want to give this a look. not sure if you will find what you are looking for, but I have found it useful. &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.sun-microsystems.org/Tutorials/rosetta/rosetta.html" target="_blank"&gt;http://www.sun-microsystems.org/Tutorials/rosetta/rosetta.html&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 26 Aug 2005 14:33:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-information/m-p/3612480#M815457</guid>
      <dc:creator>Marvin Strong</dc:creator>
      <dc:date>2005-08-26T14:33:12Z</dc:date>
    </item>
    <item>
      <title>Re: need information.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-information/m-p/3612481#M815458</link>
      <description>I don't know sparc systems at all, but what the reason for issuing this command? Seems for me like compiler related. Do you want to compile anything? Please provide a more detailed question.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Torsten</description>
      <pubDate>Fri, 26 Aug 2005 14:41:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-information/m-p/3612481#M815458</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2005-08-26T14:41:28Z</dc:date>
    </item>
    <item>
      <title>Re: need information.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-information/m-p/3612482#M815459</link>
      <description>There is no HP-UX command which does what you&lt;BR /&gt;want.  To determine the native ISA on an&lt;BR /&gt;HP-UX machine, use the model and uname&lt;BR /&gt;commands as described by the other posters,&lt;BR /&gt;or use "getconf CPU_VERSION" and decode the&lt;BR /&gt;value using /usr/include/sys/unistd.h.  Once&lt;BR /&gt;you figure out if machine is PA1.0, PA1.1,&lt;BR /&gt;PA2.0 or IA64, it is easy to figure out what&lt;BR /&gt;ISAs the machine supports: a PA1.0 machine&lt;BR /&gt;only supports PA1.0, a PA1.1 machine supports&lt;BR /&gt;PA1.0 and PA1.1, and so on.&lt;BR /&gt;&lt;BR /&gt;IHYAP&lt;BR /&gt;</description>
      <pubDate>Mon, 29 Aug 2005 12:41:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-information/m-p/3612482#M815459</guid>
      <dc:creator>Gregory Fruth</dc:creator>
      <dc:date>2005-08-29T12:41:16Z</dc:date>
    </item>
  </channel>
</rss>

