Activate a floating trusted storage license on a linux machine from the command line.
List license status
List non-expired licenses
/opt/lumerical/lumerical-flexlm/bin/lumerical-activation-console -l
List all licenses, including expired ones
/opt/lumerical/lumerical-flexlm/bin/lumerical-activation-console -l -e
Online Activation
sudo /opt/lumerical/lumerical-flexlm/bin/lumerical-activation-console -a YOUR_CODE
Online Deactivation
- Obtain the license ID number by listing the activated licenses.
/opt/lumerical/lumerical-flexlm/bin/lumerical-activation-console -l
- Then deactivate the license using the license ID obtained from the list.
sudo /opt/lumerical/lumerical-flexlm/bin/lumerical-activation-console -d #
Replace # with the license ID number obtain from the list command.
Activation using the offline method
Important!Offline activation is only available for paid licenses. Trial or CUE program licenses must be activated using the Online Mode. |
- Create the request.xml file to activate your license via email.
sudo /opt/lumerical/lumerical-flexlm/bin/lumerical-activation-console -a YOUR-CODE -e
- Replace YOUR-CODE with the license activation code emailed to you.
- Send the offline request.xml file to Lumerical.
- You will be provided a responseXML file.
- Copy and save the responseXML file into your license server (where the requestXML file was generate).
- Install the responseXML file to complete the activation process.
sudo /opt/lumerical/lumerical-flexlm/bin/lumerical-activation-console -a -e responseXML.xml
Deactivation using the offline method
- Obtain the license ID number by listing the activated licenses.
/opt/lumerical/lumerical-flexlm/bin/lumerical-activation-console -l
- Create a request.xml using the license ID obtained from the list, to deactivate the license via email.
sudo /opt/lumerical/lumerical-flexlm/bin/lumerical-activation-console -d # -e
- Replace # with the license ID number obtain from the list command.
- Send the request.xml file to Lumerical.
- You will be provided a responseXML file.
- Copy and save the responseXML file into your license server.
- Install the responseXML file to complete the activation process.
sudo /opt/lumerical/lumerical-flexlm/bin/lumerical-activation-console -d -e responseXML.xml