Operating System - HP-UX
1832984 Members
2998 Online
110048 Solutions
New Discussion

Base OS release date for OS 11.00

 
SOLVED
Go to solution
shaick_1
Occasional Advisor

Base OS release date for OS 11.00

Hello All,

Can anyone tell me what is the Base OS release date for OS 11.00

How to find the Base OS release date for B.11.11 ,B.11.23


Regards,
Shaick.
7 REPLIES 7
Pete Randall
Outstanding Contributor

Re: Base OS release date for OS 11.00

Shaick,

I think this is what you're looking for:

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


Pete

Pete
Geoff Wild
Honored Contributor

Re: Base OS release date for OS 11.00

http://www.unixguide.net/hp/faq/3.3.shtml

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.
shaick_1
Occasional Advisor

Re: Base OS release date for OS 11.00

Thanks for the reply.

Is there any command to get the Release date of the Base OS.

Thanks,
Shaick.
Cheryl Griffin
Honored Contributor

Re: Base OS release date for OS 11.00

Are you attempting to see what date the system was installed?

If so, there is no exact fileset that can give you this (because all filesets can be reinstalled or overwritten).

However try the following:
# swlist -l product -a date |more
# swlist -a install_date |more
# swlist -a create_date |more
Looking at these dates of all installed filesets/products will give you an idea of when the system was installed.

Patch bundle version:
# swlist | egrep -i -e "gold|qpk|hwe|xsw|patches"
"Downtime is a Crime."
Geoff Wild
Honored Contributor

Re: Base OS release date for OS 11.00

On your current system?

swlist

To see what is installed (here's mine)

# HPUXBase64 B.11.11 HP-UX 64-bit Base OS

swlist -v HPUXBase64 |grep create_date

create_date Tue Sep 24 09:06:00 MDT 2002

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.
shaick_1
Occasional Advisor

Re: Base OS release date for OS 11.00

Please tell me whether my understanding is correct or not.

from the link,
http://www.hp.com/softwarereleases/releases-media2/history/slide2.html

B.11.11 has 4 releases,
hp-UX 11i

hp-UX 11i June 2001

hp-UX 11i September 2001

hp-UX 11i December 2001

How can I find which release is currently on my system. ?

# swlist | egrep -i -e "gold|qpk|hwe|xsw|patches"
FEATURE11-11 B.11.11.0209.5 Feature Enablement Patches for HP-UX 11i, Sept 2002
GOLDAPPS11i B.11.11.0406.3 Gold Applications Patches for HP-UX 11i v1, June 2004
GOLDBASE11i B.11.11.0406.3 Gold Base Patches for HP-UX 11i v1, June 2004
HWEnable11i B.11.11.0312.4 Hardware Enablement Patches for HP-UX 11i v1, December 2003
IM11i A.01.02 Enablement Patches 11i, December 2002

Installing the Quality pack, will update date displayed in above command.

Thanks,
Shaick.
Cheryl Griffin
Honored Contributor
Solution

Re: Base OS release date for OS 11.00

Shaick,
Ignore the Release Names on http://www.hp.com/softwarereleases/releases-media2/history/slide2.html

This table deals with with how 11i is named, not the number or versions available of 11.11. The June, Sept, and December releases of 11i are in the table because that is how they were initially referred to, prior to the release information of 11.20 which is also called 11i. The table was created to explain that if you have "hp-UX 11i September 2001" it is 11.11 or if you have "hp-UX 11i Version 1.6" it is 11.22.

Do you follow that?

The swlist command (swlist | egrep -i -e "gold|qpk|hwe|xsw|patches") will tell you what bundles you have installed. This answers the question "how current is your machine on patch bundles?"

"Downtime is a Crime."