ALERT LIST OPEN Command | bcmadmin | Teradata Business Continuity Manager - ALERT LIST OPEN - 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

Lists all currently raised alerts for the Business Continuity Manager server.

Open alerts can be listed by type.

Syntax

ALERT LIST OPEN [NORMAL | WARNING | CRITICAL] ;

Example

bcmadmin>  ALERT LIST OPEN; 
----------------------------------------------
The following alerts satisfy your request
----------------------------------------------
Alert No.          : 1
Alert Type         : 40001
Alert Description  : BCM sequencer has started
Alert Details      : BCM Sequencer started
Alert Category     :	System
Resource Type      : SEQUENCER
Resource ID        : cressida
Alert Severity     : Normal
Alert State        : Opened
Repeated           : 11
Raised Time        : 09/20 10:54:16
Updated Time       : 12/08 11:18:09
----------------------------------------------

The output displays in the following format.

Label Description
Alert No. A unique number identifying the alert.
Alert Type A unique number corresponding to the alert type.
Alert Description A description of the alert condition.
Alert Details Additional alert information specific to this instance of the alert.
Alert Category Available alert categories are: System, Sequencer, Managed Teradata, Dispatcher, Endpoint, Watchdog, Data Dictionary, Table State Change, Threshold Violation, Data Sync.
Resource Type Specifies the resource affected by the alert, options include SEQUENCER, WATCHDOG, DISPATCHER, and ENDPOINT.
Resource ID Name of the Teradata system associated with the affected resource type.
Alert Severity Severity of the alert condition:
  • Critical: Events indicating that the application cannot access some data. For example, one table is unrecoverable.
  • Warning: Events indicating non-serious failures that could impact Business Continuity Manager operation. For example, Business Continuity Manager configuration errors.
  • Normal: Informative messages. For example, the Sequencer has started. These alerts are typically used for startup.
Alert State
  • Opened: The alert first appears.
  • Cleared: The alert has been closed.
Repeated The number of times the alert repeated since the original alert was raised. The alert count is based on the following rules:
  • The first time an error condition is detected, an alert is raised with a count set to 0.
  • After the initial alert is raised, if the same error condition is detected, the initial alert updates with a count based on the number of times the alert has been raised.
Raised Time The timestamp when the alert was opened.
Updated Time The timestamp when the alert was last updated. This is equal to the raised time if the alert has not been updated.