Ignite-UX Custom Configuration files

# cat vpars_A.02.02.00.cfg
#########################################################
## Software Sources
#########################################################
sw_source "/var/opt/ignite/depots/T1335AC_A.02.02.00" {
source_type = "NET"
sd_server = "10.0.0.1"
sd_depot_dir = "/var/opt/ignite/depots/T1335AC_A.02.02.00"
source_format = SD
}
Next is patch software. The patch is only applicable to 64-bit systems (so it becomes invisible on
32-bit systems):
######################################################
## Other Software
#####################################################
sw_sel "b_PHSS_28764" {
(_hp_os_bitness == "64") {
description = "(PHSS_28764) vPar (A.02.02) monitor cumulative patch"
sw_source = "/var/opt/ignite/depots/T1335AC_A.02.02.00"
sw_category = "Uncategorized"
sd_software_list = "b_PHSS_28764,r=1.0,a=HP-UX_B.11.11_64,v=HP"
impacts = "/stand" 2288Kb
visible_if = TRUE
}
else {
visible_if = FALSE
}
}
Although not shown here, make_bundles was run to create the bundle b_PHSS_28764.
Next is the vPars product:
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
106