TS/MP Management Programming Manual (G06.24+, H06.03+)

ZPWY-MAP- Definitions
NonStop TS/MP Management Programming Manual540082-001
7-53
ZPWY-MAP-STATUS-SCPROCESS
ZPWY-MAP-STATUS-SCPROCESS
This token reports status information on a server process.
ZSTATUSTIME
is the time this status was collected, as a four-word GMT timestamp.
ZSTATE
is the state of the server process. The possible values are:
ZPROCESS
is the Guardian process ID for the server process.
ZERRORINFO
contains error information, including any error that might occur when the
PATHMON process attempts to create a dynamic server process. The process
ID is reported in ZPROCESS. The fields in ZERRORINFO are described under
ZPWY-DDL-ERROR-INFO on page 5-13.
def ZPWY-DDL-STATUS-SCPROCESS.
02 ZSTATUSTIME token-type ZSPI-DDL-TIMESTAMP.
02 ZSTATE token-type ZPWY-DDL-OBJSTATE-VALUE.
02 ZPROCESS token-type ZSPI-DDL-CRTPID.
02 ZERRORINFO.
03 ZERROR token-type ZSPI-DDL-INT.
03 ZINFO token-type ZSPI-DDL-INT.
02 ZLINKS token-type ZSPI-DDL-INT.
02 ZWEIGHT token-type ZSPI-DDL-INT.
02 ZERRORINFO2 token-type ZPWY-DDL-ERRINFO2.
03 ZERROR2 token-type ZSPI-DDL-INT.
03 ZINFO2 token-type ZSPI-DDL-INT.
03 ZDETAIL2 token-type ZSPI-DDL-INT.
end.
ZPWY-VAL-STOPPED The server is stopped and has no links to link
managers.
ZPWY-VAL-PENDING The last link was returned but the server has not
yet stopped. In rare instances, this value might
indicate that the server stopped while it still had
links from requesters; the link managers have not
yet received the change in status and unlinked.
ZPWY-VAL-SUSPENDED The server is suspended.
ZPWY-VAL-RUNNING The server is running.