Jolt 1.2 Developer's Guide

The network address specified for the JSL designates a TCP/IP address for both the JSL and any JSH processes associated with
that JSL. The port number identified by the network address specifies the port number on which the JSL accepts new client
connections. Each JSH associated with the JSL uses consecutive port numbers at the same TCP/IP address. For example, if the
initial JSL port number is 8000 and there are a maximum of three JSH processes, the JSH processes use ports 8001, 8002, and
8003.
Note
Misconfiguration of the subsequent JSL results in a port number collision.
Parameters Usable With JSL
In addition to the parameters specified in the previous sections, the following parameters can be used with the JSL, although you
need to understand how doing so would affect your application:
SVRGRP=string_value
Specifies the group name for the group in which the server is to run. string_value must be the logical name associated with
a server group in the *GROUPS section, and must be 30 characters or fewer. This association with an entry in the
*GROUPS section means that AOUT is executed on the machine with the LMID specified for the server group. This
association also specifies the GRPNO for the server group and parameters to pass when the associated resource manager is
opened. All server entries must have a server group parameter specified.
SRVID=number
Specifies a number, an integer between 1 and 30,000, inclusive, that identifies this server within its group. This parameter
is required on every server entry, even if the group has only one server. If multiple occurrences of servers are needed, do
not use consecutive numbers for SRVIDs; leave enough room for the system to assign additional SRVIDs up to MAX.
Optional Parameters
The optional parameters of the SERVERS section are divided into boot parameters and runtime parameters.
Boot Parameters
Boot parameters are used by tmboot when it executes a server. Once running, a server reads its entry from the configuration file
to determine its runtime options. The unique server identification number is used to find the right entry. The following are boot
parameters.
CLOPT=string_value
The CLOPT parameter specifies a string of command line options to be passed to AOUT when booted.The NonStop
TM
TUXEDO online servopts reference page lists the valid parameters.
Some of the available options apply primarily to servers under development. For example, the -r option directs the server
to write a record to its standard error file each time a service request begins or ends.
Other command line options may be used to direct to server's standard out and standard error to specific files, or to start the
server so that it advertises a limited set of its available services.
The default value for the CLOPT parameter is -A, which means that the server is started with all available services
advertised.
The maximum length of the CLOPT parameter value is 256 characters; it must be enclosed in double quotes.
SEQUENCE=number
Specifies when this server should be booted or shut down relative to other servers. If SEQUENCE is not specified, servers
are booted in the order found in the SERVERS section and shut down in the reverse order. If some servers have sequence
numbers specified and others do not, all servers with sequence numbers are booted first from low to high sequence
number, then all servers without sequence numbers are booted in the order in which they appear in the configuration file.
Sequence numbers must be between 1 and 9999. If the same sequence number is assigned to more than one server, tmboot
may boot those servers in parallel.
MIN=number