The following example shows the OE definitions for all of the OEs on the B.11.11 OE media. The definitions are similar to the other sw_sel definitions already discussed. The impacts statements have been removed, but the impacts are different for 32-bit and 64-bit installations. Subsequent OE definitions and the language clauses that follow them have been removed from this discussion of the core configuration file.

######################################################

##Operating Environments

#####################################################

sw_sel "HPUX11i-OE-MC" {

description = "HP-UX Mission Critical Operating Environment Component" sw_source = "core"

sw_category = "OpEnvironments"

sd_software_list= "HPUX11i-OE-MC,r=B.11.11.0212,a=HP- UX_B.11.11_32/64,v=HP"

(_hp_os_bitness == "32") {

...

}

(_hp_os_bitness == "64") {

...

}

}

sw_sel "HPUX11i-OE-Ent" {

description = "HP-UX Enterprise Operating Environment Component" sw_source = "core"

sw_category = "OpEnvironments"

sd_software_list = "HPUX11i-OE-Ent,r=B.11.11.0212,a=HP- UX_B.11.11_32/64,v=HP"

(_hp_os_bitness == "32") {

...

}

(_hp_os_bitness == "64") {

...

}

}

sw_sel "HPUX11i-OE" {

description = "HP-UX 11i Operating Environment Component" sw_source = "core"

sw_category = "OpEnvironments"

sd_software_list = "HPUX11i-OE,r=B.11.11.0212,a=HP-UX_B.11.11_32/64,v=HP" (_hp_os_bitness == "32") {

...

}

(_hp_os_bitness == "64") {

...

}

}

Next is a discussion on the definition of some other software that can be installed.

######################################################

##Other Software

#####################################################

114