1825630 Members
3361 Online
109683 Solutions
New Discussion

HP-UX 11.i v#

 
SOLVED
Go to solution
Dean Hartman
Occasional Contributor

HP-UX 11.i v#

I just took on sys admin responsibilities for some 11.i servers. How do I determine the sub-version number for 11.11? I read documentation (and search docs.hp.com) telling me to do this for version 11.i v1, do this other thing for 11.i v1.5, v1.6, v2. "uname -a" displays B.11.11.
5 REPLIES 5
Jeff Schussele
Honored Contributor
Solution

Re: HP-UX 11.i v#

Hi Dean,

Although "all" of these versions are named 11i the subnumber separates them as follows:

11i v1 = 11.11
11i v1.5 = 11.20 (Discontinued)
11i v1.6 = 11.22
11i v2 = 11.23

From 11.20 & up, they are all for Itanium systems only. 11.11 is THE most current PA-RISC HP-UX version. uname -a WILL display the subnumber.

HTH,
Jeff
PERSEVERANCE -- Remember, whatever does not kill you only makes you stronger!
Uday_S_Ankolekar
Honored Contributor

Re: HP-UX 11.i v#

11i is basically 11.11.

uname -a should show you this..
more here..
http://www.hp.com/products1/unix/operating/index.html

-USA..
Good Luck..
Dean Hartman
Occasional Contributor

Re: HP-UX 11.i v#

Thanks, Jeff.

That clears it up quite nicely.

Dean
Geoff Wild
Honored Contributor

Re: HP-UX 11.i v#

Hey Dean!

Try swlist - might help.
swlist -l bundle | grep '11i'


Also check out:

http://docs.hp.com/cgi-bin/otsearch/getfile?id=/hpux/os/11i/oe/index.html&searchterms=versions%7c11i&queryid=20040127-135506



http://www.software.hp.com/RELEASES-MEDIA/history/slide2.html

Rgds...Geoff
Proverbs 3:5,6 Trust in the Lord with all your heart and lean not on your own understanding; in all your ways acknowledge him, and he will make all your paths straight.
Jeff Schussele
Honored Contributor

Re: HP-UX 11.i v#

Hi Dean,

If all you want is the OS release level, use

uname -r

Rgds,
Jeff
PERSEVERANCE -- Remember, whatever does not kill you only makes you stronger!