- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: latest patch levels / software levels
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
06-23-2006 02:57 AM
06-23-2006 02:57 AM
what is the best way to determine the latest os patch level and software level?
We don't have software support but we do have hardware.
TY
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2006 03:06 AM
06-23-2006 03:06 AM
SolutionTake a look at this, http://www1.itrc.hp.com/service/patch/wrap.do?dest=/patch/jsp/WrapCPN.jsp&pageKey=patch.html.propatch
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2006 03:11 AM
06-23-2006 03:11 AM
Re: latest patch levels / software levels
There is no one patch level. The closest one gets is probably based on the standard patch bundles. The latest for 11i is the June 2006 set. Do:
# swlist | grep -i -e gold -e hwe -e feature
For instance, the June 2006 11.11 Gold bundle is version B.11.11.0606. The format is "YYMM" so December 2005 would be "0512", etc.
For 11.23 you will have a "FEATURE" bundle in lieu of a "GOLD" for 11.11. Both versions of 11.11 have "HWE" bundles. See:
http://www1.itrc.hp.com/service/patch/releaseIndexPage.do?BC=main|
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2006 03:14 AM
06-23-2006 03:14 AM
Re: latest patch levels / software levels
swlist -l product | more
Then you need to read up on what it means.
Major patch releases are every six months. different products are released quite often.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2006 03:39 AM
06-23-2006 03:39 AM
Re: latest patch levels / software levels
Chris.