Subsystem Control Point (SCP) Management Programming Manual

Commands and Responses
Subsystem Control Point (SCP) Management Programming Manual520619-001
5-4
Common Command Tokens
These tokens are described in the SPI Common Extensions Manual. Either ZCOM-
MAP-REQID or the ZCOM-TKN-REQID-desc tokens must be present in requests
delivered to subsystem processes by intermediate routing processes like SCP.
ZCOM-TKN-OBJNAME
specifies the name or name template that the subsystem uses to select objects for
processing. To specify an SCP process, assign the SCP process name.
ZCOM-TKN-CMD-TIMEOUT
is a command modifier specifying the maximum amount of time, in microseconds,
that the subsystem has to process a command. If a command is not completed within
this time, the SCP process cancels the command and returns a response with the
error ZCOM-ERR-CMD-TIMEOUT. If the token is not included in the command
message, the subsystem has unlimited time to process the command.
ZSPI-TKN-RESPONSE-TYPE
specifies the type of response records returned in the response. Valid values are:
ZSPI-TKN-ALLOW-TYPE
specifies the conditions under which command processing continues. Valid values
are:
ZSPI-TKN-COMMENT
contains up to 80 bytes of comment text. The comment is included in the command
message but not returned in the response. This token is optional. For more
information, see the Distributed Systems Management (DSM) Manual.
ZSPI-TKN-CONTEXT
is used to retrieve more response records when the previous response could not
contain all of them. For more information, see the Distributed Systems Management
(DSM) Manual.
ZSPI-VAL-ERR-AND-WARN Only response records containing errors and
warnings are returned.
ZSPI-VAL-ERR-WARN-AND-NORM All response records are returned (default).
ZSPI-VAL-NORM-ONLY (default) Processing continues with the next object only
if the previous response was normal. An error
or warning terminates processing.
ZSPI-VAL-WARN-AND-NORM Processing continues with the next object if
the previous response was normal or a
warning. An error terminates command
processing.
ZSPI-VAL-ERR-WARN-AND-NORM Processing continues with the next object in
spite of errors and warnings.