Re: Setting up a cluster

2012-06-18 Thread Abhijit Chanda
Are you sure all your settings are perfect. If so, then plz follow this steps ./nodetool disablethrift ./nodetool disablegossip ./nodetool drain stop the service and then delete the all data, saved_caches and commitlog files. Then restart your service. Repeat these steps for all the nodes. I hope

Re: Setting up a cluster

2012-06-18 Thread Shahryar Sedghi
I did all you said. No errors and warnings. On Mon, Jun 18, 2012 at 2:31 PM, aaron morton wrote: > Did you set the cluster name to be the same ? > > Check the logs on the machines for errors or warnings. > > Finally check that each node can telnet to port 7000 on the others. > > Cheers > > --

Re: Setting up a cluster

2012-06-18 Thread aaron morton
Did you set the cluster name to be the same ? Check the logs on the machines for errors or warnings. Finally check that each node can telnet to port 7000 on the others. Cheers - Aaron Morton Freelance Developer @aaronmorton http://www.thelastpickle.com On 19/06/2012, at 6:29

Re: setting up a cluster

2010-07-21 Thread Dave Viner
For EC2, you can check out http://wiki.apache.org/cassandra/CloudConfig for details on the security settings. Note that on EC2, it's likely easiest if you place all your nodes in the same region. You can still make redundant/HA deployment using availability zones. If you use multiple AZs in the

Re: setting up a cluster

2010-07-21 Thread Aaron Morton
This page may help http://wiki.apache.org/cassandra/MultinodeClusterit goes through the settings to change  in storage-config.xmlHave not used it on EC2 so cannot help there. AaronOn 22 Jul, 2010,at 08:34 AM, S Ahmed wrote:Is this the only documentation on startup up a cluster? http://wiki.apache.