Specifications
Environment Variables for Administering License Queuing
SentinelLM System Administrator’s Guide 133
To tell the license server running on a Windows 95/98 based computer to hold a
license for 120 seconds for a user, place the following in the Windows 95/98
autoexec.bat file.
SET LS_MAX_QHOLD_SEC=120
LS_MAX_QLEN - Set Maximum Queue Length
This environment variable allows the network administrator to set the maximum
queue length for the license server computer on which the variable is set. It can
also override queuing preferences set in the application. Here are its possible
values:
• If not set, then the application dictates whether the user is placed in a
queue.
• Great than zero: specifies the maximum number of users that can be in
the queue.
• Set to less than zero: enables license queuing, even if the application’s
default is not to place the user in a queue.
• Set to zero: disables license queuing for this license server.
Example:
To tell the license server running on a Windows 95/98 based computer to stop
placing users in the queue when the queue has 15 users, place the following in
the Windows 95/98 autoexec.bat file.
SET LS_MAX_QLEN=15
LS_MAX_GROUP_LEN - Set Maximum Group Queue Length
This environment variable allows the network administrator to set the maximum
queue length for the reservation group on the license server computer on which
the variable is set. It can also override queuing preferences set in the application.
Here are its possible values:










