MACHINES Section
The MACHINES
section specifies the logical names for physical machines for
the configuration. It also specifies parameters specific to a given machine. The
MACHINES
section must contain an entry for each physical processor used by
the application. Entries have the form:
ADDRESS or NAME required parameters [optional parameters]
where
ADDRESS
is the physical name of the processor, for example, the value produced by the UNIX
system uname -n
command.
LMID=string_value
This parameter specifies that the
string_value
is to be used in other sections as the symbolic name for ADDRESS
.
This name cannot contain a comma, and must be 30 characters or less. This parameter is
required. There must be an LMID
line for every machine used in a
configuration.
MAXWSCLIENTS =number
The MAXWSCLIENTS
parameter is required in the MACHINES
section of the configuration file. It specifies the number of accesser entries on this
processor to be reserved for Jolt and Workstation clients only. The value of this parameter
must be between 0 and 32,768, inclusive.
The Jolt Server and Workstation use MAXWSCLIENTS
in the same way. For
example, if 200 slots are configured for MAXWSCLIENTS
, this number configures
Oracle Tuxedo for the total number of remote clients used by Jolt and Workstation.
Ensure to specify MAXWSCLIENTS
in the configuration file. If it is not
specified, the default is 0.
Note:
IfMAXWSCLIENTS
is not set, the JSL does not boot.
Parent topic: Creating the UBBCONFIG File