Expand Management Programming Manual
COMMANDS AND RESPONSES
RESETSTATS PATH Command
02 ZLOC-POOL-FAILS type ZSPI-DDL-INT2.
02 ZKNOWN-SYS type ZSPI-DDL-INT2.
02 ZPATH-PPID type ZSPI-DDL-INT-PAIR.
02 ZPATH-BPID type ZSPI-DDL-INT-PAIR.
end.
ZCOM-TKN-OBJNAME token-type ZSPI-TYP-STRING.
ZCOM-TKN-OBJTYPE token-type ZSPI-TYP-ENUM.
ZSPI-TKN-RETCODE token-type ZSPI-TYP-ENUM.
ZSPI-TKN-ERRLIST token-type ZSPI-TYP-LIST.
...
ZSPI-TKN-ENDLIST token-type ZSPI-TYP-SSCTL.
ZSPI-TKN-CONTEXT token-type ZSPI-TYP-BYTESTRING.
Tokens in Command Buffer
ZSPI-TKN-MANAGER is a standard SPI manager token that contains
the file name of the EXPAND manager process. This token
must be present in the command, and duplicate occurrences are
not allowed. ZSPI-TKN-MANAGER is described in the
Distributed
Systems Management (DSM) Programming Manual
.
ZCOM-TKN-OBJNAME is an object-name token that contains the name
of a path whose statistics are to be returned and whose
statistics counters are to be reinitialized. This token must
be present in the command, and from 1 through 30 object names
are allowed. ZCOM-TKN-OBJNAME is described in Section 6, "Common
Definitions."
ZCOM-TKN-CMD-TIMEOUT and ZCOM-MAP-REQID are standard data-
communications tokens that are described in the
Communications
Management Programming Manual
. Duplicate occurrences of these
tokens are not allowed.
(ZSPI-TKN-) MAXRESP, CONTEXT, RESPONSE-TYPE, ALLOW-TYPE, and
COMMENT are standard SPI tokens described in the
Distributed
Systems Management (DSM) Programming Manual
. With the exception
of ZSPI-TKN-COMMENT, duplicate occurrences of these tokens are
not allowed.
7-76