OpenText product name changes coming to the community soon! Learn more.

Wikis - Page

Support Tip: Operations Agent - Agent storm detection

2 Likes

Problem

You can set the agent side storm detection and suppression configuration variables to reduce the number of messages during a storm which adds load on OBM.

Solution

Single node
To set this variable for a single agent use the following command:

ovconfchg -ns eaagt -set OPC_MSGA_PING_SERVER_INTERVAL 600

You can execute the command remotely via ovconfpar if required as shown below:

ovconfpar -set -ns eaagt -set OPC_MSGA_PING_SERVER_INTERVAL 600

Multiple nodes
To set the variable on multiple nodes, use the opr-agt command as shown below:

opr-agt -username <user> -password <passwd> -set_config_var eaagt: OPC_MSGA_PING_SERVER_INTERVAL=600 -node_list <myNodeList> | -view_name <myView>


For More information's, Please ref;
https://docs.microfocus.com/doc/Operations_Agent/12.26/AgentStormDetect

Labels:

Support Tips/Knowledge Docs
Comment List
Related
Recommended