Commands and Responses
HP NonStop TMF Management Programming Manual—540140-008
5-190
STATUS TMF
STATUS TMF
The STATUS TMF command returns the current activity of TMF. 
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-Tmf
Tokens in Command Buffer
None.
Tokens in Response Buffer
ZTMF-MAP-Status-Tmf
def ZTMF-DDL-Status-Tmf.
  02 ZSystemName            token-type ZSPI-DDL-Char8.
  02 ZSystemNumber          token-type ZSPI-DDL-Int2.
  02 ZSystemTime            token-type ZSPI-DDL-TimeStamp.
  02 ZTmfState              token-type ZSPI-DDL-Enum.
  02 ZStartingState         token-type ZSPI-DDL-Enum.
  02 ZStoppingState         token-type ZSPI-DDL-Enum.
  02 ZSubVolPresent         token-type ZSPI-DDL-Boolean.
  02 ZHungTrans             token-type ZSPI-DDL-Boolean.
  02 ZTransactionRate       token-type ZSPI-DDL-Int2.
  02 ZCommitHold            token-type ZSPI-DDL-Enum.
  02 ZCommitHoldTime        token-type ZSPI-DDL-TimeStamp.
  02 ZActivatedTrails       token-type ZSPI-DDL-Int.
  02 ZSuspendReason         token-type ZSPI-DDL-Enum.
  02 ZMemHeapUsage          token-type ZTMF-DDL-MemHeapUsage.
  02 ZSeqNumLimits  token-type ZSPI-DDL-INT2 OCCURS 16 TIMES.
end.