Ignite-UX Reference (March 2010, B3921-90005)
instl_adm(4) instl_adm(4)
load_order must be set to 0 (zero) to ensure it is loaded first, to invoke special han-
dling within Ignite-UX.
pre_load_cmd = cplx_string
post_load_cmd = cplx_string
post_config_cmd = cplx_string
final_cmd = cplx_string
Use to specify a shell command string that should be executed at the prescribed points
during the installation. See the Command and Script Execution Hooks section for
details.
pre_load_script = cplx_string
post_load_script = cplx_string
post_config_script = cplx_string
final_script = cplx_string
Use these keywords specify a shell script to be loaded from the Ignite-UX server using
tftp and executed at the prescribed points during the installation. See the Command
and Script Execution Hooks section for details.
sw_category cat-tag-string { description = string }
Use the sw_category definition to provide a grouping mechanism for sw_sel definitions to
reference. The UI uses the sw_category to help you browse the software more easily. There
are six values of cat-tag-string that the UI treats specially. Software in these groups is represented
in special locations and by special methods in the UI. These values are: "HPUXBaseOS",
"HPUXEnvironments", "Languages", "LanguagesUI", "OpEnvironments", and
"UserLicenses". The only attribute associated with a sw_category is a description.
sw_sel sel-tag-string { selection-attributes }
init sw_sel sel-tag-string = boolean
init sw_sel sel-tag-string = PARTIAL
Use the sw_sel keyword to define a software selection for installation. A software selection
typically refers to an SD bundle or a single tar/cpio/pax archive. Each sw_sel must refer-
ence a sw_source, which provides the information needed to access the actual software. A
sw_sel may be selected or unselected in the configuration file by using the init keyword and
setting it to a boolean value (see EXAMPLES). If the init keyword is not used in an assign-
ment, the UI is not able to change the value. A sw_sel may be assigned the value "PARTIAL"
to indicate that it is to be selected but that no also_select references within the sw_sel
definition should be selected or unselected. When a sw_sel that has also_select refer-
ences is set to a boolean value, then all sw_sel items it references with an also_select
statement are also selected (when the sw_sel is true) or unselected (when the sw_sel is
false).
The sel-tag-string is used to reference the sw_sel in subsequent assignments. It is possible to
assign multiple tag strings to a single sw_sel in order to provide aliases for a single selection. In
this case, any tag may be used when referencing it within a configuration file. The syntax for
specifying multiple tags is:
sw_sel tag1 | tag2 | ...{selection-attributes}
The selection-attributes that may be specified for a sw_sel are described below as follows:
description = cplx-string
Provides a one-line description of the software to be displayed along with the tag string or
the display_name.
display_name = cplx-string
Specifies a more descriptive name than sel-tag-string for the UI to display as the product
name for a non-HPUXEnvironments category sw_sel. For an HPUXEnviron-
ments category sw_sel, it is displayed as the environment description.
31