Redundancy group Ateme
19th April 2023
The main wonky part here appears to be the “switching detection” condition, which is the condition that defines which device DataMiner sees as the operational one. These conditions get applied …
Answer
19th April 2023
The main wonky part here appears to be the “switching detection” condition, which is the condition that defines which device DataMiner sees as the operational one. These conditions get applied …
19th April 2023
.NET 5 is currently still required for some modules, which means that it is currently required to have both .NET 5 and .NET 6 installed on DataMiner agents. (Note that …
19th April 2023
Hi Naveen, There are various Linux distributions that can be used for Cassandra and Elastic. A list of supported distros can be found here: Cassandra https://docs.datastax.com/en/home/docs/supportedPlatforms.html Elastic https://www.elastic.co/support/matrix In our …
18th April 2023
Offering another workaround, it’s possible to execute an automation script upon opening a Visual Overview page. The script can retrieve the notes with an SLNet call (just like in Jeroen’s …
18th April 2023
Not directly, but maybe with a workaround. There’s a possibility to do a GQI query to an ‘ad hoc data’ source, this script could retrieve the notes using an slnet …
18th April 2023
Hi Robert, indeed depending on the volume of data it can take a while, all data needs to be queried and transformed into the correct format and pushed to the …
18th April 2023
Hi Ive, After a quick look at the app, I noticed that the form component was slightly smaller than the panel with the ‘fit to view’ option enabled. This is …
18th April 2023
One of the most common things are connection issues between the different DataMiners or low latency. If you e.g. are doing bulk actions, depending on how and what this can …
18th April 2023
In our active MySQL database we have 4 tables that are linked with the alarms alarm: contains all alarms Then we have 3 different tables linked to that alarm table: …
18th April 2023
The cleanup job on the local DB first cleans the alarm table and then just does: DELETE FROM service_alarm WHERE (iAlarmDMA, iAlarm) NOT IN (SELECT dmaID, id FROM alarm); If …
18th April 2023
Hi Elvio, i assume we are talking about a MySQL Central Database? As described here? Offload database | DataMiner Docs We will indeed push all data into the database unrelated …
18th April 2023
Hi Thijs, Downloading artifacts from GitHub directly is indeed not supported at the moment. Currently, the different options are: – Enable CD in order to publish to the Catalog. To …
18th April 2023
Hi Bhavana, Great to meet you! The Nimbra Manager is not one component but rather comes as a solution delivered for you. It involves all the necessary connectors, alarm & …
18th April 2023
Hi Bhavana, DataMiner reads the time from the host operating system. To change the time in DataMiner, you need to change the time on the server OS, followed by a …
18th April 2023
Hello Robin, Please send an email to techsupport@skyline.be, a ticket will be created to investigate the root cause. We are going to require an SLNet memory dump, taken after you …