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 BenjaminBlack.
http://wiki.apache.org/cassandra/MultinodeCluster?action=diff&rev1=4&rev2=5

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

  </Seeds>
  }}}
  
- Once these changes are made, simply restart cassandra on this node.  Use 
netstat to verify cassandra is listening.  Look for a line like this:
+ 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:
  
  {{{tcp4       0      0  192.168.1.1.7000         *.*                    
LISTEN}}}
+ 
+ If netstat still shows cassandra listening on 127.0.0.1.7000, then either the 
previous cassandra process was not properly killed or you are not editing the 
storage-conf.xml file cassandra is actually using.
  
  
  == Preparing the rest of the nodes ==

Reply via email to