How to generate accurate availability report for a process model in Spectrum Report Manager (SRM)
search cancel

How to generate accurate availability report for a process model in Spectrum Report Manager (SRM)

book

Article ID: 48823

calendar_today

Updated On:

Products

CA Spectrum

Issue/Introduction

In Spectrum Report Manager (SRM) the availability report of models depends on a couple of events. Now when process goes down you will get a process down alarm in OneClick. But out of the box this alarm is not considered for the outage and the report shows the availability of the process model as 100% even though you have a process down alarm on this model.

Environment

Spectrum 10.x or later

Resolution

This solution steps through how you can generate accurate process availability report such that Spectrum considers the process down alarms for the outage.

This Technical document assumes the process down alarm is asserted on the process model in Spectrum OneClick. The 0x2390000e event is the process down event and the 0x23900007 event is the process up event.

  1. Log into the SRM system as the user that owns the Spectrum installation

  2. Copy the availability.xml file from directory:

    $SPECROOT/tomcat/WEB-INF/spectrum/web-inf/repmgr/config/availability.xml 


    to directory:


    $SPECROOT/custom/repmgr/config

  3. Edit the $SPECROOT/custom/repmgr/config/availability.xml file to look as follows

    <root>
    <ignore></ignore>
    <up_event>0x23900007</up_event>
    <down_event>0x2390000e </down_event>
    <in_mm_event></in_mm_event>
    <out_mm_event></out_mm_event>
    </root> 

  4. Save the file

  5. Restart tomcat on the SRM system