Commands and Responses
HP NonStop TMF Management Programming Manual—540140-008
5-8
ADD AUDITTRAIL
ADD AUDITTRAIL
The ADD AUDITTRAIL command adds an audit trail to the TMF configuration by 
specifying the audit-trail identifier and the attributes associated with that audit trail 
(such as volumes to hold the files, the size of the files, and the number of files 
allocated per active volume).
Command Syntax
For information on the tokens present in the command and response buffers, see the 
SPI Programming Manual. 
Command
ZTMF-CMD-Add
Object Type
ZTMF-OBJ-AuditTrail
Tokens in Command Buffer
ZTMF-TKN-AuditTrailId          token-type ZSPI-TYP-Enum.
ZTMF-TKN-ActiveVolume          token-type ZSPI-TYP-String.
ZTMF-TKN-OverflowVolume        token-type ZSPI-TYP-String.
ZTMF-TKN-RestoreVolume         token-type ZSPI-TYP-String.
ZTMF-MAP-Add-AuditTrail
def ZTMF-DDL-Add-AuditTrail.
  02 ZFilesPerVolume           token-type ZSPI-DDL-Int.
  02 ZFileSize                 token-type ZSPI-DDL-Int.
  02 ZAuditDump                token-type ZSPI-DDL-Boolean.
  02 ZOverflowThreshold        token-type ZSPI-DDL-Int.
  02 ZBeginTransDisable        token-type ZSPI-DDL-Int.
  02 ZFileSize32               token-type ZSPI-DDL-Int2.
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.