nodetool join
Causes the node to join the ring.
Synopsis
nodetool <options> join
Tarball and Installer No-Services path:
<installation_location>/resources/cassandra/bin
Short | Long | Description |
---|---|---|
|
|
Hostname or IP address. |
|
|
Port number. |
|
|
Password file path. |
|
|
Password. |
|
|
Remote JMX agent username. |
|
Separates an option from an argument that could be mistaken for an option. |
Description
Causes the node to join the ring, assuming the node was initially not started in the ring using the -Djoin_ring=false
cassandra utility option.
The joining node should be properly configured with the desired options for seed list, initial token, and auto-bootstrapping.