You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by Apache Wiki <wi...@apache.org> on 2013/08/30 15:07:27 UTC

[Cassandra Wiki] Trivial Update of "GettingStarted" by JonathanEllis

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 JonathanEllis:
https://wiki.apache.org/cassandra/GettingStarted?action=diff&rev1=92&rev2=93

  
  In addition to seeds, you'll also need to configure the IP interface to listen on for Gossip and CQL, ('''listen_address''' and '''rpc_address''' respectively). Use a 'listen_address` that will be reachable from the `listen_address` used on all other nodes, and a `rpc_address` that will be accessible to clients.
  
- Once everything is configured and the nodes are running, use the `bin/nodetool ring` utility to verify a properly connected cluster. For example:
+ Once everything is configured and the nodes are running, use the `bin/nodetool status` utility to verify a properly connected cluster. For example:
  
  {{{
  eevans@achilles:‾$ bin/nodetool -host 192.168.0.10 -p 7199 status