How to Reset Your License for Sisense Deployment
How to Reset Your License for Sisense Deployment
Sisense is an application that requires a valid license to be used. Occasionally, there is a need to reset the license, for example when we want to change the license used and we do not have access to the old license.
Windows OS
For Sisense installed on Windows OS we can access the application "Sisense Activation" from the server. Please note, be sure you are running this command as an Administrator:
From there, select "Sign Out":
Note, the system will not function until it is activated again using the same Sisense Activation application.
Linux OS
For Sisense installed on Linux OS (single server only, for a cluster, see note below) we will need to make sure the file used for the license is not found by either removing it or (recommended) simply renaming it, using the command below:
mv /opt/sisense/storage/licensing/sisense.oxy /opt/sisense/storage/licensing/sisense.oxy.bkp
Restart to apply the change:
kubectl delete po -n sisense -l app=oxygen && kubectl delete po -n sisense -l app=api-gateway && kubectl delete po -n sisense -l app=identity
For multi-node deployment, you will end up accessing shared storage so it is recommended to execute in the management pod by running the command below.
kubectl -n sisense exec -it $(kubectl -n sisense get pods -l app=management -oname) -- bash
In case of any technical issues with licenses feel free to contact Sisense Support. For questions relating to license expiration, email/package owner change, etc. feel free to contact your Account Manager directly instead.