How to backup a single Cassandra node running on remote server?
12th January 2022
Hi Jens, Similar as Elastic, there is a tool that you can use to take a backup of a remote node: Standalone Cassandra Backup Tool You could schedule the execution …
Answer
12th January 2022
Hi Jens, Similar as Elastic, there is a tool that you can use to take a backup of a remote node: Standalone Cassandra Backup Tool You could schedule the execution …
12th January 2022
Hi Jens, I’m using the Standalone Elastic Backup Tool – DataMiner Dojo, which is shipped by default with most recent versions of DataMiner. As far as I know, the automatic …
12th January 2022
Hi, I have tested this with DataMiner version 10.1.12.0 and there it’s working correct. I’m only using one main SNMP connection where both the multithreaded timer and polling groups are …
12th January 2022
Hi Jens, For both Cassandra and Elastic, it’s advised to disable swap memory. While the system will work with swap enabled, the performance will be very poor when the system …
12th January 2022
In this case the Client ID didn’t had enough permissions. Assigning the correct permissions did the job.
12th January 2022
Hi Thomas, I also can’t find any documentation on Dojo or the DataMiner Help but noticed there is some documentation attached to release note 29435. I suspect it’s not generally …
11th January 2022
Hi Fares – the plan is to integrate / migrate the Alerter features and capabilities into the Cube client application, which since a while also resides in the system tray …
11th January 2022
The problem was that we placed the necessary Cassandra DLL in the ProtocolScripts folder, while DataMiner has a Cassandra DLL of its own in the files folder. When doing a …
11th January 2022
Hi Jorge, Another approach is to use the filtering options with some wildcards in the alarm template to only alarm the production interfaces leaving the other ones without monitoring and …
11th January 2022
This exception is typically the result of code being executed using assemblies that differ from the assemblies they were compiled against. We often see this when an automation script is …
11th January 2022
Hi Ryan, You can achieve this with the following C# code: SetDataMinerInfoMessage sDIM = new SetDataMinerInfoMessage() { bInfo1 = int.MaxValue, bInfo2 = 1, DataMinerID = <YOUR DMAID>, HostingDataMinerID = <YOUR …
11th January 2022
Hi Jorge, In case you want to mask an interface (which is probably all cells from a row in a table?) before there is an alarm on it, I believe …
11th January 2022
Hi Ana, From a regex perspective, everything seems OK to me and for the export rule as well. Could you please confirm for me, is table 33000 the one exporting …
11th January 2022
If downtime is a concern, do note that if you manually edit an element.xml file while the agent is running, (re)starting the element will load the new file. (also be aware …
11th January 2022
With “connection strings”, I assume you are talking about the connection strings that can be configured through SLNetClientTest. These allow for redirecting traffic between two agents through another host/port or …