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}}}
  

Reply via email to