HP-UX 11i Version 1 Installation and Update Guide, June 2004
Known Problems and Troubleshooting
Common Install and Update Error and Warning Messages
Appendix B180
Example 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"
Example B-2 Example sw_source Definition from Ignite-UX Configuration File
sw_source "core" {
description = "HP-UX Core Software"
source_format = SD
sd_server = "192.1.83.191"
sd_depot_dir = "/depot/GOLDQPK11i"
sd_command_line +=" -x patch_match_target=true "
}