Activate the UNIQO licenseΒΆ
Premise
The UNIQO license must be activated on the targets. The License Manager software (Windows and Linux ASEM HMI) or UNIQO License CLI (Debian) is required for license activation.
A license can be installed in online or offline mode depending on whether the target has an Internet connection or not. In offline mode, a second device with License Manager and an Internet connection is required.
Note
license deactivation on a target is not possible at the moment.
Activate UNIQO in online mode (Windows and Linux ASEM)
In License Manager, select Online > Activate a license for this device.
Enter a valid license key and click Activate.
Activate UNIQO in online mode (Debian)
On the target run the command UniqoLicenseCli --online-activate --license-key <licenseKey>
, where <licenseKey>
is a valid license key.
Note
to display the installed licenses, run the UniqoLicenseCli --show-installed-license
command.
Activate UNIQO in offline mode (Windows and Linux ASEM)
On the offline device, start License Manager.
Select Offline > Export a license activation file for this device to a file, then click Next.
Enter a valid license key and click Create to save an activation request file (.req extension).
Move the activation request file to a device with License Manager and an Internet connection.
On an online device, in License Manager select Online > Activate a license for a different device, then select the activation request file and click Activate: License Manager generates the license file (.lic extension).
Move the generated license file to the offline device, then in License Manager select Offline > **Install an already activated license file to this device.
To activate the license, select the license file and click Import.
Activate UNIQO in offline node (Debian)
Note
to display the installed licenses, run the UniqoLicenseCli --show-installed-license
command.
On the target run the command
UniqoLicenseCli --offline-activate --license-key <licenseKey> --output-activation-request-file <activationRequestFile>
, where<licenseKey>
is a valid license key and<activationRequestFile>
is the path where the activation request file is to be saved (.req extension).Move the activation request file to a device with License Manager and an Internet connection.
Generate the license on the online device in one of the following alternative ways:
In License Manager: select Online > Activate a license for a different device, then select the activation request file and click Activate: License Manager generates the license file (.lic extension).
From the command line: run the command
UniqoLicenseCli --online-activate --activation-request-file <activationRequestFile>--output-license-file <outputLicenseFile>
, where<activationRequestFile>
is the path to the activation request file name (.req extension) and<outputLicenseFile>
is the path where the license is to be saved (.lic extension).
Move the license file on the offline device, then run the command
UniqoLicenceCli --offline-activate --license-file <licenseFile>
, where<licenseFile>
is the path to the name of the license file (.lic extension).