Triple Redundant Server
If you license manager is running on a triple redundant server, you need to edit the license file that was emailed to you, replacing the "this_host" with the name of the appropriate server. Save the changes and copy "sonnet.lic" into the following directory on each server:
<Sonnet Directory>/licenses
where <Sonnet Directory> is the directory in which Sonnet was installed.
For the client machines, you need to setup the SONNETD_LICENSE_FILE environment variable. Examples are shown below:
Windows:
The names of your servers should be substituted for "server1," "server2," and "server3" below.
SONNETD_LICENSE_FILE=7852@server1;7852@server2;7853@server3
UNIX/Linux:
SONNETD_LICENSE_FILE=7852@server1:7852@server2:7853@server3