Commands and Responses
HP NonStop TMF Management Programming Manual—540140-008
5-181
STATUS RESOURCEMANAGER
STATUS RESOURCEMANAGER
The STATUS RESOURCEMANAGER command returns the current status of 
recoverable and volatile resource managers that are present in TMF. 
To specify particular resource managers by name, include one or more RmName 
tokens (wildcards are not permitted). To specify resource managers opened by 
particular gateway processes, include one or more ZTMF-TKN-ProcessName or 
ZTMF-TKN-CPUPIN tokens. To specify resource managers that are in a particular 
state, include the appropriate value in the ZState token of the ZTMF-DDL-Status-Rm 
input structure (only one such structure can be present in each command).
One ZTMF-TKN-RmName token is returned in the response buffer for each resource 
manager that was specified in the command buffer. The ZSPI-TKN-Context token is 
returned only if there was insufficient space in the reply message and the TMP has 
additional resource managers that fit the request. If the ZSPI-TKN-Context token is 
present in the response buffer, then you must include the ZSPI-TKN-Context token in 
supplemental requests.
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-Rm
Tokens in Command Buffer
ZTMF-TKN-RmName               token-type ZSPI-TYP-String. 
ZTMF-TKN-ProcessName          token-type ZSPI-TYP-String. 
ZTMF-TKN-CPUPIN               token-type ZSPI-TYP-Int-Pair.
ZSPI-TKN-Context              token-type ZSPI-TYP-ByteString.
ZTMF-MAP-Status-Rm                                          
def ZTMF-DDL-Status-Rm
  02 ZState                   token-type ZSPI-DDL-Enum. 
end.