LOADMANAGER section of the configuration file

The LOADMANAGER section of the configuration file defines Workload Manager settings and is only present if you enable the Workload Manager.

Entries in this section take the following form:
Figure 1. LOADMANAGER section example
SECTION LOADMANAGER
    TYPE=[0|1]
    Timeout=<timeinseconds>
    BIAS=<program>;<server1>:1;<servergroup1>:3;...
    NOTMANAGED=<servergroup2>
ENDSECTION
Table 1. SECTION LOADMANAGER
Entry in the INI file Meaning
TYPE Defines the type of algorithm used.
Timeout Corresponds to the Region timeout (s) field in the Configuration Tool.
BIAS Create a line like this for each program for which workload management is enabled.
  • The first entry is the program, terminated by a semicolon. In Figure 1, this is <program>.
  • This is followed by a list of servers or server groups used for biasing. Entries take the following form:
    <server>:<Bias value>
    Enter 0 for the Bias value if you selected the Round robin algorithm.
NOTMANAGED Equivalent to clearing the Manage workload for this program check box in the Configuration Tool. Create a separate entry for each server group that is to be excluded from workload management.