...
The host name is what your computer name is called on a network.
Your license server host name will be something similar to: vfx-license
Linux/Mac
open a terminal
type:
hostname
- hit enterthis should give you the host name
...
The Host ID is your Ethernet ID/MAC address. It will look similar to this:
0284b864d514 or 02:84:b8:64:d5:14
Linux/Mac
open a terminal/shell
type:
ifconfig
- hit enterthe host id is the number after "ether"
look for you network device and “Hwaddr”
...
To show your licenses visit the following address in your web browser: http://vfx-license:5054
Set environment variable DASELEMENT_LICENSE
As a fallback the variable RLM_LICENSE will be used.
Should look something like this: {port}@{hostname}
. The default port is 5053