Configuration File Format
The UBBCONFIG
file can consist of up to nine specification sections. Lines beginning with an asterisk (*) indicate the beginning of a specification section. Each such line contains the name of the section immediately following the *. Allowable section names are: RESOURCES, MACHINES, GROUPS, NETGROUPS, NETWORK, SERVERS, SERVICES, INTERFACES, and ROUTING
.
Note:
TheRESOURCES
(if used) and MACHINES
sections must be the first two sections, in that order; the GROUPS
section must be ahead of SERVERS
,SERVICES
, and ROUTING
.
To configure the JSL, you must modify the UBBCONFIG
file. For further information about Oracle Tuxedo
configuration, refer to Administering an Oracle Tuxedo
Application at Run Time.
The following listing shows relevant portions of the
UBBCONFIG
file.
Listing UBBCONFIG File
*MACHINES
MACH1 LMID=SITE1
MAXWSCLIENTS=40
*GROUPS
JSLGRP GRPNO=95 LMID=SITE1
*SERVERS
JSL SRVGRP=JSLGRP SRVID=30 CLOPT= “ -- -n 0x0002PPPPNNNNNNNN -d
/dev/tcp -m2 -M4 -x10”
The parameters shown in the following table are the only parameters that must be designated for the Jolt Server groups and Jolt Servers. You are not required to specify any other parameters.
Change the sections of the UBBCONFIG
file as shown
in the following table.
Table 3-8 UBBCONFIG File Sections
Section | Parameters to be specified |
---|---|
MACHINES |
MAXWSCLIENTS
|
GROUPS |
GRPNO, LMID
|
SERVERS |
SRVGRP, SRVID, CLOPT
|
Parent topic: Creating the UBBCONFIG File