Java Management Extension system properties
Change Java Management Extension system properties of the DataStax Enterprise database.
DataStax Enterprise exposes metrics and management operations via Java Management Extensions (JMX). JConsole and the nodetool utility are JMX-compliant management tools.
- -Dcom.sun.management.jmxremote.port
- Sets the port number on which the database listens for JMX connections.
Note: By default, you can interact with DataStax Enterprise using JMX on port 7199 without authentication.
Default:
7199
- -Dcom.sun.management.jmxremote.ssl
- Change to true to enable SSL for
JMX.
Default:
false
- -Dcom.sun.management.jmxremote.authenticate
- True enables remote authentication for
JMX.
Default:
false
- -Djava.rmi.server.hostname
- Sets the interface hostname or IP that JMX should use to connect. Uncomment and set if you are having trouble connecting.