Symptom
Cannot enable SecureX from FMC GUI.
An error is seen in the GUI: An error occurred during SecureX enablement. Please check your configuration and try again
Conditions
FMC 7.0.x
SecureX integration
Workaround
1. Navigate to this path in FMC-CLI as the root user: cd /etc/sf/SecureX
2. Confirm that NewSecureX.enabled file is showing a 0. It means the SecureX integration cannot be enabled:
root@fmcv1:/etc/sf/SecureX# cat NewSecureX.enabled
{
"securex_enablement" : 0
}
3. Edit the file and change the 0 for a 1. Save changes into the file (:wq!) and confirm a new output:
root@fmc:/etc/sf/SecureX# vim NewSecureX.enabled
root@fmcv1:/etc/sf/SecureX# cat NewSecureX.enabled
{
"securex_enablement" : 1
}
4. Restart the auth-daemon process
root@fmcv1:/etc/sf/SecureX# pmtool restartbyid auth-daemon
5. Confirm in the FMC-GUI SecureX is enabled for the region you selected previously
Further Problem Description
N/A