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

Communicating With the TMFSERVE Process
HP NonStop TMF Management Programming Manual—540140-010
2-2
Starting and Opening TMFSERVE
TMFSERVE is a context-free server; that is, a requester can freely divide a series of
commands among a number of copies of TMFSERVE. A requester need not always
communicate with the same copy of TMFSERVE.
Users that can issue TMFCOM commands can issue the corresponding programmatic
commands. For example, users that can issue the TMFCOM command ABORT
TRANSACTION can issue the equivalent programmatic command using ZTMF-CMD-
ABORT and ZTMF-OBJ-TRANSACTION. Operational notes in Section 5, Commands
and Responses indicate which users can issue which programmatic commands for
TMF.
Starting and Opening TMFSERVE
Use the following guidelines when starting and opening the TMFSERVE process
through your management application.
Starting TMFSERVE
To start the TMFSERVE process, use one of the following:
Startup Message
The TMFSERVE process requires a startup message, and it can accept one from the
NonStop OS. The only portion of the startup message that TMFSERVE uses is the
parameter line specifying the optional AUTOSTOP parameter. For information about
including the AUTOSTOP parameter in a startup message, see the “Starting the
Management Process” in Section 5 of the SPI Programming Manual.
Opening TMFSERVE
To open an existing TMFSERVE process, use one of the following:
TAL The NEWPROCESS or PROCESS_CREATE_ procedure on the
NonStop OS
COBOL85 The CREATEPROCESS verb
TACL The #NEWPROCESS built-in function
TAL The OPEN or FILE_OPEN_ procedure on the NonStop OS
COBOL85 The OPEN verb
TACL The #REQUESTER built-in function










