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

240 Appendix C
Ignite-UX System Administration
Section 2: The Install Archive
init sw_sel “golden image” {
description = “Archive HP-UX 11.00 CDE”
sw_source = “core archive”
sw_category = “HPUXEnvironments”
archive_type = gzip tar
# For NFS, the path to the archive is relative to the mount
# point specified in the sw_source: archive_path =
“hpfcnjm2.gz”
# ftp/remsh sources can use a full path:
# archive_path = “/pub/IUXarchives/B.11.00_700_CDE.gz”
impacts = “/” 23Kb
impacts = “/.dt” 35Kb
impacts = “/TT_DB” 18Kb
impacts = “/etc” 1375Kb
impacts = “/export” 1Kb
impacts = “/opt” 74079Kb
impacts = “/sbin” 13449Kb
impacts = “/stand” 1Kb
impacts = “/tmp” 1Kb
impacts = “/usr” 225459Kb
impacts = “/var” 5736Kb
} = TRUE
Step 2.2:
Add the new configuration file to Ignite-UX.
Edit the /var/opt/ignite/INDEX file. Here we will install a new
“Configuration” to Ignite-UX. In our case we added a new “cfg” clause as
follows:
cfg “HP-UX B.11.00 archive” {
description “some description of this archive...”
“/opt/ignite/data/Rel_B.11.00/config”
“/var/opt/ignite/data/Rel_B.11.00/core_700_archive_cfg”
“/var/opt/ignite/config.local” }
The line of most interest is the one containing the
core_700_archive_cfg”, which is the config file we added in Step 2.1.
The “config” and “config.local” are standard configurations.