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 2011/07/21 17:05:35 UTC

[Cassandra Wiki] Trivial Update of "MultinodeCluster" by DavidAllsopp

Dear Wiki user,

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

The "MultinodeCluster" page has been changed by DavidAllsopp:
http://wiki.apache.org/cassandra/MultinodeCluster?action=diff&rev1=8&rev2=9

Comment:
Added extra detail about using netstat to verify listen address

  
  }}}
  
- Once these changes are made, simply restart cassandra on this node.  Use netstat to verify cassandra is listening on the right address.  Look for a line like this:
+ Once these changes are made, simply restart cassandra on this node.  Use netstat (e.g. `netstat -ant | grep 7000`) to verify cassandra is listening on the right address.  Look for a line like this:
  
  {{{tcp4       0      0  192.168.1.1.7000         *.*                    LISTEN}}}