instl_adm.1m (2012 03)
i
instl_adm(1M) instl_adm(1M)
-i index_file Used with the -T option to specify an alternate
INDEX file to be read for the list of
configuration files that are checked for syntax.
-D client_directory
Used with the -T option causes detailed configuration checks to be run against the
configuration for the specified client. This may be used to ensure the client’s
configuration has a good chance of installing successfully. This option may only be
used after the client has been booted and has created the data files in the respective
client_directory. The client_directory is of the form
/var/opt/ignite/clients/0xLLA
.
-b Clears any previous configuration values set.
-? Displays the help screen.
International Code Set Support
Ignite-UX uses a variety of system commands to accomplish its functionality. Because the output of many
of these commands is parsed, Ignite-UX ensures that the POSIX locale is normally used by modifying
environment variables. Help text and some command output not parsed by Ignite-UX will be left in the
user’s specified locale.
RETURN VALUE
instl_adm returns 0 (zero) value if the operation was successful, and returns a non-zero value if either
a failure occurred or if the configuration file has syntax errors.
EXAMPLES
Display the current message and defaults:
instl_adm -d
Test the syntax of all the configuration files listed in the
INDEX file:
instl_adm -T
Test the configuration of a client for any problems:
instl_adm -T -D /var/opt/ignite/clients/0x
LLA
Change the message contents of file new_message while leaving the current network defaults in place:
instl_adm -a new_message
Install new default parameters for the default gateway and netmask. The
-d option will cause the infor-
mation to be displayed after installation:
instl_adm -d -g 192.168.48.1 -m 255.255.248.0
Extract the current default configuration, edit it, and reinstall the new configuration:
instl_adm -d > /tmp/cfg
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
HP-UX 11i Version 3: March 2012 − 3 − Hewlett-Packard Company 3