How to reset the Licensing Server (LLS / FNE) in RSA NetWitness Platform versions 11.0.x - 11.2.x
Issue
The following steps will allow you to reset the licensing server in RSA NetWitness Platform when running into various licensing issues.
Resolution
SSH into the node zero appliance and execute the following commands:- Log into the mongo sa database:
# mongo admin -u deploy_admin -p <password>
- Display the list of databases and choose the sa database:
> show dbs
> use sa - Display the list of collections:
> show collections
- Remove 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 statusYou may run into the following error - "lock file found but no process running for pid
" when checking the fneserver service status. If so, please follow KB #000033227 to resolve this issue, and then continue below with Steps 6-12 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 NetWitness UI using the following steps: https://community.rsa.com/docs/DOC-45428
Product Details
RSA Product Set: RSA Netwitness PlatformRSA Product/Service Type: SA Server
RSA Version/Condition: 11.0.x, 11.1.x, 11.2.x
Platform: CentOS
O/S Version: EL7
Summary
The following steps will allow you to reset the licensing server in RSA NetWitness Platform when running into various licensing issues.
Approval Reviewer Queue
RSA NetWitness Suite Approval Queue