How to connect a client to a license server in a terminal on GNU/Linux
- Open a Terminal.
-
In the terminal, type in the following command to install the license validation (anchor) service:
> sudo /usr/local/ToonBoomAnimation/[product name][Edition]_[version]/lnx86_64/bin/LicenseWizard --console --install-anchor
-
Enter the following commands to create and edit license.dat:
$ sudo mkdir -p /usr/local/flexlm/licenses
$ sudo vi /usr/local/flexlm/licenses/license.dat
- Press the i key to enter insert mode and start editing the file.
- Enter the following text:
-
If you have not configured your license server to use specific ports:
SERVER <server name> 0 ANY VENDOR toonboom USE_SERVER
Replace <server name> with the IP address or hostname of the license server.
-
If you have configured your license server to use specific ports:
SERVER <server name> 0 <license server port> VENDOR toonboom PORT=<vendor daemon port> USE_SERVER
Replace <server name> with the hostname or IP address of the license server, <license server port> with the port which the license server is configured to use, and <vendor daemon port> with the port that the vendor daemon is configured to use.
-
- Press Esc to exit insert mode.
- Type in :wq and press Enter to save and quit.
Comments
0 comments
Article is closed for comments.