To clear alarms that are set as non-clearable you can do the following.

Search for the clear event for the alarm, changing the path to meet your
system. The number at the end is the alarm cause id.

find /opt/spectrum/SS/CsVendor/ EventDisp | xargs grep 10701

Example output:
/opt/spectrum/SS/CsVendor/Cabletron/EventDisp:0x00010701 E 20
/opt/spectrum/SS/CsVendor/Cabletron/EventDisp:0x00010daa E 50 A 2, 0x010701,N
/opt/spectrum/SS/CsVendor/Cabletron/EventDisp:0x00010d0c E 20 C 0x00010701
/opt/spectrum/SS/CsVendor/Cabletron/EventDisp:0x00010b05      C
0x00010b01 C 0x00010b02 C 0x00010701 C 0x00010009


0x00010d0c is the Clear code we want to use in this case.
Find out what the Model Handle is for the device on which that alarm exists.


As the Spectrum user.

cd /opt/spectrum/vnmsh
./connect
Usage: create event type=[hex code of clear] test=[any text] mh=[model
handle of device with alarm]
./create event type=0x00010d0c text=test mh=0x12e4bf
./disconnect




On Mon, Jul 20, 2009 at 9:25 AM, Webster, Keith W Mr CTR <
[email protected]> wrote:

> UNCLASSIFIED / NONE
>
>
> How do you clear alarms that are set as not clearable:
>
> Error clearing the following alarm(s): Alarm is not user-clearable
>
> Thanks,
>
> Keith Webster
>

---
To unsubscribe from spectrum, send email to [email protected] with the body: 
unsubscribe spectrum [email protected]

Reply via email to