With the standard/flexible license manager, it is easy to configure two or more AccuRev Servers to use the same license manager. You simply need to edit the acserver.cnf file on each AccuRev server to point to the same license server.
This means, for example, that if you have 100 AccuRev licenses and two AccuRev servers, each AccuRev server could have 50 simultaneous users, or 90 and 10, or 25 and 75, or any other combination that adds up to 100.
MASTER_SERVER = volmanPORT = 5050
SITE_SLICE_LOC = C:\Program Files\AccuRev\storage\site_slice
DEPOTS_DEFAULT = C:\Program Files\AccuRev\storage\depots
# log level 2 or 3 is recommended by accurev support team
LOG_LEVEL = 3
REPLICATION_ENABLED = true
# LICENSE_MANAGER = keys.txt
LICENSE_MANAGER = reprise
LICENSE_SERVER = zappa
LICENSE_PORT = 2375
MASTER_SERVER = kaylanPORT = 4800
SITE_SLICE_LOC = /home/dvanvliet/accurev_49/storage/site_slice
DEPOTS_DEFAULT = /home/dvanvliet/accurev_49/storage/depots
# log level 2 or 3 is recommended by accurev support team
LOG_LEVEL = 2
# if server is started by root, uncomment to run as another user.
# need to 'chmod' all files under SITE_SLICE and DEPOTS_DEFAULT
# when changing users.
#USER = nobody
#GROUP = nobody
LICENSE_MANAGER = reprise
LICENSE_SERVER = zappa
LICENSE_PORT = 2375