- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: patch
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-28-2005 06:13 PM
07-28-2005 06:13 PM
patch
How to find the current patch level on the hpux 11i ? Are patch files always comes in shar format ?
Thanks,
Shiv
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2005 06:40 PM
07-28-2005 06:40 PM
Re: patch
Sudeesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2005 06:47 PM
07-28-2005 06:47 PM
Re: patch
try this:
# swlist -l patch
patch files may come in share format. to unshare:
# sh PHNE_12345
PHNE_12345.depot and PHNE_12345.text will be the 2 files unshare.
regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2005 09:14 PM
07-28-2005 09:14 PM
Re: patch
find the patches installed in your system with #swlist -l patch
also visit http://docs.hp.com/en/B9073-90070/apas04.html
for more information.
Cheers!!!
eknath
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2005 08:07 PM
07-30-2005 08:07 PM
Re: patch
#swlist -l patch will provide you detailed listing of patches currently installed on hp-ux server
Regards
Mahesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2005 08:34 PM
07-30-2005 08:34 PM
Re: patch
As stated above the swlist command will give you the list of patches and filesets installed in its output as stated above. Actually HP level what you are refering to includes three major patch bundles which are released by HP every quarter. These includes
1.HWEnable11i-> B.11.11.0406.4 Hardware Enablement Patches for HP-UX 11i v1, June 2004
2.GOLDAPPS11i->B.11.11.0406.5 Gold Applications Patches for HP-UX 11i v1, June 2004
3.GOLDBASE11i->B.11.11.0406.5 Gold Base Patches for HP-UX 11i v1, June 2004
The date for which these three bundle's have been installed will decide the date of patch level of your system.For ex. here it displays June 2004. So I can say my system's current patch level in June2004. These bundle's always includes most common patches released since the last release. There are several other patches which you can install based on your specific requirements.
So the single command to list the current level should be
#swlist -l bundle |grep -e HWEnable11i -e GOLDAPPS11i -e GOLDBASE11i
HTH,
Devender