2.Rename the recovery archive. (The path to your recovery archive might be different from the example.) The name of the saved recovery archive can be anything unique, but it should be outside the naming convention
#cd /var/opt/ignite/recovery/archives/client
#mv
3.If the system where recovery images are stored is different from your
4.Rename the recovery archive directory.
#cd /var/opt/ignite/clients/client/recovery
#mv
5.If the renamed recovery archive directory is the target of the symbolic link latest, then link latest to the new directory.
#rm latest
#ln
6.Edit the archive_cfg file in the Recovery_Archive.sav directory to reference the new recovery archive name.
Change the archive_path variable inside the (source_type == "NET") clause to the name of the saved recovery image.
(source_type == "NET") { archive_path = "Recovery_Archive.sav"
}else { archive_path = "1"
}
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
Update the configuration clause description:
#manage_index
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
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
For each configuration file to rename, add the references to the new directory:
#manage_index
System Recovery 211