7.Use the manage_index command to update the configuration clause name and description, and to change the directory to the archive's configuration files.

Rename the configuration clause:

#manage_index -m 'yyyy-mm-dd,hh:mmRecovery Archive' \ -c 'Your configuration name' \

-i /var/opt/ignite/clients/client/CINDEX

Update the configuration clause description:

#manage_index -y 'Your configuration description' \ -c 'Your configuration name' \

-i /var/opt/ignite/clients/client/CINDEX

Update the archive's configuration files to the new directory.

Use manage_index to get a list of all the files associated with the cfg clause.

#manage_index -w -c 'Your configuration name'\ -i /var/opt/ignite/clients/client/CINDEX

For each configuration file to rename, remove the references to the old directory. This example renames archive_cfg. The other two configuration files to move are control_cfg and system_cfg.

#manage_index -t-c 'Your configuration name' \ -frecovery/yyyy-mm-dd,hh:mm/archive_cfg \ -i /var/opt/ignite/clients/client/CINDEX

For each configuration file to rename, add the references to the new directory:

#manage_index -a -c 'Your configuration name' \ -f recovery/Recovery_Archive.sav/archive_cfg \ -i /var/opt/ignite/clients/client/CINDEX

Making recovery configuration file additions

Using the recovery config.local file

To have a configuration file automatically added to all new recovery configuration clauses for a given client, create a new Ignite-UX configuration file called:

/var/opt/ignite/clients/client/recovery/config.local

For local tapes the file is located in:

/var/opt/ignite/recovery/config.local

This config.local file will automatically be included in your recovery configuration for this client each time you run make_net_recovery. (The make_net_recovery command is run for you when you create a recovery image using the Ignite-UX TUI or GUI.)

If you already have recovery configurations for this client and would like them to include the recovery config.local file, use the manage_index command to include a reference to recovery/config.local in all of the configuration clauses.

The following example adds the recovery config.local file to all the 11i v2 cfg clauses in the CINDEX file.

#manage_index -a -r B.11.23 -f recovery/config.local \ -i /var/opt/ignite/clients/client/CINDEX

For more information, see manage_index(1M).

Adding a depot

If you want to install a recovery image on a different hardware platform or HP-UX Virtual Partitions (vPars) software, you might have to add software to the recovery configuration in the CINDEX file.

216 Recovery