Configuring a JMX Connection to DSE using LCM

Configure a local or remote JMX connection to DSE using Lifecycle Manager.

Configure a local connection or remote JMX connection to DSE using Lifecycle Manager.
The types of JMX connections are:

Procedure

  1. Click Config Profiles from the Lifecycle Manager navigation menu.
  2. Click the edit icon for the configuration profile you want to edit, or click Add config profile if you have not already added a config profile.
  3. In the Config Profile pane under the Lifecycle Manager section, click jvm.options.
    The general settings for configuring JVM options appears.

  4. Scroll down to the JMX pane. Select the jmx-connection-type.

    Select a secure JMX connection type

    • To enable local JMX Connection, ensure that jmx-connection-type is set to Local-JMX - No Authentication (default).
    • To enable remote JMX Connection without authentication, ensure that jmx-connection-type is set to Remote JMX - No Authentication.
      Warning: Using the Remote JMX - No Authentication option is not recommended because this option allows unauthenticated remote connections to DSE.
    • To enable remote JMX Connection with DSE Unified Authentication, ensure that jmx-connection-type is set to Remote-JMX - DSE Unified Authentication.
    When using DSE Unified Authentication, by default you can access JMX using the username cassandra and the password of the cassandra role from the DSE cluster.
  5. Click Save.

What's next