Expand Management Programming Manual

COMMANDS AND RESPONSES
INFO PROCESS Command
ZEXP-MAP-INFO-PROC is an extensible structured token that con-
tains the current values of the attributes of the line-handler
process. It has the token number ZEXP-TNM-INFO-PROC and the DDL
definition ZEXP-DDL-INFO-PROC. This token is present if and only
if ZEXP-TKN-INFO-NCP-OPT was not present in the command.
ZEXP-MAP-INFO-PROC contains the following fields:
ZDEBUG indicates whether or not the CLIP DEBUG interface is
enabled. This field can have the following values:
ZSPI-VAL-TRUE The CLIP DEBUG interface is enabled.
ZSPI-VAL-FALSE The CLIP DEBUG interface is disabled.
This field has no corresponding SYSGEN modifier.
ZTYPE is a pair of integers containing the device type and
subtype of the line-handler process. The two integers of
ZTYPE correspond to the SYSGEN modifiers TYPE and SUBTYPE.
ZCOM-TKN-OBJNAME is an object-name token. If ZEXP-TKN-INFO-
NCP-OPT was present in the command, this token contains the
process name "$NCP". If ZEXP-TKN-INFO-NCP-OPT was not present,
this token contains the name of the line-handler process whose
attribute values are returned in this response record. This
token is present in every response record. ZCOM-TKN-OBJNAME is
described in Section 6, "Common Definitions."
ZCOM-TKN-OBJTYPE is an object-type token that contains the value
ZCOM-OBJ-PROCESS. This token is present in every response
record, and it is described in Section 6, "Common Definitions."
ZSPI-TKN-RETCODE is the standard SPI return token described in
the
Distributed Systems Management (DSM) Programming Manual
.
Some values of RETCODE that are likely to occur in response to
the INFO PROCESS command are the following:
1 (ZEXP-ERR-TOO-MANY-OBJNAMES): More than 30 object names
were in the command.
2 (ZEXP-ERR-NEG-LH-RSP): The EXPAND line handler returned a
negative response.
3 (ZEXP-ERR-EMPT-RSP): The empty response record is being
returned.
9 (ZEXP-ERR-NEG-NCP-RSP): The NCP returned a negative
response.
For descriptions of all EXPAND error numbers and their associated
error lists, refer to Appendix A.
7-56