temip_restore_one_log(1) — Commands
NAME
temip_restore_one_log − TeMIP backup partial restore tool
SYNOPSIS
temip_restore_one_log [-recover] [-g event_logging_groupname] -a path_to_el.group | -p path_to_el.saveset LOGNAME
DESCRIPTION
The temip_restore_one_log command is used to restore/recover one Event Log. This command intend to avoid the whole event logging group restoring when there is problem with a LOG datastore but other files of event logging group are good.
temip_check command may be applied to event logging 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 LOG 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_el.group
Operation is done by using last built saveset of event logging group. (-p form has precedence over -a form)
-p path_to_el.saveset
Operation is done by using the given saveset. (-p form has precedence over -a form)
LOGNAME
name of the LOG to be processed.
FLAGS
-recover
Dummy flag (reserved for future use). No operation done in addition to restore default operation.
-g event_logging_groupname
Indicates the name of event logging group descriptor default name is el.group
EXEMPLES
1.Restore LOG1 from last saveset # temip_restore_one_log -a /save/groups/ LOG1 2.Restore LOG4 from a particular saveset # temip_restore_one_log -p /save/all.0695/ LOG4
NOTES
temip_restore_one_log is a pre-processor of temip_backup tool. It pre-processes the saveset file to force a partial restore of event logging group.
RELATED INFORMATION
Commands: temip_backup(1), temip_check(1), temip_restore_ahmir(1), temip_restore_elmir(1), temip_restore_one_oc(1)
Documentation: TeMIP Framework Configuration and Management Guide TeMIP Utilities