Ignite-UX Reference (March 2010, B3921-90005)
instl_adm(1M) instl_adm(1M)
vi /tmp/cfg
instl_adm -f /tmp/cfg
Create a customized cold-install tape that gives a message to the user. This uses dd to extract the tape
data, instl_adm to modify it, and dd to write a new tape.
mt -t /dev/rmt/0m rew
dd if=/dev/rmt/0m of=/tmp/tape.image bs=2k
instl_adm -F /tmp/tape.image -a message_file
mt -t /dev/rmt/0m rew
dd if=/tmp/tape.image of=/dev/rmt/0m bs=2k
AUTHOR
Ignite-UX was developed by Hewlett-Packard Company.
FILES
/opt/ignite/boot/Rel_release/INSTALLFS
/opt/ignite/boot/Rel_release/VINSTALLFS
/opt/ignite/boot/Rel_release/WINSTALLFS
/opt/ignite/boot/Rel_release/IINSTALLFS
PA-RISC 32-bit, PA-RISC 64-bit (V class), PA-RISC 64-bit (non V class), and Itanium®-based
file systems used by install clients. Configuration information available at client boot-time is
stored in the first 8KB of these files. These are the default files instl_adm modifies.
/opt/ignite/boot/Rel_release/INSTALL
/opt/ignite/boot/Rel_release/VINSTALL
/opt/ignite/boot/Rel_release/WINSTALL
/opt/ignite/boot/Rel_release/IINSTALL
PA-RISC 32-bit, PA-RISC 64-bit (V class), PA-RISC 64-bit (non V class), and Itanium®-based
kernel booted by install clients.
/var/opt/ignite/data/INDEX
Contains the list of configuration files that belong to each system configuration.
/var/opt/ignite/data/config.local
This file is a place holder for local customizations that would be applied to all the standard config-
urations on the system. It is a convenient place to add post configuration script selections.
/var/opt/ignite/data/Rel_release/
The recommended directory for storing configuration files generated by the make_config(1M)
command.
/opt/ignite/data/Rel_release/
The location of the default file system configuration file config that is shipped with Ignite-UX.
/opt/ignite/data/Rel_release/config
Holds the default configuration information provided by Hewlett-Packard. Modification of this
file is neither recommended nor supported. Any modifications are lost if the Ignite-UX product is
reloaded. Customizations should be restricted to the config.local file, or by saving modified
configurations from the ignite user interface.
/var/opt/ignite/clients/0xLLA/config
The configuration file used by the install client represented by the OxLLA hardware. The directory
in which this file exists has other associated data files for that client, as well as those that are used
by the -T/-D options.
SEE ALSO
ifconfig(1M), instl_bootd(1M), make_config(1M), manage_index(1M), route(1M), swinstall(1M),
swm(1M) (on HP-UX 11.31 or later), hosts(4), instl_adm(4), ignite(5).
4