OPERATION CLEAR Command | bcmadmin | Teradata Business Continuity Manager - OPERATION CLEAR - Teradata Business Continuity Manager

Teradata® Business Continuity Manager User Guide

Product
Teradata Business Continuity Manager
Release Number
1.0
Published
January 2022
Language
English (United States)
Last Update
2022-01-27
dita:mapPath
otc1639627713801.ditamap
dita:ditavalPath
ft:empty
dita:id
B035-2550
lifecycle
previous
Product Category
Analytical Ecosystem

Purpose

Clears logging messages associated with a specific Business Continuity Manager operation.

Syntax

OPERATION CLEAR {ALL | CANCELLED | FAILED | FINISHED | operation identifier};

Parameters

ALL
Clears all operation messages for completed operations.
Example: 
bcmadmin>  OPERATION CLEAR ALL; 
1 operations cleared successfully.
CANCELLED
Clears canceled operation messages from the operations list.
Example: 
bcmadmin>  OPERATION CLEAR CANCELLED; 
1 operations cleared successfully.
FAILED
Clears operation messages for failed operations.
Example: 
bcmadmin>  bcmadmin> OPERATION FAILED; 
1 operations cleared successfully.
FINISHED
Clears messages marked Finished from the operations list.
Example: 
bcmadmin>  OPERATION CLEAR FINISHED; 
2 operations cleared successfully.
operation identifier
Clears all operation messages for a specific operation number. The operation must be in the Failed or Finished state to be successful. You can run OPERATION LIST to determine the operation status.
Example: 
bcmadmin>  OPERATION CLEAR 1; 
Operation 1 successfully removed.