How to know the running version of a standard solution
26th April 2021
Hi Mieke, It might be worth having a look at this quesion.
Answer
26th April 2021
Hi Mieke, It might be worth having a look at this quesion.
26th April 2021
Hello, I needed the same for the SRM standard solution. They store the version number in C:\Skyline DataMiner\Webpages\SRM_About.txt. I’m not sure if this is common for all other standard solutions.
26th April 2021
Hello Jochen, This is indeed not getting cleaned up. I would also like to note that snapshots are sequential, which means that snapshot 2 will use snapshot 1 to build …
26th April 2021
Hi Bernard, Out of the box, Grafana supports integrating data from an Elasticsearch db, so the short answer is ‘Yes’. A few considerations have to be made though. The DataMiner …
26th April 2021
Hi Pedro, The ElementsToConsider property only supports filtering to the list of elements below a certain view. It cannot be used to filter to specific elements. The syntax of the …
24th April 2021
Hi Pedro, This is expected behavior when the number of elements included in the service exceeds the threshold (by default set to 20). In case you would like to change …
23rd April 2021
Alex, have you tried by forwarding just the “Active” alarms of an element? When the full element is masked (not just the alarms) and dragged to the alarm console, the …
23rd April 2021
This turned out to be a conflict between the SLNet and SLXml modules when starting the DataMiner via the “Start” button on the “Could not connect to the DataMiner Agent” …
23rd April 2021
Sergio Not aware of anything directly through the DataMiner for this at the moment. Cloudwatch is best suited for the monitoring aspects of the AWS services, and you can also …
23rd April 2021
Alain, Ive, I’ve added a feature proposal as I can see the benefits here – as well as having some sort of native correlation that can send any new local user …
23rd April 2021
Hi Daniel, You could use the library sshnet (Renci.Sshnet). You will need to copy the DLL to the folder C:\Skyline DataMiner\ProtocolScripts More details about how to reference DLLs can be …
23rd April 2021
Hi Daniel, You will need to install the SSH.Net nuget package and add a reference to the Renci.SshNet namespace by adding “using Renci.SshNet;” on top of your script. Depending on …
23rd April 2021
Hi Niraj, There are various options, one of them is to use the HTTP Client class from the .net framework. Please do note that the best way to interact with …
23rd April 2021
Hi Alain, A local DataMiner user that can no longer access the system, will need the help of a DataMiner administrator to reset their password. The administrator will have to …
22nd April 2021
Hi Joao, Please make sure the following TCP ports are allowed on the DMAs: 4222, 6222, 8222, 9090. Normally DataMiner creates firewall rules automatically during the upgrade, but the changes …