temip_restore_one_oc(1) — Commands
NAME
temip_restore_one_oc − TeMIP backup partial restore tool
SYNOPSIS
temip_restore_one_oc [-recover] [-g alarm_handling_groupname] -a path_to_ah.group | -p path_to_ah.saveset OCNAME
DESCRIPTION
The temip_restore_one_oc command is used to restore/recover one Operation Context. This command intend to avoid the whole alarm handling group restoring when there is problem with an OC datastore but other files of alarm handling group are good.
temip_check command may be applied to alarm handling group to check that the problem is limited to one or few datastores. If it is not the case it would be better to apply temip_backup on the whole group.
RESTRICTIONS
You must be root to use this command.
To restore one Operation Context while TeMIP is running, a specific sequence must be followed. Refer to TeMIP Framework Configuration and Management Guide to get how to proceed.
ARGUMENTS
-a path_to_ah.group
Operation is done by using last built saveset of alarm handling group. (-p form has precedence over -a form)
-p path_to_ah.saveset
Operation is done by using the given saveset. (-p form has precedence over -a form)
OCNAME
name of the Operation Context to be processed.
FLAGS
-recover
Dummy flag (reserved for future use). No operation done in addition to restore default operation.
-g alarm_handling_groupname
Indicates the name of alarm handling group descriptor default name is ah.group
EXEMPLES
1.Restore Operation Context named OP_CT3 from last saveset # temip_restore_one_oc -a /save/groups/ OP_CT3 2.Restore Operation Context named OPCTX6 from a particular saveset # temip_restore_one_oc -p /save/all.0695/ OPCTX6
NOTES
temip_restore_one_oc is a pre-processor of temip_backup tool. It pre-processes the saveset file to force a partial restore of alarm handling group.
RELATED INFORMATION
Commands: temip_backup(1), temip_check(1), temip_restore_ahmir(1), temip_restore_elmir(1), temip_restore_one_log(1)
Documentation: TeMIP Framework Configuration and Management Guide TeMIP Utilities