SLReset – Cloud connected agent
9th February 2024
That is indeed the expected behavior. The cloud connection stays valid and working for the DMA that now has been reset. If you want to unregister the DMS from the …
Answer
9th February 2024
That is indeed the expected behavior. The cloud connection stays valid and working for the DMA that now has been reset. If you want to unregister the DMS from the …
9th February 2024
Hi Nathan, it’s hard to give you exact numbers, as there are a lot of variables involved. But a replicated element should be on average lower in load on the …
9th February 2024
Hi Thomas, Built-in sources have metadata included that are being used for feeding. In 10.4.1, Ad hoc data also supports metadata see: Linking rows to DataMiner objects | DataMiner Docs …
9th February 2024
If you are not using a Cassandra Cluster setup, you can follow this procedure for this: https://docs.dataminer.services/user-guide/Advanced_Functionality/DataMiner_Agents/Configuring_a_DMA/Changing_the_IP_of_a_DMA.html#failover-dma-in-a-dms
9th February 2024
Hi Vish, You should be able to achieve this using the GetDisplayValue method.
8th February 2024
Hi, More information can be found here: Grafana Data Source plugin | DataMiner Docs Is there anything specific you are looking for or is something not working? I’ve used it …
8th February 2024
Hi Jens, A project can have as many data sources and operators as you like. The GQI framework just scans the resulting library for all types that implement the IGQIDataSource …
8th February 2024
Hi Samson, For this specific use case I believe the best approach is to implement the gain calculation in the connector. Assuming that A1, A2, B1, B2, C1 and C2 …
8th February 2024
I think I have to go through the entry point that gives the reference to the table where the instances are. Then it’s matter of knowing which instances are already …
8th February 2024
Hi, “DISCOVERY FAILED” basically means that DataMiner tries to set up a connection with the SNMPv3 device, but is not able to do this. There could be different causes to …
8th February 2024
Hello Alberto, I’m assuming the stand-alone NATS node config you’re mentioning is forcing the NATS configuration in a DMA cluster to not be clustered. This is not a supported configuration …
8th February 2024
Dear Skyline DOJO : Can we provide customers that have built all their reporting needs with the Legacy Reports with a Dashboard set of templates for an easy transition to …
8th February 2024
Hey Christine, It is possible to also pass information to the API script using query parameters. (From DataMiner 10.4.1) You can find more info here: https://docs.dataminer.services/user-guide/Advanced_Modules/User-Defined_APIs/Defining_an_API/UD_APIs_Defining_a_new_API.html#user-input-data E.g.: http://staging-agent-b3/api/custom/switchers/status?location=belgium&rack=A3 This will …
8th February 2024
In a production environment I would recommend you take the following steps: As you already stated; End the failover configuration. Setup your new DMA server and add it back as …
8th February 2024
Hi Danielle, For an external Cassandra cluster, Medusa is the recommended approach for managing backups and restores of the data. As a utility it is more feature complete than the …