Patch Management User Guide for HP-UX 11.x Systems (5900-3011, April 2013)
Table Of Contents
- Patch Management User Guide for HP-UX 11.x Systems
- Contents
- 1 HP-UX patches and patch management
- 2 Quick start guide for patching HP-UX systems
- 3 HP-UX patch overview
- 4 Patch management overview
- Patch management life cycle
- HP service contracts
- Patch management and software change management strategies
- Establishing a software change management strategy
- Recommendations for software change management
- Consideration of HP patch rating
- Patch management and software depots
- Proactive patching strategy
- Reactive patching strategy
- Advanced topic: security patching strategy
- Advanced topic: scanning for security patches
- Testing the patches to be installed
- 5 What are standard HP-UX patch bundles?
- 6 Using the HP Support Center
- Obtaining an HPSC user account
- Useful pages on the HPSC
- Find individual patches
- Advanced topic: checking for special installation instructions
- Advanced topic: checking for all patch dependencies
- Standard patch bundles
- Custom patch bundles - run a patch assessment
- Support information digests
- Ask your peers in the forums
- Search knowledge base
- 7 Using software depots for patch management
- Common software distributor commands for patching
- Depot types
- Using depots
- Viewing depots
- Creating and adding to a directory depot
- Registering and unregistering directory depots
- Verifying directory depots
- Removing software from a directory depot
- Removing a directory depot
- Installing patches from a depot
- Custom patch bundles
- 8 Using HP-UX Software Assistant for patch management
- 9 Using Dynamic Root Disk for patch management
- 10 The Patch Assessment Tool
- 11 Support and other resources
- A Patch usage models
- Glossary
- Index
$ swverify -d \* @ /my_depots/new_directory_depot
======= 05/03/04 12:28:51 MDT BEGIN swverify SESSION
(non-interactive) (jobid=my_system-0831)
* Session started for user "some_user@my_system".
* Beginning Selection
* Target connection succeeded for
"my_system:/my_depots/new_directory_depot".
* Software selections: PHCO_27780.CMDS-AUX,r=1.0,
a=HP-UX_B.11.11_32/64,v=HP,fr=1.0,fa=HP-UX_B.11.11_32/64
* Selection succeeded.
* Beginning Analysis
* Session selections have been saved in the file
"/.sw/sessions/swverify.last".
* The analysis phase succeeded for
"my_system:/my_depots/new_directory_depot".
* Verification succeeded.
NOTE: More information may be found in the agent logfile using the command
"swjob -a log my_system-0831 @ my_system:/my_depots/new_directory_depot".
======= 05/03/04 12:28:51 MDT END swverify SESSION (non-interactive)
(jobid=my_system-0831)
The following example verifies the directory depot /my_depots/PHSS_30278_depot/. This
depot contains one patch, PHSS_30278. This patch is dependent on patch PHSS_29657, which
is not included in the depot. Because of this, the verification failed. The command output indicates
how you can obtain more information about the failure. In this case, if patch PHSS_29657 is
already installed on the target system, you can use depot PHSS_30278_depot for installation of
patch PHSS_30278, even though the depot failed verification.
For example:
$ swverify -d \* @ /my_depots/PHSS_30278_depot
======= 05/03/04 13:04:00 MDT BEGIN swverify SESSION
(non-interactive) (jobid=my_system-0841)
* Session started for user "some_user@my_system".
* Beginning Selection
* Target connection succeeded for
"my_system:/my_depots/PHSS_30278_depot".
NOTE: The software "PHSS_30278" was successfully marked, but it depends
on the following software items which could not be found in the source.
However, these items may already be in the target. This will be checked
during the Analysis Phase: PHSS_29657.LANG-AUX,fa=HP-UX_B.11.23_IA
* Software selections:
PHSS_30278.F90-JPN-E-MAN,r=1.0,a=HP-UX_B.11.23_IA/PA,
v=HP,fr=1.0, fa=HP-UX_B.11.23_IA/PA
PHSS_30278.F90-JPN-S-MAN,r=1.0,a=HP-UX_B.11.23_IA/PA,
v=HP,fr=1.0, fa=HP-UX_B.11.23_IA/PA
PHSS_30278.F90-RELNOTES,r=1.0,a=HP-UX_B.11.23_IA/PA,
v=HP,fr=1.0, fa=HP-UX_B.11.23_IA
PHSS_30278.FORT90-MAN,r=1.0,a=HP-UX_B.11.23_IA/PA,
v=HP,fr=1.0, fa=HP-UX_B.11.23_IA/PA
PHSS_30278.FORT90-PRG,r=1.0,a=HP-UX_B.11.23_IA/PA,
v=HP,fr=1.0, fa=HP-UX_B.11.23_IA
* Selection succeeded.
* Beginning Analysis
* Session selections have been saved in the file
"/.sw/sessions/swverify.last".
ERROR: "my_system:/my_depots/PHSS_30278_depot": The software
dependencies for 1 products or filesets cannot be resolved.
76 Using software depots for patch management