|
HP-UX Patches Dashboard» (important)
by Eric Herberholz» |
||||||||||||||||||||
|
Table of Contents: Deliver Patches to Customer | FTP Sites | Information | LAB | Patch Lists | Patch Tools | SD-UX | Site-Specific Patches | SupportPlus |
||||||||||||||||||||
Legacy... |
||||||||||||||||||||
Patch Tools:
|
||||||||||||||||||||
Deliver Patches to Customer:
2. if ftp site is needed: Request Temporary [ftp] HPRC Account |
||||||||||||||||||||
Patch FTP Sites:
|
||||||||||||||||||||
Patch Information:
|
||||||||||||||||||||
Patch Lists:
|
||||||||||||||||||||
SD-UX:
|
||||||||||||||||||||
Support Plus (links in this section are to external sites unless otherwise indicated):
|
||||||||||||||||||||
| WTEC / Lab Site-Specific Patches | ||||||||||||||||||||
|
SR Notify setup for customer notification if/when a patch is released containing a JAG/SR. |
||||||||||||||||||||
|
LAB: HPUX Patch Delivery Project Enterprise Patch Test Center: EPTC Patch Notes (e.g. Pending Patches Status Patch Query Form) Creating Patches Links |
||||||||||||||||||||
Eric Herberholz» About Me A-List» Blogs» Portals» Social» Tagging» Twitter» Web_2.0» More Badges» |
Installation Instructions:
Please review all instructions and the Hewlett-Packard
SupportLine User Guide or your Hewlett-Packard support terms
and conditions for precautions, scope of license,
restrictions, and, limitation of liability and warranties,
before installing this patch.
------------------------------------------------------------
1. Back up your system before installing a patch.
2. Login as root.
3. Copy the patch to the /tmp directory.
4. Move to the /tmp directory and unshar the patch:
cd /tmp
sh PHKL_18543
5. Run swinstall to install the patch:
swinstall -x autoreboot=true -x patch_match_target=true \
-s /tmp/PHKL_18543.depot
By default swinstall will archive the original software in
/var/adm/sw/save/PHKL_18543. If you do not wish to retain a
copy of the original software, use the patch_save_files option:
swinstall -x autoreboot=true -x patch_match_target=true \
-x patch_save_files=false -s /tmp/PHKL_18543.depot
WARNING: If patch_save_files is false when a patch is installed,
the patch cannot be deinstalled. Please be careful
when using this feature.
For future reference, the contents of the PHKL_18543.text file is
available in the product readme:
swlist -l product -a readme -d @ /tmp/PHKL_18543.depot
To put this patch on a magnetic tape and install from the
tape drive, use the command:
dd if=/tmp/PHKL_18543.depot of=/dev/rmt/0m bs=2k