Jolt 1.2 Developer's Guide

RQPERM=number
Assigns permissions to the request queue for this server.number can be from 0001 to 0777, inclusive. If no parameter is
specified, the permissions value of the bulletin board, as specified by PERM in the RESOURCES section, is used. If no
value is specified there, the default of 0666 is used (this exposes your application to possible use by any login on the
system, so consider this carefully).
REPLY Q={ Y | N }
Specifies whether or not a reply queue, separate from the request queue, should be established for AOUT. If Y is specified,
the reply queue is created on the same LMID as the AOUT. In cases where only one server is using the request queue,
replies can be picked up from the request queue without causing problems. However, if the server is a member of an
MSSQ set and contains services programmed to receive reply messages, REPLYQ should be set to Y so that an individual
reply queue is created for this server. If this is not done, the reply will be sent to the request queue shared by all servers for
the MSSQ set and there is no way of ensuring that it will be picked up by the server that is waiting for it.
It should be standard practice for all member servers of an MSSQ set to specify REPLYQ=Y if replies are anticipated.
Servers in an MSSQ set are required to have identical offerings of services, so it is reasonable to expect that if one server
in the set expects replies, any server in the set can also expect replies.
RPPERM=number
Assigns permissions to the reply queue. number is specified in UNIX format (for example, 0600); the value can be from
0001 to 0777, inclusive. If RPPERM is not specified, the default value 0666 is used. This parameter is useful only when
REPLYQ=Y. If requests and replies are read from the same queue, only RPPERM is needed.
Entering Parameters
RQADDR and REPLYQ can be used with the JSL. Enter the following parameters:
To identify the SRVGRP parameter, type the previously defined group name value from the GROUPS section.1.
To indicate the SRVID, type a number between 1 and 30,000 that identifies the server within its group.2.
Verify that the syntax for the CLOPT parameter is as follows:
CLOPT= "-- -n 0x0002PPPPNNNNNNNN -d /dev/tcp -m2 -M4 -x10"
Note
The CLOPT parameters might vary. Refer to Table 3-1 for pertinent command-line information.
3.
If necessary, type the optional parameters:
Type the SEQUENCE parameter to define the order that the servers are booted.
Type 0 to permit an infinite number of server restarts using the GRACE parameter.
4.