RE: Nodetool on 2.1.5

2015-05-22 Thread Walsh, Stephen
@cassandra.apache.org Subject: Re: Nodetool on 2.1.5 yeah, you can confirm in the log such as the one below. WARN [main] 2015-05-22 11:23:25,584 CassandraDaemon.java:81 - JMX is not enabled to receive remote connections. Please see cassandra-env.sh for more info. we are running c* with ipv6, cqlsh works superb but

Re: Nodetool on 2.1.5

2015-05-21 Thread Jason Wee
yeah, you can confirm in the log such as the one below. WARN [main] 2015-05-22 11:23:25,584 CassandraDaemon.java:81 - JMX is not enabled to receive remote connections. Please see cassandra-env.sh for more info. we are running c* with ipv6, cqlsh works superb but not on local link. $ nodetool -h f

Re: Nodetool on 2.1.5

2015-05-21 Thread Yuki Morishita
For security reason, Cassandra changes JMX to listen localhost only since version 2.0.14/2.1.4. >From NEWS.txt: "The default JMX config now listens to localhost only. You must enable the other JMX flags in cassandra-env.sh manually. " On Thu, May 21, 2015 at 11:05 AM, Walsh, Stephen wrote: > Jus