TMF Management Programming Manual (H06.06+, J06.03+)
Table Of Contents
- HP NonStop TMF Management Programming Manual
- Legal Notices
- Contents
- What’s New in This Manual
- About This Manual
- 1 Introduction to TMF
- 2 Communicating With the TMFSERVE Process
- 3 SPI Programming Considerations for TMF
- 4 Common Definitions
- 5 Commands and Responses
- Command Summary
- Command Descriptions
- ABORT TRANSACTION
- ADD AUDITTRAIL
- ADD DATAVOLS
- ADD DUMPS
- ADD MEDIA
- ADD RESOURCEMANAGER
- ALTER AUDITDUMP
- ALTER AUDITTRAIL
- ALTER BEGINTRANS
- ALTER CATALOG
- ALTER DATAVOLS
- ALTER DUMPS
- ALTER MEDIA
- ALTER PROCESS
- ALTER TMF
- CANCEL OPERATION
- CLOSE RESOURCEMANAGER
- DELETE CATALOG
- DELETE DATAVOLS
- DELETE DUMPS
- DELETE MEDIA
- DELETE RESOURCEMANAGER
- DELETE TMF
- DELETE TRANSACTION
- DISABLE AUDITDUMP
- DISABLE BEGINTRANS
- DISABLE DATAVOLS
- DUMP FILES
- ENABLE AUDITDUMP
- ENABLE BEGINTRANS
- ENABLE DATAVOLS
- INFO ATDUMPDM
- INFO ATVOLUME
- INFO AUDITDUMP
- INFO AUDITTRAIL
- INFO BEGINTRANS
- INFO CATALOG
- INFO DATAVOLS
- INFO DUMPS
- INFO MEDIA
- INFO PROCESS
- INFO RESOURCEMANAGER
- INFO TMF
- LIST AUDITTRAIL
- NEXT AUDITTRAIL
- RECOVER FILES
- RELOCATE DISKDUMPS
- RESOLVE TRANSACTION
- START TMF
- STATUS ATFILE
- STATUS AUDITDUMP
- STATUS AUDITTRAIL
- STATUS BEGINTRANS
- STATUS CATALOG
- STATUS DATAVOLS
- STATUS OPERATION
- STATUS RESOURCEMANAGER
- STATUS RMTRANSBRANCHES
- STATUS TMF
- STATUS TMFSERVER
- STATUS TRANSACTION
- STATUS TRANSACTIONCHILDREN
- STOP TMF
- 6 Event Messages
- 7 Error and Warning Messages
- A TMF Configuration Limits and Defaults
- Index

Commands and Responses
HP NonStop TMF Management Programming Manual—540140-010
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.










