Uninstall a local license server (Linux)
To uninstall the local license server from your Linux environment, complete the following steps:
Note: If a device is associated with your Linux machine from FlexNet Operations before you uninstall and there are activated entitlements, change the state of that device to obsolete before reinstalling the local license server. Otherwise, you might encounter an activation ID mismatch.
Shut down the flexnetls-pentaho service using the following command:
sudo systemctl stop flexnetls-pentahoPrevent the service from starting automatically when rebooting the system using the following command:
sudo systemctl disable flexnetls-pentahoRemove the following files that are associated with the service:
sudo rm /etc/systemd/system/flexnetls-pentaho.service sudo rm -r /etc/systemd/system/flexnetls-pentaho.service.d(Optional) If you are planning to do a clean reinstall, remove the following files as well:
Trusted storage files in /var/opt/flexnetls/producer_name (.ks, .db, and .0 files)
rm -rf /var/opt/flexnetls/pentaho
Log files in /var/opt/flexnetls/producer_name/logs
rm -rf /var/opt/flexnetls/pentaho/logs
Last updated
Was this helpful?

