Commands and Responses
HP NonStop TMF Management Programming Manual—540140-008
5-195
STATUS TMFSERVER
STATUS TMFSERVER
The STATUS TMFSERVER command returns status and other information about the 
currently open TMFSERVE process.
Command Syntax
For information on the tokens present in the command and response buffers, see the 
SPI Programming Manual. 
Tokens in Response Buffer
ZTMF-MAP-Status-TmfServer
is an extensible structured token containing the status information for the 
TMFSERVE process. This token contains the following fields:
Command
ZTMF-CMD-Status
Object Type
ZTMF-OBJ-TmfServer
Tokens in Command Buffer
None.
Tokens in Response Buffer
ZTMF-MAP-Status-TmfServer
def ZTMF-DDL-Status-TmfServer.
  02 ZProcessName             token-type ZSPI-DDL-CRTPID.
  02 ZCreatorAccessID         token-type ZSPI-DDL-Int.
  02 ZProcessAccessID         token-type ZSPI-DDL-Int.
  02 ZTimeStamp               token-type ZSPI-DDL-TimeStamp.
  02 ZProcessTime             token-type ZSPI-DDL-Int4.
  02 ZSystemName              token-type ZSPI-DDL-Char8.
  02 ZSystemNumber            token-type ZSPI-DDL-Int2.
  02 ZPriority                token-type ZSPI-DDL-Int.
  02 ZProgramFileName         token-type ZSPI-DDL-DiscName.
  02 ZHomeTerm                token-type ZSPI-DDL-DevName.
  02 ZSwapVolume              token-type ZSPI-DDL-Device.
  02 ZCPU                     token-type ZSPI-DDL-Int.
  02 ZPinIsPresent            token-type ZSPI-DDL-Boolean.
  02 ZPIN                     token-type ZSPI-DDL-UInt.
  02 ZServerName              token-type ZSPI-DDL-Char6.
end.