About the Cassandra BPA
The Cassandra BPA test is available on demand. You can run it in System Center on the Agents BPA tab, available from DataMiner 9.6.0 CU23, 10.0.0 CU13, 10.1.0 CU2 and 10.1.4 onwards. From DataMiner 10.1.4 onwards, this BPA test is available on each DMA by default.
For more information on how to run this test, see running BPA tests and Standalone BPA Executor.
Cassandra BPA flowchart
Removing duplicate tables or folders
Duplicate tables or folders can be the result of previous installations of Cassandra that were not properly removed. The duplicates can be deleted manually.
However, when you delete a duplicate, make sure the ID (e.g. timetrace-511e8260b72f11e8862f6bd82952d1c9) does not match the current ID in use by the database table or folder.
To cross-check the IDs in use and remove a duplicate:
- Open Cassandra DevCenter and use the following command:
select * from system_schema.tables, where keyspace_name = 'SLDMADB';
- Check which ID is displayed as a result of this query. This is the ID that is currently in use.
- Delete the table or folder from the file system where the Cassandra database is located that does not have the ID displayed based on the query.
Making sure DB.xml is configured correctly
To verify if DB.xml is configured correctly:
- On the DMA, go to C:\Skyline DataMiner and open the file DB.xml.
- Check if the following tags are configured correctly according to the type of Cassandra deployment:
- The
Database
tag for the general database should have the attributetype="Cassandra"
ortype="CassandraCluster"
. - The DB element within this Database element should be set to SLDMADB:
<DB>SLDMADB</DB>
.
- The
For more information, refer to the DataMiner Help.
Keep in mind that to make any changes to DB.xml, you need to first stop DataMiner, and then restart DataMiner when the changes have been saved. As making changes to raw configuration files like DB.xml can have far-reaching consequences for your system, always be very careful when you do this.