Command Syntax

The command syntax of the objects related to the show table alarms command is shown below (see “show status alarms” for parameter details).

 

Note
When viewing alarms from the CLI, the alarm timestamp is Greenwich Mean Time (GMT) regardless of the time zone set on the system.
> show table alarms 
	currentStatus <alarm Id> 
		clearType
        desc
        reporter
        severity
        timestamp
    historyStatus <alarm Id>
        desc
        reporter
        severity
        state
        timestamp

Command Parameters

Alarms Parameter Descriptions

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.
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.
 

Command Example

admin@WFDSBC01a> show table alarms historyStatus
ALARM
ID TIMESTAMP            STATE  DESC
---------------------------------------------------------
1  2013-04-30T20:08:09  CLEAR  Local server WFDSBC01a: NTP peer server IP address 10.128.254.67 is Inservice, waiting to synchronize
2  2013-04-30T20:08:16  SET    High Availability port down: ceName = WFDSBC01a, portName = haPort1
3  2013-04-30T20:08:16  CLEAR  High Availability port up: ceName = WFDSBC01a, portName = haPort2
4  2013-04-30T20:08:16  CLEAR  Node: WFDSBC01 active after boot
5  2013-04-30T20:08:17  CLEAR  High Availability port up: ceName = WFDSBC01a, portName = haPort1
6  2013-04-30T20:08:22  CLEAR  Config and Policy databases are in sync on system: WFDSBC01, server: WFDSBC01a, role: active
7  2013-04-30T20:08:23  CLEAR  Policy server communication to LWRESD is UP.
8  2013-04-30T20:08:26  CLEAR  Packet port pkt0 on CE WFDSBC01a slot 0 with ifIndex 9 is UP
9  2013-04-30T20:08:27  CLEAR  Packet port pkt1 on CE WFDSBC01a slot 0 with ifIndex 10 is UP
10 2013-04-30T20:08:28  CLEAR  Packet port pkt2 on CE WFDSBC01a slot 0 with ifIndex 11 is UP
11 2013-04-30T20:08:29  CLEAR  Packet port pkt3 on CE WFDSBC01a slot 0 with ifIndex 12 is UP

  • No labels