Patch Management User Guide for HP-UX 11.x Systems (762796-001, March 2014)
Table Of Contents
- Patch Management User Guide for HP-UX 11.x Systems
- Contents
- 1 HP secure development lifecycle
- 2 HP-UX patches and patch management
- 3 Quick start guide for patching HP-UX systems
- 4 HP-UX patch overview
- 5 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
- 6 What are standard HP-UX patch bundles?
- 7 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
- 8 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
- 9 Using HP-UX Software Assistant for patch management
- 10 Using Dynamic Root Disk for patch management
- 11 The Patch Assessment Tool
- 12 Support and other resources
- 13 Documentation Feedback
- A Patch usage models
- Glossary
- Index
fr=B.11.11.22,fa=HP-UX_B.11.11_32/64
* Selection succeeded.
* Beginning Analysis
* Session selections have been saved in the file
"/.sw/sessions/swinstall.last".
* The analysis phase succeeded for "my_system:/".
* Analysis succeeded.
NOTE: More information may be found in the agent logfile using the
command "swjob -a log my_system-0856 @ my_system:/".
======= 05/03/04 14:07:22 MDT END swinstall SESSION
(non-interactive) (jobid=my_system-0856)
To select and install specific patches from a depot, use this command:
swinstall -x autoreboot=true -s depot software_selections
Use the software_selections argument to specify which software to install. Using wildcards,
you can select multiple products for installation. For example:
• \* selects everything from the source depot.
• \*,c=patch selects all patches from the source depot.
• PHXX_12345 selects patch PHXX_12345 from the source depot.
To install a single patch, PHCO_28175, from directory depot /my_depots/a_depot, use this
command:
For example:
$ swinstall -x autoreboot=true -s /my_depots/a_depot PHCO_28175
======= 05/03/04 14:22:52 MDT BEGIN swinstall SESSION
(non-interactive) (jobid=my_system-0864)
* Session started for user "some_user@my_system".
* Beginning Selection
* Target connection succeeded for "my_system:/".
* Source connection succeeded for
"my_system:/my_depots/a_depot".
NOTE: The patch match operation failed to find patches for target
software on "my_system" which passed the filter.
* Source: /my_depots/a_depot
* Targets: my_system:/
* Software selections:
PHCO_28175.CORE-ENG-A-MAN,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 and Execution
* Session selections have been saved in the file
"/.sw/sessions/swinstall.last".
* The analysis phase succeeded for "my_system:/".
* The execution phase succeeded for "my_system:/".
* Analysis and Execution succeeded.
NOTE: More information may be found in the agent logfile using the
command "swjob -a log my_system-0864 @ my_system:/".
======= 05/03/04 14:23:38 MDT END swinstall SESSION (non-interactive)
(jobid= my_system-0864)
Installing patches from a depot 83