HP-UX 11i Version 1 Installation and Update Guide, December 2003

Known Problems and Troubleshooting
Common Install and Update Error and Warning Messages
Appendix B 191
If you have added any custom patch bundles to your install depot, the
sd_software_list definition for those bundles should be removed also.
With the sd_software_list definition removed, SD will use
autoselect_patches to resolve which patches should be installed.
Figure B-1 Example patch bundle definition from Ignite-UX configuration
file
sw_sel "HWEnable11i" {
description = "Hardware Enablement Patches for HP-UX 11i,
March 2003"
sw_source = "core"
sw_category = "HPUXAdditions"
sd_software_list =
"HWEnable11i,r=B.11.11.0303.4,a=HP-UX_B.11.11_32/64,v=HP"
(_hp_os_bitness == "32") {
impacts = "/sbin" 2016Kb
impacts = "/var" 110304Kb
impacts = "/opt" 31784Kb
impacts = "/usr" 76480Kb
impacts = "/etc" 24Kb
}
(_hp_os_bitness == "64") {
impacts = "/sbin" 2016Kb
impacts = "/var" 115792Kb
impacts = "/opt" 31784Kb
impacts = "/usr" 81968Kb
impacts = "/etc" 24Kb
}
load_with_any ~ "HPUXBaseOS" . "*
}
The following line should be removed:
sd_software_list =
"HWEnable11i,r=B.11.11.0303.4,a=HP-UX_B.11.11_32/64,v=HP"
If you are installing patch bundles from one or more depots, separate
from the 11i OE depot, the sd_software_list needs to be removed from
the patch bundle definition and the following needs to be added to the
sw_source section at the top of the configuration file:
sd_command_line +=" -x patch_match_target=true"