When monitoring remote Oracle databases in SSL mode, the Foglight Agent Manager (FglAM) must trust the database server's certificate. This requires importing the server certificate into the appropriate keystore used by the Oracle cartridge.
If the required certificate is not present in the keystore, the Oracle agent will fail to establish a secure connection, resulting in a certificate-related error.
Applicable when:
lib
directory:{FGLAM_HOME}/agents/DB_Oracle/5.9.7.10-xxxx-xxxx/lib
certificatetool-5.9.7.10.bat --add-certificate alias=c:\path o\certificate.cer
chmod u+x certificatetool-5.9.7.10.sh ./certificatetool-5.9.7.10.sh --add-certificate alias=/path/to/certificate.cer
Applicable when FMS is running in non-FIPS mode.
bin
directory:{FGLAM_HOME}/bin
fglam --add-certificate alias=c:/path/to/certificate.cer
The following video uses the same process as described above for SQL Server certificates and is relevant for Oracle agents.