Ignite-UX Reference (March 2010, B3921-90005)
instl_adm(4) instl_adm(4)
}
init sw_sel "EE pack" = (disk[_hp_root_disk].size > 1800Mb)
####
The contents above would be stored in a file such as
/var/opt/ignite/data/Rel_B.11.11/ee_apps_cfg, and then added to the INDEX file using
the command:
/opt/ignite/bin/manage_index -a \
-f /var/opt/ignite/data/Rel_B.11.11/ee_apps_cfg
Scheduling a post_config_script To Be Run
The /var/opt/ignite/data/config.local file is a convenient place to set the
post_config_script keyword to run the scripts that should always be run, or that may be run based
on a logic expression. Also, this is a convenient place to put kernel modifications that you want performed
on all clients installed. The following example schedules one script to always be run, one to be run if the
system is an S890, and increases the maxuprc kernel tunable for all clients:
post_config_script += "/var/opt/ignite/scripts/do_our_setup"
HARDWARE_MODEL == "9000/890" {
post_config_script += "/var/opt/ignite/scripts/S890_setup"
}
mod_kernel = "maxuprc 100"
AUTHOR
Ignite-UX and the configuration file syntax were developed by Hewlett-Packard Company.
FILES
/var/opt/ignite/data/INDEX
/var/opt/ignite/clients/LLA/CINDEX
The INDEX and CINDEX files are used on the Ignite-UX server to define the available
configurations, and the configuration files that comprise each configuration.
/opt/ignite/data/Rel_release
/var/opt/ignite/data/Rel_release
For each supported HP-UX release, Ignite-UX creates a directory to store the configura-
tion files defining the defaults for each release. In addition, a gzip-compressed
tar archive entitled SYSCMDS is stored in the /opt/ignite/data/Rel_release
directory, and is the mini system that is laid down on the disk to supply the commands
needed to install the rest of the software. The
/var/opt/ignite/data/Rel_release directories are the recommended location to
contain the configuration files created locally that are not part of the standard Ignite-UX
product.
/var/opt/ignite/data/config.local
This configuration file is a place holder for local modifications to the HP-UX defaults. It
is typically included in every INDEX file cfg clause after the default configuration
files.
/var/opt/ignite/data/saved_cfgs
This is the directory the UI uses to store configuration files that you request to be saved
as standard configurations. The /var/opt/ignite/data/INDEX file is modified
to reference the files in this directory.
/opt/ignite/data/scripts
/var/opt/ignite/scripts
These two script directories are the recommended locations for scripts that are refer-
enced by configuration files. The first path is used by scripts delivered as part of Ignite-
UX. The second path is the recommended location for scripts you create.
38