mirror of https://github.com/apache/cassandra
47 lines
1.6 KiB
Plaintext
47 lines
1.6 KiB
Plaintext
NAME
|
|
nodetool consensus_admin begin-migration - Mark the range as migrating
|
|
for the specified token range and tables
|
|
|
|
SYNOPSIS
|
|
nodetool [(-h <host> | --host <host>)] [(-p <port> | --port <port>)]
|
|
[(-pw <password> | --password <password>)]
|
|
[(-pwf <passwordFilePath> | --password-file <passwordFilePath>)]
|
|
[(-u <username> | --username <username>)]
|
|
consensus_admin begin-migration
|
|
[(-et <end_token> | --end-token <end_token>)]
|
|
[(-st <start_token> | --start-token <start_token>)] [--] <keyspace>
|
|
<tables>
|
|
|
|
OPTIONS
|
|
-et <end_token>, --end-token <end_token>
|
|
Use -et to specify a token at which repair range ends
|
|
|
|
-h <host>, --host <host>
|
|
Node hostname or ip address
|
|
|
|
-p <port>, --port <port>
|
|
Remote jmx agent port number
|
|
|
|
-pw <password>, --password <password>
|
|
Remote jmx agent password
|
|
|
|
-pwf <passwordFilePath>, --password-file <passwordFilePath>
|
|
Path to the JMX password file
|
|
|
|
-st <start_token>, --start-token <start_token>
|
|
Use -st to specify a token at which the repair range starts
|
|
|
|
-u <username>, --username <username>
|
|
Remote jmx agent username
|
|
|
|
--
|
|
This option can be used to separate command-line options from the
|
|
list of argument, (useful when arguments might be mistaken for
|
|
command-line options
|
|
|
|
<keyspace>
|
|
The keyspace followed by one or many tables
|
|
|
|
<tables>
|
|
The tables
|