Use > JMX Reference > Hardening Methods > How to Harden the Data Flow Probe Connector in UCMDB

How to Harden the Data Flow Probe Connector in UCMDB

  1. Access the UCMDB JMX console: In your Web browser, enter the following URL: https://<ucmdb machine name or IP address>:8443/jmx-console. You may have to log in with a user name and password.

  2. Select the service: Ports Management Services.

  3. Invoke the PortsDetails method, and note the port number for HTTPS. (Default: 8443) Ensure that the value in the Is Enabled column is True.

  4. Return to Ports Management Services.

  5. To map the Data Flow Probe connector to server authentication mode, invoke the mapComponentToConnectors method with the following parameters:

    • componentName: mam-collectors

    • isHTTPS: true

    • All other flags: false

    The following message is displayed:

    Operation succeeded. Component mam-collectors is now mapped to: HTTPS ports.
    Note: If you want to use multiple authentication methods, make sure you check the ports used by each of them and set them to true (when mapping both cm and mam-collectors).
  6. Return to Ports Management Services.

  7. To map the Confidential Manager connector to server authentication mode, invoke the mapComponentToConnectors method with the following parameters:

    • componentName: cm

    • isHTTPS: true

    • All other flags: false

    The following message is displayed:

    Operation succeeded. Component cm is now mapped to: HTTPS ports.
    Note: If you want to use multiple authentication methods, make sure you check the ports used by each of them and set them to true (when mapping both cm and mam-collectors).