TMF Management Programming Manual (G06.24+)
Commands and Responses
HP NonStop TMF Management Programming Manual—522420-002
5-111
INFO DUMPS
Tokens in Command Buffer
ZTMF-MAP-INFO-DUMPS
is an extensible structured token specifying the selection criteria for the dumped
files you want to retrieve. This token is required; only one occurrence is allowed.
This token contains the following fields:
ZNAME
specifies the dumped files for which you want to retrieve online or audit dump
information.
If you specify ZTMF-VAL-WILDFILENAME, information is returned for all file
names on the system. If you specify ZTMF-VAL-
WILDFILENAMECOMPONENT, information is returned for all disk volumes, all
subvolumes, or all files in a subvolume.
If you use ZTMF-VAL-WILDFILENAME or ZTMF-VAL-
WILDFILENAMECOMPONENT in a TACL program, you must use the
#SETBYTES built-in function to obtain the internal form for this value. See the
SPI Programming Manual for further information about using the #SETBYTES
built-in function.
Tokens in Response Buffer
ZTMF-MAP-INFO-DUMPS
def ZTMF-DDL-INFO-DUMPS.
02 ZNAME token-type ZSPI-DDL-DISCNAME.
02 ZSERIAL token-type ZSPI-DDL-INT2.
02 ZDUMPTYPE token-type ZSPI-DDL-ENUM.
02 ZMASTERSEQUENCE token-type ZSPI-DDL-INT2.
02 ZDATASEQUENCE token-type ZSPI-DDL-INT2.
02 ZDUMPSTATUS token-type ZSPI-DDL-ENUM.
02 ZMEDIASTATUS token-type ZSPI-DDL-ENUM.
02 ZSORTSELECT token-type ZSPI-DDL-ENUM.
02 ZTIMESTAMP token-type ZSPI-DDL-TIMESTAMP.
02 ZSYSTEMNUMBER token-type ZSPI-DDL-INT2.
02 ZMEDIA token-type ZTMF-DDL-MEDIA.
02 ZMEDIUM token-type ZSPI-DDL-ENUM.
02 ZDISKMEDIA token-type ZTMF-DDL-DISKMEDIA.
end.
ZSPI-TKN-DATALIST token-type ZSPI-TYP-LIST.
...
ZSPI-TKN-ENDLIST token-type ZSPI-TYP-SSCTL.
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.