Jolt 1.2 Developer's Guide

LOGDIR=<LOG_DIRECTORY_PATH>
ACCESS_LOG=<ACCESS_FILE_NAME in LOGDIR>
ERROR_LOG=<ERROR_FILE_NAME in LOGDIR>
LISTEN=<IP:Port combination where JRLY will accept comma-separated connections>
CONNECT=<IP:Port1, IP:Port2..IP:PortN:Port (Lis tof IP:Port combinations associated
with JRADs: can be 1...N)>
The format for directory and file names is determined by the operating system. If any of the files specified in LOGDIR,
ACCESS_LOG or ERROR_LOG cannot be opened for writing, the JRLY prints an error message on stderr and exits.
Here is the format for host names and port numbers:
Host Name/Port Number Descriptions
Hostname:Port
Hostname is a string, Port is a decimal number
//Hostname:Port
Hostname is a string, Port is a decimal number
IP:Port
IP is a dotted notation IP address, Port is a decimal number
Start the Jolt Relay Adapter (JRAD)
Type: tmloadcf -y <UBBFILE>1.
Type: tmboot2.
Configure the JRAD
A single JRAD process can be connected only to a single JRLY. A JRAD can be configured to communicate with only one JSL
and its associated JSH. However, multiple JRADs can be configured to communicate with one JSL. The CLOPT parameter for
the NonStop
TM
TUXEDO servers must be included in the UBBCONFIG file.
Type: -l <hexadecimal format>
(Identifies the port to the JSL for the JRLY to connect on behalf of the client.)
1.
Type: -c <hexadecimal format>
(Identifies the address of the corresponding JSL to which JRAD connects.)
Note
The format is 0x0002PPPNNN or, in dot notation, 100.100.10.100.
2.
Configure networked components.
Jolt is now configured.
3.
Jolt Background Information
This section contains additional information on Jolt components.
Jolt Server
The Jolt Server is a listener that supports one or more handlers:
Jolt Server Listener (JSL). JSL is configured to support clients on an IP/port combination.The JSL works with the Jolt Server
Handler (JSH) to provide client connectivity to the backend of the Jolt system. The JSL runs as a NonStop
TM
TUXEDO server.
Jolt Server Handler (JSH). JSH is a program that runs on a NonStop
TM
TUXEDO server machine to provide a network
connection point for remote clients. The JSH works with the JSL to provide client connectivity residing on the backend of the Jolt
system. More than one JSH can be available to JSL, up to 32,767.
System Administrator Responsibilities. The system administrator's responsibilities for the server components of Jolt include: