HP-UX HB v13.00 Ch-05 - SD-UX

HP-UX Handbook Rev 13.00 Page 41 (of 49)
Chapter 05 Software Distributor (SD-UX)
October 29, 2013
Patch Category Tags
Category tags identify the type of patch. Possible values can be one or combinations of:
critical Fixes one or more of the critical conditions depicted above under
"Critical:".
panic Fixes a system panic.
halts_system Fixes a problem that leads to a system halt or hang.
corruption Fixes a data corruption problem.
memory_leak Fixes a memory loss problem that may lead to severe performance
degradation and/or system halt.
defect_repair Fixes a software defect.
hardware_enablement Provides support for new hardware.
enhancement Provides new functionality.
general_release Should be installed on any system with the appropriate software
installed.
special_release Should only be installed under specific conditions.
trial_patch Preliminary patch. Should be replaced by the general_release or
special_release version as it becomes available.
Patch Rollback
All files that have been overwritten by a patch will be backed up in the directory
/var/adm/sw/patch/PHxx_yyyyy/ for UX 10.X
/var/adm/sw/save/PHxx_yyyyy/ for UX 11.X
When you remove a patch (swremove) these files will be restored to their original locations.
They are called patch rollbacks.
To avoid the original files from beeing backed up (which is a little bit risky) you have to do the
following:
for 10.X
create a dummy file PATCH_NOSAVE before swinstall:
# touch /var/adm/sw/PATCH_NOSAVE
for 11.X
use a special swinstall option:
# swinstall -x patch_save_files=false