If you are using the Geneious Floating License Manager (FLM) and have upgraded your floating license and received a new license key, you can install it as detailed below.
Ideally all Geneious users should quit prior to performing the following procedure. However, if any users are connected to the FLM when this procedure is performed they will not be affected by the update as Geneious will automatically pick up a new seat when it checks in with the restarted FLM. If there is a delay in restarting the FLM with a new license the Geneious clients may revert to restricted mode. However, any running operations will still complete and save.
Please refer the Geneious Floating License Manager User Guide for detailed instructions for your operating system.
This procedure requires administrator privileges. On Windows you must open the Command Prompt as an administrator by right-clicking on the Command Prompt icon and choosing "Run as Administrator". On Linux, some commands must be prefaced with "sudo", enter your administrator password when requested.
Note that your machine must have an internet connection and be able to contact our license server at https://licensing.biomatters.com over port 443 to allow the FLM to release your old activation and register activation of your new license.
1. Open the Terminal (Linux) or Command Prompt (Windows) program and use the "cd" command to navigate to the Geneious Floating License Manager installation directory.
Windows: cd "C:\Program Files\Geneious Floating License Manager"
Linux: cd /opt/GeneiousFloatingLicenseManager
2. Release your old license with the command:
Windows: floatingLicenseManager -release
Linux: sudo ./floatingLicenseManager -release
3. Apply your new license key using the command:
Windows: floatingLicenseManager -activate -activationID XXXX-XXXX-XXXX-XXXX-XXXX
Linux: sudo ./floatingLicenseManager -activate -activationID XXXX-XXXX-XXXX-XXXX-XXXX
4. Restart (stop then start) the FLM process to ensure that the new license is served.
Windows:
sc stop geneiouslm
sc start geneiouslm
Linux:
sudo service geneiouslm stop
sudo service geneiouslm start