How to define the amount of time for a DEVICE STOPPED RESPONDING alarm to be generated in a device?
search cancel

How to define the amount of time for a DEVICE STOPPED RESPONDING alarm to be generated in a device?

book

Article ID: 111749

calendar_today

Updated On:

Products

CA Spectrum DX NetOps

Issue/Introduction

Sometimes, due to business reasons, it can be necessary to adjust the amount of time before a MANAGEMENT AGENT LOST or STOPPED RESPONDING TO POLLS alarm is asserted on in a device/host model.
This article explains how to calculate/define it.

 

Environment

All Supported Releases

Resolution

In OneClick Console, select the desired device in Topology -> go to "Component Detail" section -> "Information" tab -> "CA Spectrum Modeling Information".

You will see the following values : 

Poll Interval (sec)

DCM Timeout (ms)

DCM Retry Count 



The formula to get the amount of time is:


poll interval sec + (DCM Timeout x DCM retry count)


Example:


Let's consider the following values:


Poll Interval(sec) = 300

DCM Timeout(ms) = 30000 (30 seconds)

DCM Retry Count = 3


The alarm will be generated after 300 + (30x3)  seconds = 390 seconds


IMPORTANT: This amount of time may not represent the real total time since the device has stopped responding to polls.

The amount of 390 seconds mentioned above only would be real if the device stopped to respond right after (less than one second) the last successful polling.

Let's consider the following scenario, using the same parameters above (Polling interval=300, DCM timeout=30000, DCM retry count=3):

The device was successfully polled at 12:00 AM. So, the next polling will happen at 12:05 AM (300 seconds after). But the device stopped responding at 12:02 AM.

Based on that, after the device stopped responding, Spectrum will still wait for more 3 minutes before polling the device again.

As a result, the alarm will be raised at 12:06:30 AM (390 seconds after the latest successful polling, 270 seconds after the device stopped responding to polls).


MAX VALUES: 

Maximum DCM Timeout value = 60000 (60 sec / 1 minute)
Maximum DCM Retry Count = 10
Maximum Poll Interval Integer allowed is 9 digits but this is not recommended.