TCP/IP (Parallel Library) Configuration and Management Manual

SCF Reference for Parallel Library TCP/IP
HP NonStop TCP/IP (Parallel Library) Configuration and Management Manual522271-006
5-12
ABORT Command
If additional attribute specifiers are required to define characteristics of the object, the
object name is followed by a comma and the attribute name and value, as in the
following example:
SCF> ALTER MON $ZZTCP.#ZPTM*, DELAYACKS OFF
You can enter multiple SCF commands at a single prompt by separating the
commands with semicolons, as in the following example:
SCF> ASSUME MON $ZZTCP.*;ALTER MON #ZPTM1, HOSTNAME "slugo1"
When processing a command line that contains more than one command, SCF
executes the commands one at a time from left to right. If an error occurs, SCF
displays the appropriate error message and ignores the rest of the line.
You can also continue a command that starts on one line onto a second line by
terminating the first line with an ampersand (&). SCF prompts for additional input
before executing the command, as in the following example:
SCF> ADD SUBNET $ZZTCP.#ZPTM*.SN1, TYPE ETHERNET, &
SCF> DEVICENAME LAN01, IPADDRESS 120.0.0.1
You must not enter more than 2048 characters for any input command.
The rest of this section describes each SCF command for the Parallel Library TCP/IP
subsystem.
ABORT Command
The ABORT command terminates the operation of specified Parallel Library TCP/IP
subsystem processes, subnets, or routes as quickly as possible. Only enough
processing is done to ensure the integrity of the subsystem. The objects are left in the
STOPPED summary state.
If any outstanding socket requests remain from the application, use the ABORT
command instead of the STOP command. All pending socket requests are completed
with an error.
This is a sensitive command.
ABORT MON Command for TCPMAN
The ABORT MON command terminates the operation of the MON object as quickly as
possible, without regard to open sockets. ABORT can be used to stop the PTCPIP
Note. The SEL and SUM options, which apply to several of the SCF commands when used
with other communications subsystems, cannot be used with the Parallel Library TCP/IP
subsystem.
Note. SCF accepts input from either a terminal or a disk (OBEY) file and directs output to
either a terminal, disk file, or printer. However, in this manual, all examples assume that a
terminal is being used for both input and output.