Resolution | SSH into the SA Server appliance and execute the following commands:
- Log into the mongo sa database:
# mongo sa
- Display the list of collections:
> show collections
- Remove all of the entries within the entitlement collection in mongo and then exit mongo:
> db.entitlement.remove() > exit
- Check the status of the fneserver service, and stop the service if it is currently running:
# service fneserver status
You may run into the following error - "lock file found but no process running for pid <pid>" when checking the fneserver service status. If so, please follow KB #000033227 to resolve this issue, and then continue below with Steps 5-11 below. - Stop the fneserver service if it is currently running:
# service fneserver stop
- Export the LD_LIBRARY_PATH environment variable to append the path /opt/fneserver/lib:
# export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/fneserver/lib
- Reset the trust store for the license server:
# /opt/fneserver/bin/fneserver reset
- Navigate to the fneserver library directory:
# cd /var/lib/fneserver
- If you list the files in the directory, there will be license stub files within the directory that begin with "ra". Clear the license stub files beginning with "ra" from the directory - be sure you are in the /var/lib/fneserver directory before clearing these files:
# rm -rf ra*
- Start the fneserver service:
# service fneserver start
- Upload a new response file into the RSA Security Analytics UI using the following steps: https://community.rsa.com/docs/DOC-45428
|