SNAX Connection Manager (SNAX/CM) Manual

DISABLE Command
SNAX/CM Commands
3–8 097842 Tandem Computers Incorporated
DISABLE Command The SNAX/CM DISABLE command inhibits a PU or line from accepting any
subsequent call-in operations. The syntax of the DISABLE command is as follows:
DISA[BLE] LINE
line-name
[, PORT
port-name
]
return : (OUTFILE)
{ LINE
line-name
[, PORT
port-name
]
DISABLE COMMAND ACCEPTED | ERROR MESSAGES }
return : ($RECEIVE)
STRUCT Reply^Receive;
INT Return^Code;
INT Ferror; !file-system error code
DISABLE
turns off the enabled mode. Additional call-in requests are rejected. If there is an
active connection or a connection in progress, the DISABLE command has no
effect on that connection.
PORT
port-name
is a unique name used by SNAX/CM to identify and access a particular TLAM
I/O process for Token-Ring networks or an X25AM line handler subdevice for
X.25 networks. Up to 254 ports can be configured in a SYSGEN operation;
SNAX/CM controls each port independently and supports the connection of one
switched PU for each port.
For lines configured with MAXPUS greater than 1, the PORT parameter is
required. If SNAX/CM is configured for single-port lines (MAXPUS equal to 1),
PORT is not required.
The PORT parameter in the DISABLE command must be the same as that in the
corresponding ENABLE command; that is, if the ENABLE command was issued
using a PORT name, the DISABLE command must specify the same PORT name,
or the command will be rejected. If a PORT name is not specified in the
corresponding ENABLE command, it should not be specified in the DISABLE
command.
PORT
x25am-su-name
is the fully qualified name of the X25AM line handler subdevice, which
provides access to an X.25 network for SNAX/XF lines using the Qualified
Logical-Link Control (QLLC) protocol (for example, $X25AM1.#SU1).
x25am-su-name
is the alternative to the ASSOCIATESUBDEV parameter
that supplies the X25AM subdevice name.