Cassandra version
20th August 2020
Hi Jens, You can use the Cassandra nodetool to verify the version of Cassandra that is running. Using a command prompt, navigate to c:\Program Files\Cassandra\bin and run ‘nodetool version’
Answer
20th August 2020
Hi Jens, You can use the Cassandra nodetool to verify the version of Cassandra that is running. Using a command prompt, navigate to c:\Program Files\Cassandra\bin and run ‘nodetool version’
20th August 2020
Open nodetool in command prompt (found in C:\Program Files\Cassandra\bin). Then type “nodetool version” It’s advised to use v3.7
20th August 2020
The *[*,*,*] string is not a dedicated syntax or placeholder for the Visual Overview. However, using one or more asterisks in the name of an element will search for an …
20th August 2020
This is a Cube client timeout, which is totally normal given the fact that by default Cube tries to use a communication method called eventing. This method can require some setup …
19th August 2020
There are two ways to perform actions after a Provisioning of Elements. As you are saying, you can configure a script to update properties (or any other actions that can …
19th August 2020
You can also find this kind of information back in the DataMiner Catalog. See: Enensys IPGuard v2
19th August 2020
You can also find this kind of information back in the DataMiner Catalog. See: Enensys GigaCasterII
19th August 2020
More information on the CDMR can be found in this article: https://community.dataminer.services/documentation/cdmr/ In the “MaintenanceSettings.xml configuration” section it’s explained how to change the destination and how to apply the changes
19th August 2020
When Cube connects to the DMA, Cube will open a random port to which the DMA has to connect to send eventing notification messages. If only Cube is able to …
19th August 2020
This is due to an issue with the order of your NICs. Typically this only happens if you run DataMiner in a lab environment where the IP addresses of your …
19th August 2020
Hi Geovanny, From what you’ve tested, it seems that the clear action doesn’t remove the value from the database (SLDMADB.ElementData). That’s why on restart of the element (or DataMiner restart) …
19th August 2020
Today, there are Automation scripts that can be used for exporting/importing parameters, definitions and instances.
18th August 2020
If the value does not need to be persisted between element restarts, then you should simply remove the save=”true” from the element. This way the value will only be kept …
18th August 2020
Hi Bruno, Both of the suggested options work, but I believe it’s best to use the profile helper and search for the profile by name. If you add a configuration …
18th August 2020
You can check if a process is using the port that SLNet is waiting on. My favourite way to do this is with following powershell command: > netstat -abon | …