[size=150]Configure your workstation[/size]
The license server may be automatically found when you start Frost. If this doesn’t work, you must specify your license server manually.
Windows
You can specify the license server using the THINKBOX_LICENSE_FILE environment variable. For example, if your license server is license-server:
set THINKBOX_LICENSE_FILE=@license-server
Note the ‘@’ character before the server name.
Linux
You can specify your license server location using the THINKBOX_LICENSE_FILE environment variable. For example, if your license server is named license-server:
export THINKBOX_LICENSE_FILE=@license-server
Note that you must include an ‘@’ symbol before the license server name.
[size=150]Configure your workstation (old instructions for Frost Py 0.1.0)[/size]
The license server may be automatically found when you start Frost. If this doesn’t work, you must specify your license server manually.
Windows
- On your workstation, run FrostPy/licensing/lmxconfigutil.exe
- Switch to the “Client Application License Path” tab
- Click the “Add Network Host” button.
- Enter your license server host. You can usually leave the port blank.
- Click the “OK” button to dismiss the Add Network Host dialog.
You can also specify the license server using the THINKBOX_LICENSE_PATH environment variable. For example, if your license server is license-server:
set THINKBOX_LICENSE_PATH=@license-server
Note the ‘@’ character before the server name.
Linux
You can specify your license server location using the THINKBOX_LICENSE_PATH environment variable. For example, if your license server is named license-server:
export THINKBOX_LICENSE_PATH=@license-server
Note that you must include an ‘@’ symbol before the license server name.