almclear

Last Updated : Nov 01, 2012 |

Use almclear to clear specific server alarms, a list of server alarms, or all server alarms within a range. An alarm is referenced by a positive integer called the Alarm ID, which can be found using the almdisplay command. almclear does not clearCommunication Manager alarms.

Syntax

almclear  [ -a ] [ -n [id | id1, ids1,...idn | idn1-idn]] [ -? ]  
-a

Clear all outstanding server alarms.

-n id

Clear a single server alarm with Alarm ID id.

-n id1, id2, ... idn

Clear a set of server alarms with Alarm ID numbers id1, id2, ... idn.

almclear -n 1, 2, 3 is a valid command. almclear -n 1 2 3 is not.

-n id1–idn

Clear a range of server alarms from ID number id1 to ID number idn

-?

Display the usage statement.