Make sure these parameters were set.
In cassandra-env.sh, enable hostname to IP address/resolvable hostname.
Example: JVM_OPTS="$JVM_OPTS -Djava.rmi.server.hostname=204.48.27.256"
and set
LOCAL_JMX=no --- This will allow other hosts JMX connection
&
JVM_OPTS="$JVM_OPTS -Dcom.sun.management.jmxremote.authenticate=false" --- This will disable authentication, we can keep it true if needed.
***
No comments:
Post a Comment