nodetool resume
Resumes the bootstrap process on one or more nodes.
nodetool bootstrap resume operates on a single node in the cluster if -h is not used to identify one or more other nodes.
When the target of this command is the local node, you do not need the -h option to identify the target.
To run this command on remote nodes, identify one or more target nodes with -h.
If a username and password for RMI authentication are set explicitly in the cassandra-env.sh file for the host, you must specify credentials.
The location of the cassandra-env.sh file depends on the type of installation:
-
Package installations and installer-services installations:
/etc/dse/cassandra/cassandra-env.sh -
Tarball installations and installer-no services installations:
INSTALLATION_LOCATION/resources/cassandra/conf/cassandra-env.sh
For tarball and Installer No-Services installations, you must run this command from the /resources/cassandra/bin directory of your DSE installation.
Synopsis
nodetool [<connection_options>] bootstrap resume [-h <hostname_or_ip>]
| 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. |
Example
nodetool -u username -pw password bootstrap resume