Configuring an additional seed node

Last Updated : Jun 10, 2026 |

About this task

For internode communication, Cassandra uses a protocol called gossip. To improve bootstrapping the gossip process for new nodes joining the cluster, you can configure an additional seed node so that each Cassandra datacenter in your cluster has one seed node. With this approach, when you add a node to a Cassandra datacenter, this node communicates with the seed node of the datacenter instead of the main seed node.

Note:

You do not need to configure an additional seed node if you use a single Cassandra datacenter in your cluster.

If you configure an additional seed node, you must repeat this procedure on all nodes in the cluster. You must also ensure that you use the same list of additional seed nodes on all nodes in the cluster.

Procedure

  1. Log in to the Avaya Aura® Device Services CLI as an administrator.
  2. To start the configuration utility, run the following command:
    app configure
  3. Select Cassandra configuration and press Enter.
  4. Select Additional Seed node IP and press Enter.
  5. Type the IP address of the non-seed node in the cluster that you want to make the additional seed node.
  6. Select Save and press Enter.
  7. Select Apply and press Enter.
  8. Repeat the steps above on all remaining cluster nodes.