Commands and Responses
HP NonStop TMF Management Programming Manual—540140-008
5-31
ALTER AUDITTRAIL
ALTER AUDITTRAIL
The ALTER AUDITTRAIL command changes the configured attribute values of an 
audit trail and can execute while TMF is running.
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-AuditTrail
Tokens in Command Buffer
ZTMF-TKN-AuditTrailId          token-type ZSPI-TYP-Enum.
ZTMF-TKN-AddActiveVolume       token-type ZSPI-TYP-String.
ZTMF-TKN-DelActiveVolume       token-type ZSPI-TYP-String.
ZTMF-TKN-AddOverflowVolume     token-type ZSPI-TYP-String.
ZTMF-TKN-DelOverflowVolume     token-type ZSPI-TYP-String.
ZTMF-TKN-AddRestoreVolume      token-type ZSPI-TYP-String.
ZTMF-TKN-DelRestoreVolume      token-type ZSPI-TYP-String.
ZTMF-MAP-Alter-AuditTrail
def ZTMF-DDL-Alter-AuditTrail.
  02 ZFilesPerVolume           token-type ZSPI-DDL-Int.
  02 ZOverflowThreshold        token-type ZSPI-DDL-Int.
  02 ZBeginTransDisable        token-type ZSPI-DDL-Int.
  02 ZAuditDump                token-type ZSPI-DDL-Boolean.
  02 ZMaxRetainedATFiles       token-type ZSPI-DDL-Int.
  02 ZFileSize32               token-type ZSPI-DDL-Int2.
  02 ZCommitHoldMode           token-type ZSPI-DDL-Enum.
  02 ZCommitHoldTimer          token-type ZSPI-DDL-Int2.
  02 ZTimeoutAction            token-type ZSPI-DDL-Enum.
end.
Tokens in Response Buffer
ZTMF-TKN-VolumeName            token-type ZSPI-TYP-String.
ZTMF-TKN-ATVolumeType          token-type ZSPI-TYP-Enum.
ZTMF-TKN-FS-Error              token-type ZSPI-TYP-Int.