1832899 Members
2332 Online
110048 Solutions
New Discussion

11i version

 
GK_5
Regular Advisor

11i version

How do I find which version of 11i ( v1.0, v.1.6 or v2.0 ) is running on my system?

Thanks
IT is great!
3 REPLIES 3
Jeff Schussele
Honored Contributor

Re: 11i version

Hi GK,

Run
uname -a
here's the associations
11i v1 => 11.11
11i v1.5 => 11.20
11i v1.6 => 11.22
11i v2 => 11.24 (I think)

I'm not positive on that last one, but am on the other 3.

HTH,
Jeff
PERSEVERANCE -- Remember, whatever does not kill you only makes you stronger!
James R. Ferguson
Acclaimed Contributor

Re: 11i version

Hi GK:

Jeff is correct except for the newest 11i version. HP-UX 11i Version 2 is also known as 11.23.

See:

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

Regards!

...JRF...
Keith Bevan_1
Trusted Contributor

Re: 11i version

You could also try the following instead of uname if required :--

swlist -l bundle | grep '11i'

You could still then cross ref the previous good suggestions.

Keith
You are either part of the solution or part of the problem