Commands and Responses
HP NonStop TMF Management Programming Manual—540140-008
5-161
STATUS AUDITTRAIL
STATUS AUDITTRAIL
The STATUS AUDITTRAIL command returns the current status of audit trails. This 
command is designed for use with the STATUS ATFILE command to get the complete 
status of an audit trail.
Command Syntax
For information on the tokens present in the command and response buffers, see the 
SPI Programming Manual. 
Command
ZTMF-CMD-Status
Object Type
ZTMF-OBJ-AuditTrail
Tokens in Command Buffer
ZTMF-TKN-AuditTrailId         token-type ZSPI-TYP-Enum.
ZSPI-TKN-MaxResp              token-type ZSPI-TYP-Int.
ZSPI-TKN-Context              token-type ZSPI-TYP-ByteString.
Tokens in Response Buffer
ZTMF-TKN-AuditTrailId         token-type ZSPI-TYP-Enum.
ZTMF-TKN-HeldFileName         token-type ZSPI-TYP-String.
ZTMF-TKN-HoldingVolume        token-type ZSPI-TYP-String.
ZTMF-TKN-AuditFileName        token-type ZSPI-TYP-String.
ZSPI-TKN-Context              token-type ZSPI-TYP-ByteString.
ZTMF-MAP-Status-AuditTrail
def ZTMF-DDL-Status-AuditTrail
  02 ZOverflowInUse           token-type ZSPI-DDL-Boolean.
  02 ZCapacityInUse           token-type ZSPI-DDL-Int.
  02 ZHoldingRenameReason     token-type ZSPI-DDL-Enum.
  02 ZCannotRollover          token-type ZSPI-DDL-Boolean.
  02 ZAuditHold               token-type ZSPI-DDL-Boolean.
  02 ZCommitHoldGlobalState   token-type ZSPI-DDL-Enum.
  02 ZCommitHold              token-type ZSPI-DDL-Enum.
  02 ZCommitHoldTime          token-type ZSPI-DDL-TimeStamp.
  02 ZCommitHoldVol           token-type ZSPI-DDL-Char8.
  02 ZCommitHoldTimeRem       token-type ZSPI-DDL-Enum.
  02 ZTimeoutAction           token-type ZSPI-DDL-Enum.
end.