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

Appendix C 255
Ignite-UX System Administration
Section 4: Customization
Additional Install Parameters
There are a large number of additional parameters which can be set
when we install a system. These are listed in the instl_adm(4) man page.
As a simple example, we may want to set the swap space of all machines
we install using the “golden image” archive to 100 MB. The “golden
image” is defined in the following file
/var/opt/ignite/data/Rel_B.11.00/core_700_archive_cfg.
1. Add the following to the end of the core_700_archive_cfg file:
init _hp_pri_swap=100MB
If the primary swap size is not further specified in a config file, new
systems will be installed with a default value of 100MB of swap space. If
there is a swap value set in the “config” file in the
/var/opt/ignite/clients/<LLA> directory, it will take precedence.
As a further example, we’ll set the final DNS domain name and IP
address of the DNS nameserver of systems installed using the “golden
image”.
2. Add the following line to the end of the core_700_archive_cfg file:
final dns_domain = “mydomain.mycompany.com” final
dns_nameserver[0]=”1.2.3.4”