HP-UX HB v13.00 Ch-06 - Ignite-UX
HP-UX Handbook – Rev 13.00 Page 52 (of 58)
Chapter 06 Ignite-UX
October 29, 2013
5) Copy the config files and edited them correspondingly. If the –s local option was used first
copy the archive to the Ignite-UX server, if Ignite-UX is not installed on the local system.
For HP-UX 11.x copy /opt/ignite/data/examples/core11.cfg to
/var/opt/ignite/data/Rel_B.11.##/core_archive.cfg
Edit the copied config files changing following in the section sw_source:
nfs_source = "<Ignite_Server_IP>:/var/opt/ignite/archives/Rel_B.11.23"
Note: This is the path to the archive which has to be NFS exported.
6) Rename the archive_path in the section init sw_sel "golden image1" so it matches the
name of the Golden Image. And if desired change the description as well.
archive_path = "<hostname>.gz"
description = "My Golden System Archive"
7) Obtain file system size information of the Golden Image with archive_impact:
/opt/ignite/lbin/archive_impact -t -g \
/var/opt/ignite/archives/Rel_B.11.23/<hostname>.gz
Exchange the current sample "impacts" lines of the config file with the output of the
archive_impact command, for example:
impacts = "/" 30 Kb
impacts = "/etc" 1722 Kb
impacts = "/opt" 123430 Kb
...
8) Add the new configuration to the /var/opt/ignite/INDEX file:
cfg "HP-UX B.11.23 Golden Image" {
description "HP-UX B.11.23 archive"
"/opt/ignite/data/Rel_B.11.23/config"
"/var/opt/ignite/data/Rel_B.11.23/core_archive.cfg"
"/var/opt/ignite/config.local"
}
9) Verify the INDEX and config files with:
# /opt/ignite/bin/instl_adm –T
10) Ensure that the client and the archive directory are exported via NFS.