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
-Dcom.sun.management.jmxremote.host=local
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 solr.in.