Reducing load when using element subscriptions
15th June 2022
Hi Geovanny, We had two major improvements on another project in which we did subscriptions from many to many. It is depending on your use case if these will also …
Answer
15th June 2022
Hi Geovanny, We had two major improvements on another project in which we did subscriptions from many to many. It is depending on your use case if these will also …
14th June 2022
You can install SRM 1.2.24 and then DM 10.2.7, no need for the intermediate step. For the future we are working in delivering both in the same package.
14th June 2022
The preferred way is to do the communication in a connector, as Thijs already mentioned. If that’s not desired, storing the credentials in “Windows Credential Manager” could be an option. …
14th June 2022
Hi Nathan, I have been trying to reproduce the behavior you encountered but cannot reproduce this behavior so far. Could you verify if my setup matches your setup? I have …
14th June 2022
I believe both of these connections (“Bound Element Monitor Subscriptions” and “VirtualFunctionResourceStateHandler”) should only occur max once per agent. These two internal connections get created as part of initializing the …
14th June 2022
Hi Koen, The latest version of SLTaskbarUtility can be found on the DMA in C:\Skyline DataMiner\Tools\SLTaskbarUtility. If SLTaskbarUtility was installed previously on the DMA, it’s possible this folder no longer …
14th June 2022
Hi Ruben, It’s actually preferred to always use a protocol to handle all the API communication between DataMiner and any data source. That way it allows you to store your …
14th June 2022
I would say from the top of my head, the built-in credential library would be the best fit to have this functionality, but as far as I know, it only …
14th June 2022
Hi Manuel, How is the parameter filled in? I just tried it with a parameter filled in via SNMP polling and there it correctly discards values that are out of …
14th June 2022
When the cluster is back up and running you could test through Postman. If I am correct these are the calls that the protocol is trying to do: GET /api/v1/nodes …
14th June 2022
Hi Manuel, at the moment this is not possible. In the future, we will look to support DMZ setups or the use of proxy servers. With a DMZ setup, you …
14th June 2022
Hi Manual, this is currently not possible to share a dashboard without being cloud-connected. In the future, DataMiner will be more and more cloud-connected with features depending on cloud-connected agents. …
13th June 2022
Paul, thanks for raising this question. We have two types of failover, i.e. Manual and Automatic. Details are available at Advanced failover configurations. When DMA has the Manual failover type in …
13th June 2022
It’s recommended to use the latest Windows Server OS. As all the intensive work is done by the DMA agents, there are no high hardware requirements for a web server …
13th June 2022
Hi Randy, A 400 Bad Request means the request cannot be handled by the server, which in this case does not mean there is something wrong with the authorization. I’m …