On Tue, Jun 3, 2014 at 10:53 AM, Curious Patient <mongoma...@gmail.com>
wrote:

> I want to be sure I'm using the right token.
>

In nodetool ring, if you're not using vnodes, only one token should be
listed with both the IP of the old node and the status Down.

If you are using vnodes, it's a comma delimited list in initial_token,
which you can get from :

nodetool info -T | grep Token | awk '{print $3}' | paste -s -d,

=Rob

Reply via email to