You must install Frost Py before you can follow these instructions.
Table of Contents
Supplementary Documentation
Supplementary Documentation (old for Frost Py 0.1.0)
You must install Frost Py before you can follow these instructions.
Table of Contents
Supplementary Documentation
Supplementary Documentation (old for Frost Py 0.1.0)
[size=150]Request a license file (old instructions for Frost Py 0.1.0)[/size]
Please contact our sales department to request a license file. We will need your license server’s machine name and Ethernet ID to generate a license file.
To determine your machine name and Ethernet ID:
Windows
Please see: http://www.thinkboxsoftware.com/license-server-configuration/#Retrieving_your_license_server_machine_information_on_Windows
Linux
Please see: http://www.thinkboxsoftware.com/license-server-configuration/#Retrieving_your_license_server_machine_information_on_Linux_and_OSX
[size=150]Request a license file (old instructions for Frost Py 0.1.0)[/size]
Please contact our sales department to request a license file. We will need your license server’s machine name and Ethernet ID to generate a license file.
To determine your machine name and Ethernet ID:
Windows
ETHERNET: eth0
Hostid: 162B00E127C3
Here the Ethernet ID is 162B00E127C3.
If you have more than one Ethernet ID, please choose one.
HOSTNAME: license-server
[/code]Here the machine name is license-server.
[b]Linux[/b]
Run[code]
FrostPy/licensing/lmxendutil -hostid
ETHERNET: eth0
Hostid: 162B00E127C3
Here the Ethernet ID is 162B00E127C3.
If you have more than one Ethernet ID, please choose one.
HOSTNAME: license-server
Here the machine name is license-server.
[size=150]Configure your license server[/size]
Windows
Please see: http://www.thinkboxsoftware.com/license-server-configuration/#Windows
Linux
Please see: http://www.thinkboxsoftware.com/license-server-configuration/#Linux_and_OS_X
[size=150]Configure your license server (old instructions for Frost Py 0.1.0)[/size]
You can find the license server program in the FrostPy/licensing folder in the FrostPy download.
Windows
Now you can run the license server directly, by running C:\lmx\lmx-serv-thinkbox.exe. Note that this license server must keep running while you use Frost.
You can also run the license server as a service:
Linux
[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
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.