instl_adm.4 (2012 03)
i
instl_adm(4) instl_adm(4)
/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 per-
formed 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
configuration 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 referenced
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.
/opt/ignite/data/examples
Contains example configuration files. See the comments in the files for details.
SEE ALSO
lifinit(1), lifls(1), archive_impact(1M), bootpd(1M), instl_adm(1M), instl_bootd(1M), lvmmigrate(1M),
make_config(1M), manage_index(1M). swcopy(1M), swinstall(1M), swm(1M) (HP-UX B.11.31 or later),
lif(4), ignite(5).
34 Hewlett-Packard Company − 34 − HP-UX 11i Version 3: March 2012