Skip to content

AxonOps — AI-Native Control Plane for Open Source Data Platforms

nodetool getseeds

Displays the seed node addresses.


Terminal window
nodetool [connection_options] getseeds

See connection options for connection options.

nodetool getseeds shows the currently configured seed nodes for this Cassandra node. Seed nodes are contact points used for cluster discovery and gossip bootstrapping.


Terminal window
nodetool getseeds
Current list of seed node IPs, excluding the current node's IP: 192.168.1.101, 192.168.1.102, 192.168.1.103

If this node is the only seed or no remote seeds are configured:

Current list of seed node IPs, excluding the current node's IP: (no remote seed IPs)

cassandra.yaml
seed_provider:
- class_name: org.apache.cassandra.locator.SimpleSeedProvider
parameters:
- seeds: "192.168.1.101,192.168.1.102,192.168.1.103"

Terminal window
nodetool getseeds
Terminal window
# Check seeds when node can't join cluster
nodetool getseeds

Seed Node Guidelines

  1. Multiple seeds - Configure 2-3 seeds per datacenter
  2. Stable nodes - Choose reliable, long-running nodes
  3. Not all nodes - Don't make every node a seed

CommandRelationship
reloadseedsReload seed configuration
gossipinfoView gossip state
statusCluster overview