Redundant servers

As part of a failover plan or a load-balancing system, you may have multiple servers running the same Adaptive Server configuration, using redundant licenses across all servers. The redundant servers can be connected by LAN or by WAN.

To configure redundant servers:

  1. Follow the instructions in this guide to install Adaptive Server on each of the servers in the redundant system.

  2. As you install the software, make a note of the machine names and the dedicated port number that SySAM uses on each machine.

    NoteThe InstallShield Installer automatically returns the machine name and a valid port number during the installation process.

  3. After the installation is complete on each machine, run $SYBASE/$SYBASE_SYSAM/bin/lmgr. See instructions in “Adding feature licenses”.

  4. After the license entry is completed, and for each server in the redundant system, set the LM_LICENSE_FILE environment variable to:

    "port@machine:port@machine:port@machine"
    

    For example, if you use port 29722 on each machine and the machine names are Huey, Dewey, and Louie, the environment variable that points to the license file would look like this:

    LM_LICENSE_FILE="29722@huey:29722@dewey:
    29722@louie"
    

    The first server in the license list is the first server queued by the licensing software.