A fault isolation alarm is raised on the fault isolation model, caused by a deleted model, which is not clearing:
"Critical","Nov 2, 2017 3:14:53 AM EDT","Fault Isolation","","","FaultIsolation","Yes", "UNRESOLVED FAULT DETECTED","xxxxx (0xx00000)","FaultIsolation"
Restarting the SpectroSERVER has no effect.
Release: Any version of Spectrum
Component: SPCAEM - Events and Alarms
The fault isolation alarm is not user clearable, so this cannot be cleared manually. Non-user clearable alarms cannot be cleared outside of its clearing condition.
It is also persistent, so restarting the SpectroSERVER does not remove it.
application models -> filter by "fault isolation"
Or, in the component detail window, from the attributes tab, we can obtain the Model_Handle (MH) of this model.
For example:# cd SPECROOT/SS/CsVendor
# grep -r 10703 .
./Cabletron/EventDisp:0x00010d32 E 50 C 0x00010703,2
./Cabletron/EventDisp:0x00010d33 E 50 C 0x00010703,A
From CLI logged as Spectrum Install Owner account, we send either of the clear events identified in step 4 above to the model (bash -login).
# cd $SPECROOT/vnmsh
# ./connect
# ./create event type=0x10d33 text="Fault Isolation alarm was cleared" mh=<MH of model from step 1>
OR
# ./create event type=0x10d32 text="Fault Isolation alarm was cleared" mh=<MH of model from step 1>
The steps in this docs can be used to clear any alarm, by substituting the clear alarm, and the model handle.
This should only be done when absolutely necessary, as Spectrum used valid alarms to run Fault Intelligence calculations.