Re: Configuring multiple nodes

2009-09-20 Thread Eric Evans
On Sun, 2009-09-20 at 09:42 +0930, Chris Were wrote: *sigh* I should have tried turning iptables off -- I can now see both nodes. Thanks :) That being said, I'm no expert in iptables rules. This is what I added for cassandra, what rules do others use? -A RH-Firewall-1-INPUT -p tcp -m

Re: Configuring multiple nodes

2009-09-20 Thread Anthony Molinaro
One other gotcha I've come across trying to use jmx was on machines with multiple interfaces. The rmi server doesn't always bind to the one you want. I add this to my JVM_OPTS in cassandra.in.sh -Djava.rmi.server.hostname=$IP where IP is IP=`/sbin/ifconfig | grep 'inet addr:' | grep -v

Re: Configuring multiple nodes

2009-09-20 Thread Jonathan Ellis
Could you mention this on http://wiki.apache.org/cassandra/RunningCassandra ? On Sun, Sep 20, 2009 at 10:46 PM, Anthony Molinaro antho...@alumni.caltech.edu wrote: One other gotcha I've come across trying to use jmx was on machines with multiple interfaces.  The rmi server doesn't always bind

Re: Configuring multiple nodes

2009-09-19 Thread Chris Were
Assuming you can ping, do you see anything different with iptables turned off? *sigh* I should have tried turning iptables off -- I can now see both nodes. Thanks :) That being said, I'm no expert in iptables rules. This is what I added for cassandra, what rules do others use? -A