Installing HP-UX 11.0 and Updating HP-UX 10.x to 11.0 HP 9000 Computers Edition 1

Appendix C 245
Ignite-UX System Administration
Section 3: Automatic Installation
Section 3: Automatic Installation
Setting up your Ignite-UX server so that the default configuration is
correct for any given system will save you time and allow you to easily
automate installations. This section discusses setting up the defaults the
way you like them, as well as setting up a configuration for a specific
target system.
Ignite-UX can install HP-UX on a target system with no additional
configuration information (the default configuration as specified in the
/var/opt/ignite/INDEX file will be used). You can, however, select from
other configurations listed in the INDEX file on the bootsys command
line.
Starting an Automatic Installation
Execute the following command:
# bootsys -a -v [-i configuration] [-f] <target_hostname>
The -a option specifies an automatic install. The -f option forces
Ignite-UX to disregard prior configuration info. The -i option can be
supplied to select an alternate configuration. If not set, the default is
used. See bootsys(1M) for details on how to select a configuration and to
force its use. The default is set in the “server options” menu in the UI, or
can be set manually with the “= TRUE” statement after a “cfg” clause in
the /var/opt/ignite/INDEX file.
Ignite-UX will contact the target system and extract its hostname, IP
address and default gateway. The default configuration is installed. Post
install, Ignite-UX will reset the hostname, IP address and gateway to
their original values. (Note: remsh access to the target is required. If not
available, bootsys will prompt the user for the root password on the
target.)
This is the quickest way to install a system. The drawback is that you
will receive the default config, which may have incomplete networking
information unless you are using a previously “saved” configuration, or
you specify the defaults in the /var/opt/ignite/config.local file as shown
later.