Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Add_workflow_for_techpubs
AUTH1UserResourceIdentifier{userKey=8a00a0c86820e56901685f374974002d, userName='null'}
JIRAIDAUTHSBX-107619
REV5UserResourceIdentifier{userKey=8a00a02355cd1c2f0155cd26cb8305e9, userName='null'}
REV6UserResourceIdentifier{userKey=8a00a02355cd1c2f0155cd26cb8305e9, userName='null'}
REV3UserResourceIdentifier{userKey=8a00a0c86c120d6f016c28d164de0010, userName='null'}
REV1UserResourceIdentifier{userKey=8a00a0c86c120d6f016c4759a0f60033, userName='null'}


Panel

In this section:

Table of Contents
maxLevel2


Command Syntax

Code Block
languagenone
> show status alarms
	currentStatus <alarm Id> 
		clearType
        desc
        reporter
        severity
        timestamp
		localTimeStamp
		localInitialTimeStamp
    historyStatus <alarm Id>
        desc
        reporter
        severity
        state
        timestamp
		localTimeStamp

Command Parameters

Parameter

Description

currentStatus

Displays status of current outstanding alarms.

  • <alarm Id> – Alarm identifier.
  • clearType – Type of clear: AUTOMATIC or MANUAL.
  • desc – Alarm description.
  • reporter – Name of the task reporting this Alarm.
  • severity – Alarm severity.
  • timestamp – Time when the alarm was raised.
  • localTimeStamp –  The last time the alarm was raised in local time zone format.
  • localInitialTimeStamp – The first time the alarm was raised in local time zone format.
historyStatus

Displays history of alarms depending upon options selected.

  • <alarm Id> – Alarm identifier.
  • desc – Alarm description.
  • reporter – Name of task reporting alarm.
  • severity – Alarm severity.
  • state – Alarm state (SET, CLEAR OR MAN CLR).
  • timestamp – Timestamp when the alarm was raised.
  • localTimeStamp –  The last time the alarm was raised in local time zone format.

Command Example

Code Block
languagenone
admin@BONGOB>admin@VM01> show status alarms historyStatuscurrentStatus state SET
historyStatuscurrentStatus 10601461 {
    clearType             AUTOMATIC;
    timestamp 2013-06-18T09:50:49;
    state             2021-04-22T05:32:42-00:00;
    initialTimestamp      2021-04-22T05:32:42-00:00;
    localTimestamp        2021-04-22T11:02:42;
    localInitialTimestamp 2021-04-22T11:02:42;
    count                 SET1;
    desc        "System Policer Alarm Level: Major, Policer Type Discard Rule, Previous Level No Alarm.          "The number of log files of type 'ACT' has reached 78 percent of the configured maximum (25/32). Please process and remove files!";
    reporter      IPM        ENM;
    severity              Major;
    acknowledgeState      unAcknowledge;
    comment               "";
}
historyStatuscurrentStatus 10603462 {
    clearType             AUTOMATIC;
    timestamp 2013-06-18T09:55:49;
    state             2021-04-22T05:32:42-00:00;
    initialTimestamp      2021-04-22T05:32:42-00:00;
    localTimestamp        2021-04-22T11:02:42;
    localInitialTimestamp 2021-04-22T11:02:42;
    count                 SET1;
    desc              "System Policer Alarm Level: Major, Policer Type Discard Rule, Previous Level No Alarm.    "The number of log files of type 'MEM' has reached 100 percent of the configured maximum (32/32). Please process and remove files!";
    reporter            IPM  ENM;
    severity              Major;
    acknowledgeState      unAcknowledge;
    comment               "";
}

admin@VM01> show status alarms historyStatus 
historyStatus 10605461 {
    timestamp 2013-06-18T10:00:49       2021-04-22T05:32:42-00:00;
    localTimestamp   2021-04-22T11:02:42;
    state            SET;
    desc         "System Policer Alarm Level: Major, Policer Type Discard Rule, Previous Level No Alarm.    "The number of log files of type 'ACT' has reached 78 percent of the configured maximum (25/32). Please process and remove files!";
    reporter         IPMENM;
    severity         Major;
    initialTimestamp 2021-04-22T05:32:42-00:00;
    count            1;
    acknowledgeState unAcknowledge;
    comment          "";
}
historyStatus 10607462 {
    timestamp 2013-06-18T10:10:50        2021-04-22T05:32:42-00:00;
    localTimestamp   2021-04-22T11:02:42;
    state            SET;
    desc             "System Policer Alarm Level: Major, Policer Type Discard Rule, Previous Level No Alarm.The number of log files of type 'MEM' has reached 100 percent of the configured maximum (32/32). Please process and remove files!";
    reporter    IPM     ENM;
    severity         Major;
    initialTimestamp 2021-04-22T05:32:42-00:00;
    count            1;
    acknowledgeState unAcknowledge;
    comment          "";
}

Pagebreak