---
title: "How to perform Cassandra replication in Fortanix DSM?"
slug: "how-to-perform-cassandra-replication-in-fortanix-dsm"
updated: 2026-03-16T17:17:22Z
published: 2026-03-16T17:17:22Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://support.fortanix.com/llms.txt
> Use this file to discover all available pages before exploring further.

# How to perform Cassandra replication in Fortanix DSM?

Run the following command on Fortanix DSM CLI to get the current replication details:

```bash
sudo -E kubectl exec cassandra-0 -- cqlsh -e "select * from system_schema.keyspaces where keyspace_name ='public'";
```
