SLNet Authentication domain vs workgroup

From an IT point of view it sounds very normal that DMA’s that are in the same cluster need be in the same workgroup/domain. This is also the case when …

Cassandra version

Hi Jens, You can also find it in the SLDBConnection, after startup when DataMiner is able to connect with Cassandra. 2020/08/03 09:34:47.410|SLDBConnection|SLDBConnection|INF|0|1|Cassandra is currently running on version: 3.7 It is …

Kibana external access

Jens, You can allow this by updating the kibana.yml file. (default location c:\Program Files\Elasticsearch\Kibana\config) The server.host configuration specifies the address to which the Kibana server will bind. IP addresses and …

Cassandra cluster backup procedure

There are two options in DataMiner for the Cassandra DB: Cassandra (Cassandra Cluster for every DMA or Failover pair) By default Cassandra is installed on the server where DataMiner is …

How is LLDP used in DataMiner?

I don’t have a complete overview of drivers supporting LLDP, as we added support for LLDP in IDP in a generic way, i.e. each driver that supports LLDP can integrate …

Cassandra version

Another option, which allows you to check it if you don’t have access to nodetool: User query executer in DataMiner Cube and enter the following query. select release_version from system.local;

Cassandra version

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’

Cassandra version

Open nodetool in command prompt (found in C:\Program Files\Cassandra\bin). Then type “nodetool version” It’s advised to use v3.7