Commands and Responses
HP NonStop TMF Management Programming Manual—540140-008
5-81
DUMP FILES
DUMP FILES
The DUMP FILES command copies audited files to either tape or disk, producing 
online dumps. These online dumps might be used later if file recovery is initiated 
through a RECOVER FILES command.
Command Syntax
For information on the tokens present in the command and response buffers, see the 
SPI Programming Manual. 
Command
ZTMF-CMD-Dump
Object Type
ZTMF-OBJ-Files
Tokens in Command Buffer
ZTMF-TKN-Fileset           token-type ZSPI-TYP-String.
ZTMF-TKN-NotFileset        token-type ZSPI-TYP-String.
ZTMF-TKN-Media             token-type ZTMF-TYP-Media.
ZTMF-TKN-DiskMedia         token-type ZTMF-TYP-DiskMedia.
ZTMF-TKN-ExtFileName       token-type ZTMF-TYP-String.
ZTMF-TKN-FilesetDefault    token-type ZTMF-TYP-String.
ZTMF-TKN-ANSINAME          token-type ZTMF-TYP-STRING.
ZTMF-TKN-NOTANSINAME       token-type ZTMF-TYP-STRING.
ZTMF-TKN-DEFAULTCATSCH     token-type ZTMF-TYP-STRING.
ZTMF-MAP-Dump-Files
def ZTMF-DDL-Dump-Files.                                   !r
  02 ZCopies               token-type ZSPI-DDL-Int.
  02 ZBlockSize            token-type ZSPI-DDL-Int.
  02 ZVerifyTape           token-type ZSPI-DDL-Boolean.
  02 ZUnloadMedia          token-type ZSPI-DDL-Boolean.
  02 ZSystemName           token-type ZSPI-DDL-Char8.
  02 ZMedium               token-type ZSPI-DDL-Enum.
  02 ZMaxDumpSize          token-type ZSPI-DDL-Int2.
  02 ZSystemName2          token-type ZSPI-DDL-Char8.
end.
Tokens in Response Buffer
None.