- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Base OS release date for OS 11.00
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2004 02:24 AM
07-08-2004 02:24 AM
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.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2004 02:27 AM
07-08-2004 02:27 AM
Re: Base OS release date for OS 11.00
I think this is what you're looking for:
http://www.software.hp.com/RELEASES-MEDIA/history/slide2.html
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2004 02:28 AM
07-08-2004 02:28 AM
Re: Base OS release date for OS 11.00
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2004 02:34 AM
07-08-2004 02:34 AM
Re: Base OS release date for OS 11.00
Is there any command to get the Release date of the Base OS.
Thanks,
Shaick.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2004 02:39 AM
07-08-2004 02:39 AM
Re: Base OS release date for OS 11.00
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"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2004 02:44 AM
07-08-2004 02:44 AM
Re: Base OS release date for OS 11.00
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2004 04:01 AM
07-08-2004 04:01 AM
Re: Base OS release date for OS 11.00
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2004 07:15 AM
07-08-2004 07:15 AM
SolutionIgnore 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?"