Ignite-UX Custom Configuration files

visible_if = TRUE
}
else {
visible_if = FALSE
}
}
The configuration file is not yet 100% complete and requires a manual change that causes
problems. Specifically, the patch defined by the sw_sel, b_PHSS_28764 needs to be installed at
the same time as T1335AC. Therefore, you need to make a small change to the sw_sel clause for
T1335AC:
sw_sel "T1335AC" {
(_hp_os_bitness == "64") {
description = "HP-UX Virtual Partitions"
sw_source = "/var/opt/ignite/depots/T1335AC_A.02.02.00"
sw_category = "OrderedApps"
sd_software_list = "T1335AC,r=A.02.02.00,a=HP-UX_B.11.11_64,v=HP"
impacts = "/usr" 2Kb
impacts = "/etc/rc.config.d" 24Kb
impacts = "/stand" 1136Kb
impacts = "/usr/share" 1640Kb
impacts = "/usr/sbin" 3712Kb
impacts = "/usr/lib" 2747Kb
impacts = "/usr/lbin" 1376Kb
impacts = "/usr/contrib" 15304Kb
impacts = "/sbin" 1595Kb
impacts = "/usr/conf" 9578Kb
impacts = "/usr/include" 640Kb
impacts = "/usr/newconfig" 5664Kb
impacts = "/usr/ccs" 10248Kb
impacts = "/usr/bin" 208Kb
impacts = "/sbin/init.d" 40Kb
impacts = "/" 2Kb
visible_if = TRUE
corequisite="b_PHSS_28764"
}
else {
visible_if = FALSE
}
}
Because you want the patch to be installed automatically with vPars, you need to manually add the
corequisite configuration line. When located in the same depot, the default swinstall
behavior of autoselect_patches=true automatically selects the patch with the installation of
the relevant vPars bundle. The configuration file changes used here are strictly needed only when
the patch is not in the same depot.
Now you can look at the vPars software configuration file for the other version of vPars (version
A.02.03.02). The sw_source definition is to the previous version except the depot is in a
different location, so the sw_source has a different name as well.
# cat vpars_A.02.03.02.cfg
#########################################################
## Software Sources
#########################################################
107