Migrating an Integrity HP-UX 11iv3 Instance to New Hardware

17
The specification of “%match” installs software and patches in the OE that match software that was
included in the recovery archive.
The specification of “load_order=2” ensures that the depot is processed after the recovery archive
and the execution of the iux_postload scripts.
You can use any value for category_tag other than “HPUXEnvironments”, which has special meaning
and is already used for the recovery archive.
For each additional depot, create /var/opt/ignite/<target hostname>/errata_cfg<n>
as shown in Figure 6, where you have filled in the hostname of the SD depot server and the location
of the depot with the Errata contents:
Figure 6 /var/opt/ignite/<target hostname>/errata_cfg<n>
For the sd_software_list, list the actual bundles, products, or patches that have been included in
the errata documentation. If you want to install all the software in the depot, you can specify a
selection of “*”.
The specification “load_order=3” ensures that the depot is processed after the OE depot.
Step 10: Add the new config files to the target CINDEX
1. If multiple cfg clauses appear in /var/opt/ignite/clients/<target
hostname>/CINDEX, choose the one set equal to TRUE to be <cfg_name> in the commands
below.
2. Use manage_index to add the new config files to cfg:
# /opt/ignite/bin/manage_index -a \
-f /var/opt/ignite/clients/<target hostname>/run_iux_postloads_cfg \
-c "<cfg name>" -v -i /var/opt/ignite/clients/<target hostname>/CINDEX
# /opt/ignite/bin/manage_index -a \
-f /var/opt/ignite/clients/<target hostname>/updateOE_cfg \
-c "<cfg name>" -v -i /var/opt/ignite/clients/<target hostname>/CINDEX
# /opt/ignite/bin/manage_index -a \
-f /var/opt/ignite/<target hostname>/errata_cfg<n> \
-c "<cfg name>" -v -i /var/opt/ignite/clients/<target hostname>/CINDEX
If additional depots are used, use manage_index to add the config file corresponding to each
depot.
sw_source "Errata" {
description = "HP-UX Errata Software"
source_format = SD
sd_server = “<IP address of depot server>”
sd_depot_dir = “<absolute directory path of SD depot dir>”
source_type = "NET"
load_order = 3
}
init sw_sel "Errata_selection" {
description = "Additional software for model xxxx"
sw_source = "Errata"
sw_category = "Additional"
sd_software_list = "additional_sw1 additiona_sw2 …"
} = TRUE