...
The steps below describe the license transfer to another server:
- Become the root user on the license server.
- Export the transfer license from the original license server:
# /opt/license-server/c2v -t <export-file>.tfr
You will receive a warning message:
Confirm by entering the string yes, or abort by entering any other input (submit the input using the RETURN key). - Create a C2V file on the destination license server:
# /opt/license-server/c2v -f <destination>.c2v -p <platform>
- Send both files (the TFR and the C2V file) to Stromasys (email address will be provided by Stromasys).
- You will receive a V2C file.
- Import the V2C file on the destination license server:
# /opt/license-server/v2c -f <new-v2c>.v2c
- If the address and/or passphrase of the license server has changed, adapt the configuration of the license client with the new license server data.
...