DataMiner and Cassandra Latency KPIs

Hi Rene, For Cassandra there are two important ways of communication between nodes: Internode communications (gossip) This is needed to provide information between nodes on the Cassandra cluster in a …

How does the DataMiner software forward alarms to other NMS?

Specific to alarm information, DataMiner Web Services APIs expose methods (SOAP, JSON) to request alarm data. HTTP POST endpoints: http(s)://[DMAIP]/API/v1/Json.asmx/GetAlarms http(s)://[DMAIP]/API/v1/Json.asmx/GetAlarmDetails On top of that there’s also a possibility to …

Deleting all internal DCF connections

According to the datastax documentation the PK_column_conditions for a delete query have the following restrictions: -Only equals (=) or IN are supported That would make the cql query to look …

Deleting all internal DCF connections

I believe the following should do the trick: Cleaning all connections from a specific element delete from elementdata_DMAID where iEID = ELEMENTID and iPID in (65061,65096,65062,65089,65064,65101) and chIndex in (select …

Connectivity.xml automatic generation

The Connectivity.xml is a configuration file which decides how the active path needs to be traversed. Currently there is no UI component to add this to the server because this …