Commands and Responses
HP NonStop TMF Management Programming Manual—540140-008
5-171
STATUS DATAVOLS
STATUS DATAVOLS
The STATUS DATAVOLS command returns the current status of data volumes.
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-DataVols
Tokens in Command Buffer
ZTMF-TKN-VolumeName           token-type ZSPI-TYP-String.
ZSPI-TKN-MaxResp              token-type ZSPI-TYP-Int.
ZSPI-TKN-Context              token-type ZSPI-TYP-ByteString.
ZTMF-MAP-Status-DataVols
def ZTMF-DDL-Status-DataVols.
  02 ZState                   token-type ZSPI-DDL-Enum.
  02 ZAuditTrailId            token-type ZSPI-DDL-Enum.
  02 ZRecoveryMode            token-type ZSPI-DDL-Enum.
end.
Tokens in Response Buffer
ZTMF-TKN-VolumeName           token-type ZSPI-TYP-String.
ZSPI-TKN-Context              token-type ZSPI-TYP-ByteString.
ZTMF-MAP-Status-DataVols-R
def ZTMF-DDL-Status-DataVols-R.
  02 ZState                   token-type ZSPI-DDL-Enum.
  02 ZAuditTrailId            token-type ZSPI-DDL-Enum.
  02 ZRecoveryMode            token-type ZSPI-DDL-Enum.
end.