HP-UX 11i December 2004 Release Notes

Table Of Contents
Installation
Software Distributor
Chapter 8
198
With HP-UX 11i, SD-UX can recognize patches based on their “internal attributes.” This
provides more control over patch management than in previous releases.
patch_match_target
The match_target option still functions, but no longer matches patches to targets. With
11i, setting the patch_match_target option to TRUE automatically selects the latest
patches that correspond to software on the target. The default setting is
patch_match_target=false.
NOTE Since the patch_match_target and match_target options cannot both be set to TRUE in
the same swinstall command, you should use the match_target option to update from
HP-UX 10.x, but use patch_match_target to install new patches on systems already
running HP-UX 11i. (This option selects patches that apply to software already installed
on an 11i system.
The 11i autoselect_patches option (TRUE by default) automatically selects patches to
match software selected for installation. It lets you install patches at the same time you
install base software. In addition to the base software selected by the match_target
option, the autoselect_patches option provides the means for selecting appropriate
patches during the update process.
Patch Filtering
With 11i, you can more interactively manage your patch process via Patch Filtering. By
using the category_tag and patch_filter options plus various version qualifiers, you
can select patches based on pre-defined criteria.
Category Tag Information
With 11i, SD-UX category tags are used to identify types of patches. These category tags
can be used to select various patches for installation. The category tags include the
following:
general_release
critical
hardware_enablement
defect_repair
corruption
enhancement
memory_leak
panic
halts_system
By specifying the category (c) tag in the SD-UX version specification, you can select all
patches that contain that specific category tag. For example, using the SD-UX command
line interface, you can select all patches in the depot that correspond to currently
installed software (and that contain the category tag “critical”) by entering the
following:
swinstall -x autoreboot=true -x patch_match_target=true \
-x patch_filter=”*.*,c=critical” -s d
epot_name
By using the pipe (|) function, you can combine category tags. For example, to install
patches that are either critical OR hardware_enablement, enter the following: