TMF Management Programming Manual (G06.24+)
Commands and Responses
HP NonStop TMF Management Programming Manual—522420-002
5-167
STATUS OPERATION
Tokens in Command Buffer
ZTMF-TKN-OPERATIIONNUM
specifies an integer that uniquely identifies the operation for which status
information is to be displayed. This is an optional token; multiple occurrences are
allowed. If null, then status information about all operations is returned.
TMF recognizes each specific instance of a particular kind of operation (such as
TMF start, TMF stop, or file recovery) as a unique operation, and assigns an
operation serial number that distinguishes this operation from other recent
operations of the same type. The operation numbers generated are re-used, to
keep the number of digits to just one or two as an aid in remembering these
numbers; after the highest number allowed (100) is assigned, the subsystem
returns to the lowest possible number (1) to identify the next operation.
ZTMF-MAP-STATUS-OPERATIONS
is an extensible structured token specifying attributes that are used to select the
operation for which information is to be returned. This token is valid only when
ZTMF-TKN-OPERATIONNUM token is not specified; only one occurrence is
allowed. If multiple attributes are specified, information is returned only for
operations that meet all the selection criteria (that is, the values are logically
“and-ed”). This token contains the following fields:
ZOPERATIONTYPE
specifies the type of operation for which information is to be returned. The
following values are valid:
ZTMF-VAL-OPER-AUDITRESTORE Restoration of audit dumps
from tape or disk
ZTMF-VAL-OPER-DUMPFILES Online dumping to tape or disk
ZTMF-VAL-OPER-RECOVERFILES File recovery
ZTMF-VAL-OPER-STARTTMF TMF startup
ZTMF-VAL-OPER-STOPTMF TMF shutdown
ZTMF-VAL-OPER-DELETETMF TMF configuration being
deleted
ZTMF-VAL-OPER-VOLUMERECOVERY Recovery of a data volume
ZTMF-VAL-OPER-ANY Any operation