dashboards – alarm table component missing

Hi Fares, The alarm table component is only available from DataMiner 10.2.0/10.1.5 onwards. Before this, the component is available in a soft launch from DataMiner 9.6.8 onwards. I recommend you …

SNMP polling behavior

Hi Bernard, This doesn’t impact other elements. Each element will have its own thread in the SLProtocol process that it uses. If an element does receive a timeout on one …

SNMP polling behavior

Hi Bernard, In most cases the other elements will not be stuck because one element is waiting for the timeout period. I can think of 2 exceptions where it would …

Script to edit timeout settings on multiple elements

Hi, Please find below an example of changing the primary connection timeout when is SNMPV2. If your element is different just change accordingly. using System; using System.Linq; using Skyline.DataMiner.Automation; using …

Script to edit timeout settings on multiple elements

Hi Arunkrishna, In addition to the answer from Jarno, below you can find an example by using the Class Library. private void ConfigureHubGateway(IDmsElement hubGatewayElement) { foreach (var connection in hubGatewayElement.Connections) …

Dashboard gateway set up

Hi Manuel, A good starting point to troubleshoot would be to check if the Dashboard server and your DM agent are communicating. You can check the API calls stack (‘requests’ …

Best practice max size of parameter value

Hi Mieke,  I don’t think there is an actual direct limit to the size and usage on (un)saved parameters.  (if there is, I’m also interested to know/learn 😊) In regards …

Reducing page file usage

ArunKrishna How to determine the appropriate page file size for 64-bit versions of Windows – Windows Client | Microsoft Learn has details on what Microsoft recommends for the page file …