Alarm Grouping per System

In addition to Simon’s answer, you can use Automatic Incident Tracking to automatically group alarms in the alarm console based on what DataMiner detects as the most relevant reason these …

What is a Correlation Thread

That thread is responsible to handle correlation rules. If that thread is having a run time error then it means that the thread is stuck. It could be either waiting …

What is a Correlation Thread

Hi Christine, The Correlation thread in SLNet is the main thread for the Correlation module. Here, all scheduled operations and incoming events are taken of a queue and handled. A …

Alarm Grouping per System

Hi Francisco, If I understand what you want to do correctly, I think this is a use case for custom element properties. You can add properties to all elements that …

Linux Platform – HP Parameters

Hi Stacey, From HPE iLO 4, you have two possible options for SNMP. Below is a extract from HP Enterprise Documentation [Link]: Agentless management (default) – Use SNMP agents running …

How can I execute an automation script on multiple DMA

Hi Laurens, From within a script, you can launch a subscript and define the DMA where it needs to run: Skyline.DataMiner.Net.Messages.ExecuteScriptMessage scriptMessage = new ExecuteScriptMessage() { DataMinerID = dma,//DMA ID …

LDAP in a cluster

Hi Kai, What is the use case here? It’s expected that if you use LDAP for authentication that all DataMiner Agents in a cluster are connected to the same domain.