DX NetOps

  • 1.  How to export all possible alarms from CA Spectrum

    Posted Mar 05, 2015 12:04 PM

    Hi All,

     

    I wondering if you can tell me a way to export all possible custom alarms from CA spectrum which include the alarm title, severity and event message. I have tried looking at the CLI but have been unable to make success so far.

     

    Thanks



  • 2.  Re: How to export all possible alarms from CA Spectrum
    Best Answer

    Posted Mar 06, 2015 04:58 AM

    @

    Hello Thomas,

     

    One option is to enable all the hidden columns in ECE and then filter for events that start with 0xfff. Now export the output which contains event message along with pcause code.

     

    Alternate way is connect to Spectroserver -> cmd ->

    find $SPECROOT/custom/Events -name EventDisp -exec egrep -e ' A *3' {} /dev/null \; >> test.txt


    This gives you all customized critical alarms in the test.txt file. Similarly 1-> minor , 2 - major and so on...





  • 3.  Re: How to export all possible alarms from CA Spectrum

    Posted Mar 06, 2015 08:16 AM

    Thanks Kathapalli, enabling the hidden menu and exporting via the ECE GUI has worked a treat. I cannot believe I didn't check for additional options to this menu. Again, thanks for your help.



  • 4.  Re: How to export all possible alarms from CA Spectrum

    Posted Dec 30, 2016 01:55 AM

    How can I do this under Windows 2012 ?

    I need all possible alarms that Spectrum will generate with the severity in each of them, along with custom created alarms.