TMF Reference Manual (G06.24+)
TMFCOM Commands
HP NonStop TMF Reference Manual—522418-002
3-280
STATUS OPERATIONS
Output Displayed
The STATUS OPERATIONS command displays the items explained in Table 3-21.
Examples
The following STATUS OPERATIONS command displays information about the
operation identified by Operation Number 4, a DumpFiles operation:
TMF 5> STATUS OPERATIONS 4
Type State Begin Time End Time
-------------- ---------- -------------------- --------------------
[4] DumpFiles InProgress 21-Jan-2002 13:32:41
The next STATUS OPERATIONS command retrieves information about all operations
in progress:
TMF 6> STATUS OPERATIONS *, STATE INPROGRESS
Type State Begin Time End Time
-------------- ---------- -------------------- --------------------
[4] DumpFiles InProgess 21-Jan-2002 13:32:41
[5] StartTmf InProgress 21-Jan-2002 14:57:14
The subsequent STATUS OPERATIONS command presents the status of all online
dumping operations now in progress:
TMF 7> STATUS OPERATIONS *, TYPE DUMPFILES
Type State Begin Time End Time
-------------- ---------- -------------------- --------------------
[4] DumpFiles InProgess 21-Jan-2002 13:32:41
The next STATUS OPERATIONS command retrieves the status of all operations of any
kind, including those that recently completed:
TMF 8> STATUS OPERATIONS *, STATE ALL
Type State Begin Time End Time
-------------- ---------- -------------------- --------------------
[1] StartTmf Finished 21-Jan-2002 08:20:16 21-Jan-2002 08:20:40
[2] StopTmf Finished 21-Jan-2002 13:31:43 21-Jan-2002 13:31:47
[3] StartTmf Finished 21-Jan-2002 13:32:27 21-Jan-2002 13:32:36
[4] DumpFiles Finished 21-Jan-2002 13:32:41 21-Jan-2002 14:57:16
[5] StartTmf Finished 21-Jan-2002 14:57:14 21-Jan-2002 14:57:18
Table 3-21. STATUS OPERATIONS Output
Heading or Item Description
Type The type of operation: AuditRestore, DeleteTMF, DumpFiles,
RecoverFiles, StartTMF, StopTMF, and VolumeRecovery.
State The state of the operation: InProgress or Finished.
Begin Time The date and time the operation began.
End Time The date and time the operation completed.