HP NonStop Pathway/iTS Programming Manual page 637

Management programming manual
Table of Contents

Advertisement

Management Programming Examples
Example 13-1. Pathway/iTS Configuration Program (page 10 of 13)
2000-BUILD-ABORT-TERM-ALL.
*
Construct the ABORT TERM command.
MOVE ZPWY-CMD-ABORT TO COMMAND
MOVE ZPWY-OBJ-TERM
PERFORM 2800-SELECT-COMMAND-OBJECT
*
Construct the object-selector token for the TERM.
MOVE ZPWY-VAL-ALLTERM TO OBJECT-NAME OF WS-SPI-INPUT
PERFORM 3500-SELECT-TERM
.
2100-ABORT-TERM-CONTINUE.
*
Issue the ABORT TERM command for the first or next TERM.
PERFORM 3800-ISSUE-PATHMON-COMMAND
*
Merge returned context into original request, setting up the continuation
*
request.
PERFORM 3700-SETUP-CONTINUATION
.
*
Merge returned context into original request, setting up the continuation
*
request.
PERFORM 3700-SETUP-CONTINUATION
.
2400-BUILD-STOP-TCP-ALL.
*
Construct the STOP TCP command.
MOVE ZPWY-CMD-STOP TO COMMAND
MOVE ZPWY-OBJ-TCP
PERFORM 2800-SELECT-COMMAND-OBJECT
*
Construct the object-selector token for the TCP.
MOVE ZPWY-VAL-ALLTCP TO OBJECT-NAME OF WS-SPI-INPUT
PERFORM 3400-SELECT-TCP
.
2500-STOP-TCP-CONTINUE.
*
Issue the STOP TCP command for the first or next TCP.
PERFORM 3800-ISSUE-PATHMON-COMMAND
*
Merge returned context into original request, setting up the continuation
*
request.
PERFORM 3700-SETUP-CONTINUATION
.
NonStop Pathway/iTS Management Programming Manual—426749-002
OF WS-SPI-INPUT
TO OBJECT-TYPE OF WS-SPI-INPUT
OF WS-SPI-INPUT
TO OBJECT-TYPE OF WS-SPI-INPUT
13 -11
Configuring Pathway/iTS

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents