Ignite-UX Reference (March 2010, B3921-90005)

instl_dbg(1M) instl_dbg(1M)
12 (twelve) will occur when there are warnings from the lint-type checks and any software access
checks failed.
EXAMPLES
Debug iux_client’s configuration files and print the final configuration file to stdout:
instl_dbg -D /var/opt/ignite/clients/iux_client -f -
Debug iux_client’s configuration files, print the disk and file system information to stdout, and save the
final configuration file to my_cfg.out:
instl_dbg -D /var/opt/ignite/clients/iux_client -d -f my_cfg.out
Perform lint-type checks on instl_dbgs configuration files:
instl_dbg -D /var/opt/ignite/clients/iux_client -l
Debug iux_client’s configuration files, run the system checks, and print the value of _hp_root_disk to
the screen:
instl_dbg -D /var/opt/ignite/clients/iux_client -c -V _hp_root_disk
Debug iux_client’s configuration files, change the value of use model "Create /export volume", and print
the verbose output to my_cfg.out:
instl_dbg -D /var/opt/ignite/clients/iux_client \
-U "Create /export volume"=TRUE -v -f my_cfg.out
Debug iux_client’s configuration files, show the effects upon the disk layout when the value of
_hp_disk_layout and _hp_pri_swap are changed, and print the "very, very verbose" to the screen
as well as the verbose output to my_cfg.out:
instl_dbg -D /var/opt/ignite/clients/iux_client -d \
-V _hp_disk_layout="Whole disk (not LVM) with HFS"\
-V _hp_pri_swap= 500MB -vvv -f my_cfg.out
Debug iux_client’s configuration files, select sw_sel "LangTools", and verify that all sw_sels may be
accessed from iux_client:
instl_dbg -D /var/opt/ignite/clients/iux_client -a r \
-S LangTools=TRUE
AUTHOR
instl_dbg was dev eloped by Hewlett-Packard Company.
SEE ALSO
add_new_client(1M), instl_adm(4), ignite(5).
3