Improving SNMP Table Polling
14th October 2020
One of the reasons you could be experiencing a slower time to retrieve the same data could be the communication and data processing overhead variation of using different polling methods. …
Answer
14th October 2020
One of the reasons you could be experiencing a slower time to retrieve the same data could be the communication and data processing overhead variation of using different polling methods. …
14th October 2020
Hi Bernard, This isn’t available off the shelf. However, if you would like to get creative you could create an ACU Manager that tracks the historical positions. These historical points …
14th October 2020
Hello Jelle, This query should achieve what you want to achieve: ALTER KEYSPACE “SLDMADB” WITH REPLICATION = { ‘class’ : ‘SimpleStrategy’, ‘replication_factor’ : 2 }; When configuring the failover, the …
14th October 2020
Also referring to following question: https://community.dataminer.services/question/communication-dma-to-dma-or-dma-to-dataminer-client/
14th October 2020
Hi Rene Regarding the deleted table records, if this is just for a few critical elements then it could make sense to introduce that feature as part of the protocol. …
14th October 2020
Hi Gelber, The definition below is taken from the DataMiner Help: Remote primary key of the table row on which the aggregation rule is calculated (string or numeric value). Note: …
14th October 2020
Since 10.0.11.0 it’s also possible to configure TLS encryption between the Elastic nodes of the DMS (only for new Elastic installations)
14th October 2020
Jeff this can be done with SLNet. Element element = engine.FindElement(“ElementName”); if (element != null) { GetLiteElementInfo getElementInfo = new GetLiteElementInfo { DataMinerID = element.DmaId, ElementID = element.ElementId, IncludeStopped = …
14th October 2020
Kafka is not part of the core software at this moment. I have created a driver that consumes messages from a Kafka queue. This is part of a larger project …
14th October 2020
All SLNet communication of a DataMiner Agent can be configured to use encrypted connections. Data sent over those connections will be encrypted with a Rijndael algorithm, using a 256-bit session …
13th October 2020
Make sure you have checked that Windows firewall is not blocking external traffic on that port. You can do so by adding an inbound rule on the UDP Port 514 …
13th October 2020
Hello, First of all: There will always be multiple solutions to achieve the same result, the “best solution” for the job is specific to the use-case itself. And in most …
13th October 2020
I had a circumstance in which I was asked if we were able to send data northbound to a Kafka cluster. As far as I know we don’t support direct …
13th October 2020
Yes, by installing a new SRM package, some automation scripts, dll files, visios, protocols might be overwritten. However custom automation scripts, not part of the SRM standard solution still remain …
13th October 2020
Hi Thomas, I believe a good starting point is to have the following details from the device: Counter size: Are we referring to a 32 or 64 bit counter? The …