Entering Parameters
You can use Oracle Tuxedo parameters, includingRESTART,RQADDR
, and REPLYQ
, with the JSL. (See Administering an Oracle Tuxedo Application at Run Time for additional information regarding run-time parameters.) Enter the following parameters:
- To identify the
SRVGRP
parameter, type the previously defined group name value from theGROUPS
section. - To indicate the
SRVID
, type a number between 1 and 30,000 that identifies the server within its group. - Verify that the syntax for the
CLOPT
parameter is as follows:CLOPT= “-- -n 0x0002PPPPNNNNNNNN -d /dev/tcp -m2 -M4 -x10”
Note:
TheCLOPT
parameters may vary. Refer to the table “JSL Command-line Options” for pertinent command-line information. - If necessary, type the optional parameters:
- Type the
SEQUENCE
parameter to determine the order that the servers are booted. - Specify
Y
to permit release of theRESTART
parameter. - Type
0
to permit an infinite number of server restarts using theGRACE
parameter.
- Type the
Parent topic: Creating the UBBCONFIG File