SNAX Connection Manager (SNAX/CM) Manual

Running a Server Process
SNAX/CM Server
4–12 097842 Tandem Computers Incorporated
backup-cpu
specifies that SXCMSV should run as a process pair, and identifies the CPU
number for the backup process.
command list
is a list of commands for this sample server described later in this section. The
commands are separated by semicolons (;). If the last command in
command list
is EXIT, the commands are processed and SXCMSV terminates. If the last
command is not EXIT, then SXCMGR looks to the IN file for its next command.
The following example shows how to use the RUN command to start a server:
RUN SXCMSV /IN in1, OUT out1, NAME $sv1, CPU1/
If this command is entered, SXCMSV processes the commands from file in1.
Messages resulting from this command are sent to out1. When EOF (end of file)
occurs on in1, SXCMSV continues to take commands from the $RECEIVE file. The
user can then issue a SNAX/CM CONNECT or ENABLE command to an SXCCMGR
that uses $sv1 for PROCESS name.