<?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 How do I get the HP-UX version? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-get-the-hp-ux-version/m-p/5203964#M681271</link>
    <description>I want to get some software, but some is for Itanium, and some is for PA-RISC, and I don't know what I have.&lt;BR /&gt;&lt;BR /&gt;Thanks!</description>
    <pubDate>Tue, 13 Oct 2009 19:44:42 GMT</pubDate>
    <dc:creator>Mr. Lewis Lampkin, III</dc:creator>
    <dc:date>2009-10-13T19:44:42Z</dc:date>
    <item>
      <title>How do I get the HP-UX version?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-get-the-hp-ux-version/m-p/5203964#M681271</link>
      <description>I want to get some software, but some is for Itanium, and some is for PA-RISC, and I don't know what I have.&lt;BR /&gt;&lt;BR /&gt;Thanks!</description>
      <pubDate>Tue, 13 Oct 2009 19:44:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-get-the-hp-ux-version/m-p/5203964#M681271</guid>
      <dc:creator>Mr. Lewis Lampkin, III</dc:creator>
      <dc:date>2009-10-13T19:44:42Z</dc:date>
    </item>
    <item>
      <title>Re: How do I get the HP-UX version?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-get-the-hp-ux-version/m-p/5203965#M681272</link>
      <description>Istan12345,&lt;BR /&gt;&lt;BR /&gt;If I undrstand your question correctly, &lt;BR /&gt;Use this command in your system:&lt;BR /&gt;&lt;BR /&gt;# uname -a   &lt;BR /&gt;This will give the hp-ux os version. And Architecture: like PARISC or IA .(IA = Itanium)&lt;BR /&gt;Like hp-ux 11.23 .&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# model   #To know if its PA-RISC or IA.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# swlist -l bundle | grep -i HPUX | grep -i OE&lt;BR /&gt;- Thiss will print which OE you have. (OE=Operating Envirnment.)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Raj.</description>
      <pubDate>Tue, 13 Oct 2009 20:00:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-get-the-hp-ux-version/m-p/5203965#M681272</guid>
      <dc:creator>Raj D.</dc:creator>
      <dc:date>2009-10-13T20:00:20Z</dc:date>
    </item>
    <item>
      <title>Re: How do I get the HP-UX version?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-get-the-hp-ux-version/m-p/5203966#M681273</link>
      <description>&lt;!--!*#--&gt;      man uname&lt;BR /&gt;&lt;BR /&gt;dy # uname -a&lt;BR /&gt;HP-UX dy B.11.11 U 9000/785 2012616114 unlimited-user license&lt;BR /&gt;&lt;BR /&gt;dy # uname -m&lt;BR /&gt;9000/785&lt;BR /&gt;&lt;BR /&gt;dy # uname -r&lt;BR /&gt;B.11.11&lt;BR /&gt;&lt;BR /&gt;dyi # uname -a&lt;BR /&gt;HP-UX dyi B.11.31 U ia64 4235313755 unlimited-user license&lt;BR /&gt;&lt;BR /&gt;dyi # uname -m&lt;BR /&gt;ia64&lt;BR /&gt;&lt;BR /&gt;dyi # uname -r&lt;BR /&gt;B.11.31</description>
      <pubDate>Tue, 13 Oct 2009 21:01:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-get-the-hp-ux-version/m-p/5203966#M681273</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2009-10-13T21:01:21Z</dc:date>
    </item>
    <item>
      <title>Re: How do I get the HP-UX version?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-get-the-hp-ux-version/m-p/5203967#M681274</link>
      <description>Ia64 is Itanium&lt;BR /&gt;9000/700 is PA Risc workstation&lt;BR /&gt;9000/800 is PA Risc server</description>
      <pubDate>Tue, 13 Oct 2009 22:05:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-get-the-hp-ux-version/m-p/5203967#M681274</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2009-10-13T22:05:19Z</dc:date>
    </item>
    <item>
      <title>Re: How do I get the HP-UX version?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-get-the-hp-ux-version/m-p/5203968#M681275</link>
      <description>uname -a&lt;BR /&gt;and&lt;BR /&gt;model&lt;BR /&gt;&lt;BR /&gt;Both would giev you what u want.&lt;BR /&gt;&lt;BR /&gt;BR,&lt;BR /&gt;Kapil+</description>
      <pubDate>Tue, 13 Oct 2009 23:48:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-get-the-hp-ux-version/m-p/5203968#M681275</guid>
      <dc:creator>Kapil Jha</dc:creator>
      <dc:date>2009-10-13T23:48:46Z</dc:date>
    </item>
    <item>
      <title>Re: How do I get the HP-UX version?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-get-the-hp-ux-version/m-p/5203969#M681276</link>
      <description>Hi..&lt;BR /&gt;&lt;BR /&gt;As already said you can use&lt;BR /&gt;# uname -a &lt;BR /&gt;# model&lt;BR /&gt;&lt;BR /&gt;But if you have ignite installed you can use:&lt;BR /&gt;# print_manifest&lt;BR /&gt;&lt;BR /&gt;This will give you detailed info about the &lt;BR /&gt;server.&lt;BR /&gt;&lt;BR /&gt;Regds..</description>
      <pubDate>Wed, 14 Oct 2009 00:16:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-get-the-hp-ux-version/m-p/5203969#M681276</guid>
      <dc:creator>R.K. #</dc:creator>
      <dc:date>2009-10-14T00:16:43Z</dc:date>
    </item>
    <item>
      <title>Re: How do I get the HP-UX version?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-get-the-hp-ux-version/m-p/5203970#M681277</link>
      <description>Thanks for your help.  Everyone was helpful.</description>
      <pubDate>Wed, 14 Oct 2009 19:11:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-get-the-hp-ux-version/m-p/5203970#M681277</guid>
      <dc:creator>Mr. Lewis Lampkin, III</dc:creator>
      <dc:date>2009-10-14T19:11:03Z</dc:date>
    </item>
    <item>
      <title>Re: How do I get the HP-UX version?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-get-the-hp-ux-version/m-p/5203971#M681278</link>
      <description>The 10 point answer was the solution.&lt;BR /&gt;The 8 point answer explained what the 9000/800 meant, which I could not make sense of otherwise (which was probably plain to someone who does this for a living.)&lt;BR /&gt;The 5 point answer gave me additional options for running the commands.&lt;BR /&gt;The other answers were repeats, but still helpful, so 3 points each.</description>
      <pubDate>Wed, 14 Oct 2009 19:21:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-get-the-hp-ux-version/m-p/5203971#M681278</guid>
      <dc:creator>Mr. Lewis Lampkin, III</dc:creator>
      <dc:date>2009-10-14T19:21:35Z</dc:date>
    </item>
  </channel>
</rss>

