\" This manpage source uses rsml coding. .so /usr/share/lib/tmac/sml .so /usr/share/lib/tmac/rsml .TH temip_restore_ahmir 1 .SH NAME \fBtemip_restore_ahmir\fP \- TeMIP backup partial restore tool .SH SYNOPSIS \fB \fP temip_restore_ahmir [-recover] [-g alarm_handling_groupname] -a path_to_ah.group | -p path_to_ah.saveset .SH DESCRIPTION The \fBtemip_restore_ahmir\fP command is used to restore/recover alarm handling mir. .Ph This command intend to avoid the whole alarm handling group restoring when there is problem with the mir but others files of alarm handling group are good. .PP \fBtemip_check\fP command may be applied to alarm handling group to check that the problem is limited to the mir. If it is not the case it would be better to apply \fBtemip_backup\fP on the whole group. .SH RESTRICTIONS .PP You must be root to use this command. .PP To restore alarm handling mir while TeMIP is running, a specific sequence must be followed. Refer to .I TeMIP Framework Configuration and Management Guide to get how to proceed. .SH ARGUMENTS .TP \fB-a path_to_ah.group\fP .br Operation is done by using last built saveset of alarm handling group. .nL (-p form has precedence over -a form) .TP \fB-p path_to_ah.saveset\fP .br Operation is done by using the given saveset. .nL (-p form has precedence over -a form) .SH FLAGS .TP \fB-recover\fP .br Apply \fBrecover\fP operation. It consists in restoring files from saveset and then trying to recover from log files when available. .nL Default operation consists in restoring files from saveset without additional process. .TP \fB-g alarm_handling_groupname\fP .br Indicates the name of alarm handling group descriptor .nL default name is ah.group .SH EXEMPLES .PP 1.Restore from last saveset .oS # temip_restore_ahmir -a /save/groups/ .oE 2.Restore from a particular saveset .oS # temip_restore_ahmir -p /save/all.0695/ .oE 3.Attempt recovery .oS # temip_restore_ahmir -recover -a /save/groups/
.oE .SH NOTES .PP \fB-recover\fP option must be used with -a from to insure that recovery is done from the last saveset. If it is not the case, recovery may produce unpredictible results. .PP \fB-recover\fP option is not always effective. Refer to .I TeMIP Framework Configuration and Management Guide to get usage condition. When it cannot be applied, a basic restore is done instead. .PP \fBtemip_restore_ahmir\fP is a pre-processor of \fBtemip_backup\fP tool. It pre-processes the saveset file to force a partial restore of alarm handling group. .SH RELATED INFORMATION .PP Commands: temip_backup(1), temip_check(1), temip_restore_elmir(1), temip_restore_one_log(1), temip_restore_one_oc(1) .PP Documentation: .ML .LI .I TeMIP Framework Configuration and Management Guide .LI .I TeMIP Utilities .LE