auto_adm.1m (2012 03)

a
auto_adm(1M) auto_adm(1M)
Convert the conf file conf1 to ISL format, and write it to file islout :
auto_adm -f conf1 -O ISL -o islout
Read the file islout , change the timeout to 10 seconds, and write the results to the terminal:
auto_adm -f islout -T 10
Read the file islout , delete the record with the label Install HP-UX 11.31 , and write the resulting file to
the terminal:
auto_adm -f islout -d -L "Install HP-UX 11.31"
To get a list of labels in the file boot_lif (note: this is for PA):
auto_adm -f boot_lif -O CONF -p PA | grep label
To set the default boot action for a PA-RISC client to take upon expiration of the timeout period in the file
boot_lif with timeout 10 and label "target OS is B.11.31 PA":
auto_adm -f boot_lif -T 10 -L "target OS is B.11.31 PA"-D
To get a list of labels in the file AUTO (note: this is for IA):
auto_adm -f AUTO -O CONF -p IA | grep label
To set the default boot action for a IA client to take upon expiration of the timeout period in the file AUTO
with timeout 10 and label "target OS is B.11.31 IA":
auto_adm -p IA -f AUTO -T 10 -L "target OS is B.11.31 IA"-D
FILES
/opt/ignite/boot/boot_lif
Used for the booting of PA clients. This file is a LIF image that contains the file "AUTO". To see the
contents of this file run the command "lifls -l /opt/ignite/boot/boot_lif".
/opt/ignite/boot/AUTO
Used for the booting of IA clients. To see the contents of this file run the command "cat
/opt/ignite/boot/AUTO".
RETURN VALUES
auto_adm returns the following values:
0 Normal exit.
1 Request to modify LIF volume failed.
2 Requested LIF volume not found.
3 File was not a LIF volume.
4 Requested auto_conf file was not found.
5 Syntax error parsing file.
6 Could not open input file.
7 Could not open output file.
8 Requested record not found.
9 Internal Error.
10 File locked.
AUTHOR
auto_adm was written by Hewlett-Packard Company.
SEE ALSO
auto_adm(4), lif(4).
HP-UX 11i Version 3: March 2012 3 Hewlett-Packard Company 3