Software Archive
Read-only legacy content
17060 Discussions

Set INTEL_LICENSE_FILE

leslie_d_hayneslmco_
468 Views
How do I set the INTEL_LICENSE_FILE when I have redundent servers (3). Wondering what the syntax is if you have more than one license server. All have the same port number but different hosts.

Thanks,
0 Kudos
1 Reply
Corey_A_Intel
Employee
468 Views
Hi,

On the Linux* client you separate the individual search paths by a semi colon, and on a Windows* client you separate them with a colon.

Here are examples:

Windows: INTEL_LICENSE_FILE=C:\Program Files\Common Files\Intel\Licenses;28518@server1

Linux: INTEL_LICENSE_FILE=/opt/Intel/Licenses:28518@server1


another example:

Windows INTEL_LICENSE_FILE= 28518@jserver1, 28518@jserver2, 28518@jserver3

Linux INTEL_LICENSE_FILE= 28518@jserver1, 28518@jserver2, 28518@jserver3


Regards,

Corey

0 Kudos
Reply