Business Continuity Manager Alerts | Teradata Business Continuity Manager - Alerts - 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

Business Continuity Manager alerts notify a DBA of an event that requires attention.

The alert codes in Business Continuity Manager are five-digit numeric codes. The first two digits of each alert code begin with '40'. For example, error code 40032 indicates an unrecoverable object. In a few examples, you may see the alert codes expressed as a three-digit number, and in such cases, prefix '40' to the alert code, depending on the command.

A summary of currently open alerts appears on the Alerts card of the Business Continuity Manager UI Overview screen. From this view, you can sort by alert types and severity. Select the alert name to see the details for each alert type.


Shows the Alerts tab on the Business Continuity Manager UI home page
You can also view alerts using the ALERT LIST command on the bcmadmin command line. The following is an example of open alerts summary from the bcmadmin command line.
bcmadmin> alert list;
Count	Type	Severity	Description
---------------------------------------------
    1 	  1	  Normal 	Start - BCM sequencer has started.
    2 	 20	Critical 	Mgmt Login Failed - The BCM Management User was unable to log in to a Teradata System
    1 	175	 Warning 	Mismatched Acc. Strings - Mismatched account strings have been detected.
    3 	225	 Warning 	Server Space - A process has passed a warning threshold for available disk space.
    6 	226	Critical 	Server Space - A process has passed a critical threshold for available disk space.
The following is an example list of all occurrences of a particular type of alert.
bcmadmin> alert list 225;
Alert Type  : 225
Description :A process has passed a warning threshold for available disk space.
Severity  :  Warning
Recommended Action: Recover any tables or systems that are out of service or interrupted. Then check the /data directory and remove any old files. Consider adding disk space to accommodate higher load volumes. This alert will be automatically cleared when the disk space has reached a safe threshold.

ID     Initial Raised Time       Rep.  Details
----------------------------------------------------------
9      2019-10-23, 11:33:33      340    The available disk space remaining for the processes on BCM server 'BCM2' is below the warning threshold of 10.00 GB.
11     2019-10-23, 11:33:33      340    The available disk space remaining for the processes on BCM server 'BCM2' is below the warning threshold of 10.00 GB.
13     2019-10-23, 11:33:33      340    The available disk space remaining for the processes on BCM server 'BCM2' is below the warning threshold of 10.00 GB.

For information about alerts, monitoring, maintenance, and error management practices, see Teradata Business Continuity Manager Monitoring and Management Guide.