Disabling the FIPS Mode on the Oracle Linux Server

The following procedure describes how to disable the FIPS mode in Session Monitor on the Oracle Linux server:

Steps to disable the FIPS mode at the Oracle Linux version 8.10 server:
  1. Navigate to the directory where the Session Monitor zip file was extracted and ensure the FIPS scripts have executable permission. If not, set the execute permission using the following command:
    chmod +x ./scripts/FIPS_Scripts/*.sh
  2. Enable FIPS mode in Oracle Linux 8.10 by executing the following command:
    ./scripts/FIPS_Scripts/Disable_FIPS_on_OL.sh 
  3. Execute the following command to check the FIPS mode status on the Oracle Linux 8.10 server:
    fips-mode-setup --check
    The output should be:
    FIPS mode is disabled