1752585 Members
4323 Online
108788 Solutions
New Discussion юеВ

HP-UX query

 
SOLVED
Go to solution
BrianDoyle
Trusted Contributor

HP-UX query

I have an application which requires 11i v2 1207 (December 2007) edition.
I know I have 11 v2 0607 (June 2007) on my server but is there a command to confirm this?
uname -a doesnt specify the 'exact' version.

Why are some app's so specific about release? And are there patches available to update the OS to December 07 or is a cold install from dvd required.
thanks
4 REPLIES 4
Ivan Krastev
Honored Contributor
Solution

Re: HP-UX query

Check QPK version with :
swlist | grep -i QPK


regards,
ivan
BrianDoyle
Trusted Contributor

Re: HP-UX query

Great thanks Ivan
Richard Hepworth
Esteemed Contributor

Re: HP-UX query

Hi,

Run swlist -l bundle | grep -i hpuxbase :

HPUXBaseAux B.11.23.0609 HP-UX Base OS Auxiliary
HPUXBaseOS B.11.23 HP-UX Base OS

The above shows this OS is June2006 version. Standard patch bundles can bring your OS up to date. They can be found here:

http://www11.itrc.hp.com/service/patch/releaseIndexPage.do?BC=main|
Apps require specific releases due to certain patch requirements usually.

regards,

Richard


BrianDoyle
Trusted Contributor

Re: HP-UX query

see above
thanks guys