init _hp_ht_enable="true"

_hp_ht_enable help_text "Enable firmware hyperthreading" } else {

_hp_ht_enable visible_if false

}

This allows you to set the state of Hyper-Threading during a cold install using SD depots. Note that setting this variable to “true” on systems that do not support Hyper-Threading has no effect.

_hp_debug_level

The _hp_debug_level variable allows you to set the debug level without having to interact with the boot loader. This variable only takes effect when placed into the install file system (via instl_adm), if used in any other configuration file it will be ignored. The variable should be set to a decimal via between 1 and 5, for example:

init _hp_debug_level=5

_hp_debug_level visible_if false

You should never set this variable to a string - if you do it will be ignored and have no effect. This variable is known to exist from Ignite-UX version C.7.0 onwards.

Configuration for software to be installed

This section discusses the configuration files required for software, beginning with applications.

Application software depots

The following example system has multiple depots, one for the HP-UX 11i v1 (B.11.11) core operating system depot and the other two for different versions of vPars (HP product number T1335AC):

#swlist -l depot

#Initializing...

#Target "box2 " has the following depot(s): /var/opt/ignite/depots/Rel_B.11.11/core /var/opt/ignite/depots/T1335AC_A.02.02.00 /var/opt/ignite/depots/recovery_cmds /var/opt/ignite/depots/T1335AC_A.02.03.02

You must create some configuration files for the depots with the make_config command:

#make_config -l 2 -s /var/opt/ignite/depots/T1335AC_A.02.03.02 \ -c /var/opt/ignite/data/Rel_B.11.11/vpars_A.02.03.02.cfg

NOTE: make_config can sometimes take a long time to complete. Please be patient!

# make_config -l 2 -s /var/opt/ignite/depots/T1335AC_A.02.02.00 \ -c /var/opt/ignite/data/Rel_B.11.11/vpars_A.02.02.00.cfg

NOTE: make_config can sometimes take a long time to complete. Please be patient!

The configuration file produced for version A.02.02.00 of vPars contains the sw_source statement for the depot. The depot is available over the network. It is an SD depot, and is located on the server 10.0.0.1 at /var/opt/ignite/depots/T1335AC_A.02.02.00:

105