Using Ignite-UX with Integrity VM

Configuring the Ignite-UX server to recognize the golden image
Once the golden image has been created, you’ll need to finish setting up the configuration for use on the Ignite-UX server.
The steps to do this are as follows:
1. Capture the necessary impacts statements to be used in the configuration file by executing:
# /opt/ignite/lbin/archive_impact -t -g B.11.23_VM_archive.gz
in the directory where the archive was created and capturing the output.
For our example, in the directory where the archive resides (/var/opt/ignite/data/Rel_B.11.23), you would run:
# /opt/ignite/lbin/archive_impact -t -g \
./B.11.23_VM_archive.gz > impacts.txt
This may take a minute or two to complete.
2. Create a configuration file by copying the example configuration file to the directory with the system archive. For
example:
# cp /opt/ignite/data/examples/B.11.23.golden_image.cfg \
/var/opt/ignite/data/Rel_B.11.23/vm.cfg
You’ll need to customize the configuration file for your archive as follows.
3. In the configuration file, modify the nfs_source definition in the sw_source section so that it references the Ignite UX
server and the correct path. That is, using the example systems here, change:
nfs_source = "10.2.72.150: /var/opt/ignite/archives/Rel_B.11.23"
to:
nfs_source = "75.99.87.15: /var/opt/ignite/data/Rel_B.11.23"
4. Continuing in the configuration file, modify the init sw_sel section(s) so that it corresponds to your golden image.
Note that the example configuration specifies two different images one for Itanium-based systems (ia64) and another for
PA-RISC systems (hppa). Assuming you didn’t create an image for a PA-RISC systems version of HP-UX, you may simply
delete the init sw_sel section for the PA-RISC system image ("is_hppa"). Follow these steps:
a) Change the description parameter to better describe your golden image. For example, change:
description = "B.11.23 IA golden image archive"
to:
description = "HP-UX 11.23 image for VMs"
b) Change the archive_path to contain the name of the actual archive file. Using our example, you would change:
archive_path = "B.11.23_archive_IA.gz"
to:
archive_path = "B.11.23_VM_archive.gz"