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

auto_adm(1M) auto_adm(1M)
auto_adm -f conf1 -O ISL
This produces the following output:
hpux KernelPrompt "Choose version to install" 0 1
reset
"B.11.11 32bit install" boot (;0)boot/Rel_B.11.11/INSTALL
"Exit" reboot
Append the contents of the CONF file conf1 to a similar CONF file conf2, and write the results to the termi-
nal:
auto_adm -A conf1 -f conf2
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.
3