The following article may require assistance from your IT department/provider. We recommend forwarding this article to them to apply the solution provided.
Description
If you are looking to transfer a network licence from one server to another, you will need to return the licence features and reactivate it on the new server. This article will step you through the process.
Steps
Existing server
- Remote onto the existing network licence server
- Navigate to C:\Program Files\Micromine Network License Server\ and verify if nls-util.exe exists in this location. If it does not, you can download a copy of the Network Licence Server Management Utility (NLS-UTIL) here and copy the file to the directory.
- Launch Run(Windows Key + R)
- Enter cmd followed by OK
- Change your working directory to the folder of your Network Licence Server, where you have moved the NLS-UTIL. For example:
cd C:\Program Files\Micromine Network License Server
- Use the following command to show the current licence features installed. This will show you the features you can return. Replace the IP to your existing NLS.
nls-util.exe -server 127.0.0.1 -command list-licence-features
- Use the following command to return the licence feature.
nls-util.exe -server 127.0.0.1 -command return-licence-features GEOBANK
Take note of the returned licence activation code. You will need this later.
Note - Licence features have a return limit of 2 in a 30-day period. If exceeded, please submit a support case for further assistance.
New Server
- Remote onto your new network licence server
- Follow steps 2-6 above.
- Use the following command to activate the licence, replacing ActivationCode with the activation code you noted earlier. Ensure you specify the IP of the new NLS.
nls-util.exe -server 127.0.0.1 -command activate-licence -activation-code ActivationCode
Licence activation is now complete.
Comments
0 comments
Please sign in to leave a comment.