Operating System - HP-UX
1753492 Members
4730 Online
108794 Solutions
New Discussion юеВ

How to view the exact version of the HP-UX OS based on release date

 
SOLVED
Go to solution
senthil_kumar_2
Regular Advisor

How to view the exact version of the HP-UX OS based on release date

Hi All,

I have installed HP-UX 11i V3, now i want to view the exact version of the HP-UX OS based on release date.

Example:

HP-UX 11i v3 OE Update Release 09/2009
HP-UX 11i v3 OE Update Release 03/2009

8 REPLIES 8
Kapil Jha
Honored Contributor
Solution

Re: How to view the exact version of the HP-UX OS based on release date

You can find it via swlist
#swlist |grep -e QPKBASE -e HPUXBaseAux

HPUXBaseAux B.11.23.0712 HP-UX Base OS Auxiliary
QPKBASE B.11.23.0712.070a Base Quality Pack Bundle for HP-UX 11i v2, December 2007

Its Dec'07

BR,
Kapil+
I am in this small bowl, I wane see the real world......
R.K. #
Honored Contributor

Re: How to view the exact version of the HP-UX OS based on release date

Hi Senthil,

# swlist -l bundle | grep -i hpuxbaseaux
HPUXBaseAux B.11.23.0609 HP-UX Base OS Auxiliary


# swlist | grep -i oe
HPUX11i-OE-Ent B.11.23.0606 HP-UX Enterprise Operating Environment Component

Thanks..
Don't fix what ain't broke
Torsten.
Acclaimed Contributor

Re: How to view the exact version of the HP-UX OS based on release date

It deoends on your installed version, example from swlist:

HPUX11i-OE-MC B.11.31.0803 HP-UX Mission Critical Operating Environment

This is march 2008

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Torsten.
Acclaimed Contributor

Re: How to view the exact version of the HP-UX OS based on release date

see

https://docstore.mik.ua/manuals/hp-ux/en/5992-4589/pr01s09.html


Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Kranti Mahmud
Honored Contributor

Re: How to view the exact version of the HP-UX OS based on release date

Hi Senthil,

Any of the following command will work:

#swlist |grep -e QPKBASE -e HPUXBaseAux
# swlist -l bundle | grep -i hpuxbaseaux
# swlist | grep -i oe

Rgds-Kranti
Dont look BACK as U will miss something INFRONT!
Michael Steele_2
Honored Contributor

Re: How to view the exact version of the HP-UX OS based on release date

hi

swlist -a create_time -a create_date
Support Fatherhood - Stop Family Law
Kranti Mahmud
Honored Contributor

Re: How to view the exact version of the HP-UX OS based on release date

Hi Senthil,

If you get the answer of your queries, please close the thread.

Rgds-Kranti
Dont look BACK as U will miss something INFRONT!
senthil_kumar_2
Regular Advisor

Re: How to view the exact version of the HP-UX OS based on release date

I am closing this thread.