Re: ssh into instance started by whirr from ip address / machine different from the one that launched the cluster

2011-06-07 Thread John Conwell
Thats not that feasible in a team environment, where multiple people share multiple resources. On Tue, Jun 7, 2011 at 4:39 PM, Khanh Nguyen wrote: > Can you copy your .ssh/id_rsa and use it at the other machines? > > -k > > On Tue, Jun 7, 2011 at 6:52 PM, John Conwell wrote: > > Is there anyway

Re: set up two cassandra clusters?

2011-06-07 Thread Khanh Nguyen
Ah.. thank you. It works now. -k On Tue, Jun 7, 2011 at 8:11 PM, Tom White wrote: > Do the clusters have different names? Can you supply the stacktrace > you're getting from whirr.log. > > Cheers, > Tom > > On Tue, Jun 7, 2011 at 4:45 PM, Khanh Nguyen wrote: >> Hi, >> >> I want to launch anothe

Re: set up two cassandra clusters?

2011-06-07 Thread Tom White
Do the clusters have different names? Can you supply the stacktrace you're getting from whirr.log. Cheers, Tom On Tue, Jun 7, 2011 at 4:45 PM, Khanh Nguyen wrote: > Hi, > > I want to launch another cassandra clusters on EC2 but I keep getting > an exception like this > > Exception in thread "mai

set up two cassandra clusters?

2011-06-07 Thread Khanh Nguyen
Hi, I want to launch another cassandra clusters on EC2 but I keep getting an exception like this Exception in thread "main" java.lang.IllegalStateException: The permission '209.6.54.22/32-1-9160-9160' has already been authorized on the specified group Essentially, I am trying to launch two clust

Re: ssh into instance started by whirr from ip address / machine different from the one that launched the cluster

2011-06-07 Thread Khanh Nguyen
Can you copy your .ssh/id_rsa and use it at the other machines? -k On Tue, Jun 7, 2011 at 6:52 PM, John Conwell wrote: > Is there anyway I can configure whirr to allow me to ssh into any node in my > cluster from a different machine than the one that launched the cluster?  My > clusters can be f

ssh into instance started by whirr from ip address / machine different from the one that launched the cluster

2011-06-07 Thread John Conwell
Is there anyway I can configure whirr to allow me to ssh into any node in my cluster from a different machine than the one that launched the cluster? My clusters can be fairly long lived, and I might need to access one of the nodes via ssh from home, or customer's office, or someone else on my tea

Re: set up a cassandra cluster with ByteOrderedPartitioner using whirr?

2011-06-07 Thread John Conwell
I have a similar scenario where I had to modify the cassandra.yaml on our cassandra ring after install. I got around that by putting a copy of our yaml file out on S3, and modifying the install_cassandra.sh script to pull down my custom yaml file from S3 instead of using the stock one that comes w

Re: set up a cassandra cluster with ByteOrderedPartitioner using whirr?

2011-06-07 Thread Tom White
Hi, I don't know about Cassandra configuration, but you can avoid having to restart the cluster by changing the Whirr Cassandra scripts before launch. See http://incubator.apache.org/whirr/faq.html#How_can_I_modify_the_instance_installation_and_configuration_scripts Cheers, Tom On Tue, Jun 7, 2

set up a cassandra cluster with ByteOrderedPartitioner using whirr?

2011-06-07 Thread Khanh Nguyen
Hi, I'm struggling to set up a cassandra cluster with ByteOrderedPartitioner using whirr. (I'm not sure if the issue is caused by Cassandra or Whirr so I cc-ed both lists). Here are the steps I took - use whirr to lauch a cassandra (version 0.8) cluster - ssh into each instances and do 1) kill c