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

Teradata® Business Continuity Manager User Guide - 2.00

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
VMware
Product
Teradata Business Continuity Manager
Release Number
2.00
Published
August 2024
ft:locale
en-US
ft:lastEdition
2025-01-31
dita:mapPath
sko1694443904278.ditamap
dita:ditavalPath
ft:empty
dita:id
otc1639627713801
lifecycle
latest
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.