| |||||||||||||||||||||||
Chapter 18 The Reactis License ManagerThe Reactis License Manager facilitates the sharing of network licenses. If your organization has purchased such licenses, then the Reactis License Manager should be installed on a server accessible by all users who will run Reactis. This chapter describes the License Manager. 18.1 Installing the Reactis License ManagerThe Reactis License Manager is installed using the same installer as that used for the main Reactis application (the client). Note that a machine may host both the License Manager and the Reactis application software. The steps for installing the License Manager are as follows.
18.2 Monitoring License Usage in Real-TimeTwo options are available for communicating with the License Manager to observe license usage in real-time. First, the License tab of the Settings dialog in the main Reactis application displays the number of licenses served by the License Manager, the number currently in use, and information describing which users currently occupy licenses. This information may alternatively be obtained from the Reactis License Monitor utility invoked by selecting:
Start -> Programs -> Reactis V2007 -> License Manager -> License Monitor
18.3 License Manager LoggingThe Reactis License Manager may be configured to log license usage to two different locations: the Windows Application Event Log and a log file. 18.3.1 Logging to the Windows Application Event LogWhen run as a service, the Reactis License Manager currently logs
the following messages to the Windows Application Event Log.
The 'xxx.xxx.xxx.xxx' placeholders represent IP addresses of clients requesting or releasing licenses. After a client was granted a license, the client will send a message back to the License Manager indicating the user currently running Reactis. This is indicated by the “User is” message in the log. The “Lost connection” message indicates that the License Manager did not receive a heartbeat from a client for over 4 minutes. When this happens, the License Manager considers the connection to be broken and releases the license (indicated in a subsequent message). The “Cannot listen on port N” message indicates that the License Manager was unable to accept incoming connections on port N (default is 3999). The most likely reason for this is that another application (possibly another instance of a Reactis License Manager) is already using that port. You must either terminate other applications using the port or contact Reactive Systems to obtain a new license file instructing the License Manager to use a different port. The logging of the messages with ID 109 can be disabled by setting the following Windows registry key to 0: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\... Reactis V2006 License Manager\Parameters\SystemLogLevel You need to stop and restart the License Manager Service in order to make changes to this registry key become effective. 18.3.2 Logging to a Log FileThe License Manager may be configured to record license usage
information to a comma separated value (CSV) file.
The log file is named C:\Program Files\Reactis V2006\reactisl_log.csv The CSV file will log all messages listed above except those with ID 100 and 101. Logging to the CSV file is disabled by default, but can be enabled by setting the following Windows registry key to 1: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\... Reactis V2006 License Manager\Parameters\CsvLogLevel The location of the CSV file is stored in the following Windows registry key and can be modified if you prefer a different location: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\... Reactis V2006 License Manager\Parameters\CsvLogFile You need to stop and restart the License Manager Service in order to make changes to these registry keys become effective. Each line in the CSV log file consists of four columns as can be seen in the following example: "01/25/06 11:27:34", "", "License Manager Started", 0 "01/25/06 11:27:59", "192.168.1.107", "License granted", 1 "01/25/06 11:27:59", "192.168.1.107", "User: John Doe on XYZ", 1 "01/25/06 11:28:03", "192.168.1.107", "License released", 0 The following lists the meaning for each of those columns:
| |||||||||||||||||||||||
| |||||||||||||||||||||||