instl_adm.4 (2012 03)

i
instl_adm(4) instl_adm(4)
manifest_info = cplx-string
Specifies that the text in the client manifest template tagged with the given string should be
printed as part of the client’s manifest. See print_manifest(1M) for details.
corequisite [+]= tag_string
Indicates that the sw_sel referred to by tag_string should be loaded with this
sw_sel.
Multiple corequisites may be listed using one
corequisite
statement per line with the +=
operator.
exrequisite [+]= tag_string
Defines an exclusive relationship between the current
sw_sel and the one referenced by
tag_string . This prevents the referenced
sw_sel
from being selected any time that this
sw_sel is selected and vice-versa. The +=
operator may be used to define multiple exre-
quisites.
exrequisite = sw_category
Specifies that this sw_sel is to be exclusive with all other software in the same category (or
categories). This attribute may be used in addition to other exrequisites and does not override
them even though the += operator is not used.
load_with_any = tag_string [[ | tag_string]...]
Specifies that when any of the
sw_sels listed are selected, this sw_sel should be selected
for installing as well. Multiple tags may be listed separated by the
| character.
load_with_any ˜ tag-regexp [[ | tag-regexp ]...]
load_with_any ˜ category .tag-regexp ...
Specifies that when the ˜ operator is used rather than =, the sw_sel tags listed are treated
as fnmatch (3C) regular expressions that may be used to match any selection fitting the given
pattern. Note this operator uses fnmatch (3C) pattern matching expressions. Other uses of the
~ operator in the configuration file are with extended regular expressions. This difference is
for compatibility with some existing data. The category string may be specified, with a "."
separator, to limit matches to those selections in the specified software category.
load_with_all = tag_string [[ & tag_string ]...]
Specifies that when all the sw_sels listed are selected, this sw_sel is selected as well. Mul-
tiple tags may be listed separated by the & character.
If multiple
load_with_* keywords are specified, the list of tag strings is added to any
already listed for the respective keyword.
also_select = tag_string [[ | tag_string]...]
also_select ˜ tag-regexp [[ | tag-regexp ]...]
also_select ˜ category .tag-regexp ...
The also_select keyword allows for one sw_sel to effect the selection of other sw_sel
s.
It is different than a
corequisite in that software selected (or unselected) by this mechan-
ism can be individually unselected (or selected) without effecting the selection status of the
referencing sw_sel. In contrast, a corequisite cannot be unselected if the item declar-
ing the corequisite is selected.
When selecting (setting to true) a
sw_sel ("A") that declares an also_select on another
sw_sel ("B"), the sw_sel "B" will also be selected. Similarly, when sw_sel "A" is
unselected, then sw_sel "B" will also be unselected.
The argument syntax of this keyword is the same as the
load_with_any keyword.
pre_load_cmd = cplx_string
post_load_cmd = cplx_string
post_config_cmd = cplx_string
final_cmd = cplx_string
Specify a shell command string that should be executed at the prescribed points during the
installation when this sw_sel has been selected. See the Command and Script Execu-
tion Hooks section for details.
pre_load_script = cplx_string
post_load_script = cplx_string
post_config_script = cplx_string
final_script = cplx_string
Specify a shell script that should be loaded from the Ignite-UX server using tftp and
30 Hewlett-Packard Company 30 HP-UX 11i Version 3: March 2012