- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: patches
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
08-12-2003 06:01 AM
08-12-2003 06:01 AM
Is there a utility that will tell me the patches that I need to add?
HPK460 hp-ux 11.00.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2003 06:07 AM
08-12-2003 06:07 AM
Re: patches
-1- # swlist -l product
will give you the installed patches.
-2- http://www.software.hp.com/SUPPORT_PLUS/qpk.html
will give you the recommended patches from HP.
Hope it helps,
Robert-Jan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2003 06:07 AM
08-12-2003 06:07 AM
Solutioninstalled on your system:
a. swlist:
swlist -l fileset -a patch_state *.*,c=patch | grep applied |
cut -d. -f 1
b. show_patches
This is cool....
To see latest patches download a "quality pack" from the HP web site.
Download the software from HP:
a. QPK1100 Patch Bundle
-> start at http://www.itrc.hp.com
-> maintenance and support (hp products)
-> standard patch bundles (support plus)
-located under the 'patching' section
-> obtain support plus from hp software depot
-> quality pack bundles -link is to the far right
-> download and installing -link is top center
-> click 'download' link from step2 of the instructions
-> select the appropriate bundle to download, fill out
the form, then click next
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2003 06:09 AM
08-12-2003 06:09 AM
Re: patches
In /usr/contrib/bin you'll find
show_patches # This shows all the patches
check_patches # This looks for known problems
On the ITRC there is a utility call CPM Custom Patch Manager that can help you decide what you might need.
HTH,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2003 06:09 AM
08-12-2003 06:09 AM
Re: patches
Check here to find out which patches you need to install:
http://us-support.external.hp.com/wps/bin/doc.pl/sid=69874ceb0ed256a020
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2003 06:12 AM
08-12-2003 06:12 AM
Re: patches
You can check the patches that you have installed with following command.
swlist -l product PH*
For the patches that you need to install, you need to check the quartly patch bundles that are released. OR keep visiting ITRC.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2003 11:53 AM
08-12-2003 11:53 AM
Re: patches
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2003 12:02 PM
08-12-2003 12:02 PM
Re: patches
On my 11.0 systems, I show them as coming in the SD (Software Distributor) bundle - specifically the SW.DIST-SD-CMDS fileset & then being superseded by:
PHCO_19550
PHCO_22044
PHCO_24347
HTH,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2003 12:05 PM
08-12-2003 12:05 PM
Re: patches
That fileset should be
SW-DIST.SD-CMDS
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2003 12:09 PM
08-12-2003 12:09 PM
Re: patches
On 11.0, patch PHCO_27779 (s700_800 11.00 HP-UX Patch Tools and White Paper) delivers the latest 'cleanup', 'show_patches' and 'check_patches' utilities and man pages.
Download it from the Patch Database here:
http://www2.itrc.hp.com/service/patch/mainPage.do
Regards!
...JRF...