Modifying RTM data collectors to use Self-Signed Certificates

This topic shows how to modify RTM data collectors to use Self-Signed Certificates.

  1. The RTM LSF and License Data Collectors leverage ODBC. In order to enable ODBC to leverage SSL, you need to modify the odbcinst.ini file in the /etc/ directory to include the SSL information, as follows:
    [MySQL RTM]
    SSLMODE       = REQUIRED
    SSLCA         = /etc/certs/msyql/ca.pem
    SSLCERT       = /etc/certs/mysql/client-cert.pem
    SSLKEY        = /etc/certs/mysql/client-key.pem
    
  2. Restart the LSF and License data collectors:
    systemctl restart lsfpollerd
    systemctl restart licpollerd
    
    Note: If you are using the RTM ClientD to walk your file systems, restart it using the following command:
    systemctl restart rtmclientd

Your RTM Data Collectors have been updated to leverage SSL connections.