Uninstall a local license server (Windows)
To uninstall the local license server from your Windows environment, complete the following steps:
Shut down the flexnetls-pentaho service using the following command:
flexnetls.bat -stop
Uninstall the license server service using the following command:
flexnetls.bat -uninstall
To properly clean up your environment, run the following command:
sc delete FNLS-pentaho
Delete the files in the license server’s installation directory.
(Optional) If you are planning to do a clean re-install, remove the following files as well:
FilesDefault file locationTrusted storage files
C:\Windows\ServiceProfiles\NetworkService\flexnetls\pentaho
(.ks
,.db
, and.0
files)Log files
C:\Windows\ServiceProfiles\NetworkService\flexnetls\pentaho\logs
Note:
Trusted storage and log file locations are defined by the license server policies
server.trustedStorageDir
andlogging.directory
, respectively, the defaults for which are based on${bases.dir}
. Depending on the values set for these policies on your server, your trusted storage and log files might be in different locations than those mentioned in this step.
Last updated
Was this helpful?