Exchange/RJE Manual

RJESV Command
Exchange/RJE System Procedure Calls
5–2 104698 Tandem Computers Incorporated
RJESV Command The RJESV command starts the Exchange/RJE line server.
RJESV /
option
[ ,
option
]... /
parameter
[
parameter
]...
option
is an option of the TACL RUN command. Four options are described below, two
of which are required. For a complete list of all options, see the RUN command in
the Tandem Advanced Command Language (TACL) Reference Manual.
CPU
primary
specifies the CPU in which the Exchange/RJE line server is to run.
primary
must be a number from 0 through the number of CPUs in your system less
one. For example, if your system has five CPUs,
primary
must be from 0
through 4.
If you omit this option, the Exchange/RJE line server runs in the same CPU as
the command interpreter’s primary process.
This option is required if you want to run the line server as a NonStop process
pair.
NAME
line-server-name
specifies the name of the line server. This option is required.
The name must begin with a dollar sign ($) and be followed by one to five
alphanumeric characters, the first of which must be a letter. If you want the
line server to be accessible from other systems in an Expand network, $ must
be followed by no more than four characters.
NOWAIT
specifies that the command interpreter should not wait while the line server
runs. Control returns to the command interpreter immediately after the line
server has started. This option is required.
LIB
filename
specifies the user library, which contains the user-exit procedure,
USER^EXIT^MODEM^SUPPORT. You must have write access to the line
server object file RJESV to include this option.