Re: Solr 6.5 remote JMX

2017-10-03 Thread Atita Arora
Hi Prashant, Did you restart the Solr with these options like : bin/solr start -c -h -d node2/ -z -m 3g -s node2/solr -a "-Dcom.sun.management.jmxremote.port=5556 -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false

Solr 6.5 remote JMX

2017-10-03 Thread Satyaprashant Bezwada
I am not able to connect to remote JMX using jconsole on Solr 6.5. The Solrconfig.xml does have this XML attribute that states the default MBean. I want to set up JMX so as to monitor the solr nodes. I have solr cloud configuration setup. I have set the ENABLE_REMOTE_JMX_OPTS="true" in