Specifying single or multiple license servers

To specify the name of single or multiple license servers in a client's License Key Administrator (LKAD):
  1. Create a file with the name server-info.txt in a text editor that contains the following line where server1 is the name of the license server:

    PortAtHost:27000@server1

    When you type this line:

    • PortAtHost is case sensitive.
    • 27000 is the default port number.
    • Use semicolons in a series of server names. The trailing semicolon is required.

    To add an additional license server with the name of server2, enter: @server2;

    PortAtHost:27000@server1;@server2;

  2. Save the file.
  3. If you are not using a silent installation, enter the following command: licadmin -f server-info.txt

    Your client will be configured to use floating license keys from server1 and server2.

    The results of executing this command are written to the status file server-info.txt_STATUS in the same directory where you saved the file server-info.txt.


Feedback