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

16
Create a config file, /var/opt/ignite/clients/<target
hostname>/run_iux_postloads_cfg, as shown in Figure 4 that runs the scripts listed in Figures
2 and 3.
Figure 4 /var/opt/ignite/clients/<target hostname>/run_iux_postloads_cfg
Step 9: Create config files for the new depots
The config files for the depots should not be created with “make_config” for three reasons:
1. The software impacts created will be added to the software impacts from the recovery
archive, making it appear that twice as much space is needed as is really required.
2. Category tags and load order settings that prevent installation of both the recovery archive
and the extra software may be created.
3. The selection of software in the depot that matches software present in the archive can be
automated in a manually created config file.
Instead, create /var/opt/ignite/clients/<target hostname>/updateOE_cfg with the
following contents for the OE depot as shown in Figure 5, where you have filled in the hostname of
the SD depot server, the location of the depot containing the OE, and the OE name.
Here <OE name> is the name of the OE which you plan to use on the target system. The OE name is
a bundle name that begins with HPUX11i and ends with OE.
As of March, 2010, the OE names are “HPUX11i-BOE, HPUX11i-DC-OE, HPUX11i-HA-OE, HPUX11i-
VSE-OE”
Figure 5 /var/opt/ignite/clients/<target hostname>/updateOE_cfg
sw_source "core" {
description = "HP-UX Core 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 = 2
}
init sw_sel "OE Update" {
description = "Update of the OE"
sw_source = "core"
sw_category = "Updates"
sd_software_list = "<OE name>/%match"
} = TRUE
sw_source "KernelFixup" {
source_format = CMD
load_order = 1
}
init sw_sel "Run KernelFixup" {
description = "Run iux_postloads from archive"
sw_source="KernelFixup"
sw_category="KernelFixupCategory"
post_load_script = "/var/opt/ignite/scripts/run_iux_postloads"
post_config_script =
"/var/opt/ignite/scripts/restore_iux_postloads"
}=TRUE