Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Cassandra Wiki" for 
change notification.

The "GettingStarted" page has been changed by EricEvans.
The comment on this change is: nodeprobe has been renamed to nodetool.
http://wiki.apache.org/cassandra/GettingStarted?action=diff&rev1=28&rev2=29

--------------------------------------------------

  
  In addition to seeds, you'll also need to configure the IP interface to 
listen on for Gossip and Thrift, (`ListenAddress` and `ThriftAddress` 
respectively). Use a `ListenAddress` that will be reachable from the 
`ListenAddress` used on all other nodes, and a `ThriftAddress` that will be 
accessible to clients.
  
- Once everything is configured and the nodes are running, use the 
`bin/nodeprobe` utility to verify a properly connected cluster. For example:
+ Once everything is configured and the nodes are running, use the 
`bin/nodetool` utility to verify a properly connected cluster. For example:
  
  {{{
- eev...@achilles:~$ bin/nodeprobe -host 98.139.220.175 ring
+ eev...@achilles:~$ bin/nodetool -host 98.139.220.175 ring
  Address       Status     Load          Range                                  
    Ring
                                         169048975998562660269742699624378098572
  98.139.220.175  Up         0.02 GB     14183696824377310051808173385764689249 
    |<--|

Reply via email to