Commands and Responses
HP NonStop TMF Management Programming Manual—540140-008
5-26
ALTER AUDITDUMP
ALTER AUDITDUMP
The ALTER AUDITDUMP command changes the configured attribute values of an 
audit dump process.
Command Syntax
For information on the tokens present in the command and response buffers, see the 
SPI Programming Manual. 
Command
ZTMF-CMD-Alter
Object Type
ZTMF-OBJ-AuditDump
Tokens in Command Buffer
ZTMF-TKN-AuditTrailId         token-type ZSPI-TYP-Enum. 
ZTMF-TKN-AddDiskMedia         token-type ZTMF-TYP-String.
ZTMF-TKN-DelDiskMedia         token-type ZTMF-TYP-String.
ZTMF-MAP-Alter-AuditDump
def ZTMF-DDL-Alter-AuditDump.
  02 ZCopies                  token-type ZSPI-DDL-Int.
  02 ZSeriesCopies            token-type ZSPI-DDL-Boolean.
  02 ZVerifyTape              token-type ZSPI-DDL-Boolean.
  02 ZBlockSize               token-type ZSPI-DDL-Int.
  02 ZUnloadMedia             token-type ZSPI-DDL-Boolean.
  02 ZMedium                  token-type ZSPI-DDL-Enum.
  02 ZSystemName              token-type ZSPI-DDL-Char8.
  02 ZSystemName2             token-type ZSPI-DDL-Char8.
end.
Tokens in Response Buffer
None.