TMF Reference Manual (G06.24+)
TMFCOM Commands
HP NonStop TMF Reference Manual—522418-002
3-297
STATUS TRANSACTIONS
tm-flags
is a number representing flags used internally by TMF. If this number is zero, it
does not appear in the STATUS TRANSACTIONS display.
cpu
is the CPU number of the processor on which the transaction originated.
seq-num
is a sequence number assigned to the transaction, which distinguishes it from
other transactions originating in the same processor on the same home node.
PROCESS
displays only the identifiers for transactions that originate in the process indicated
by process or (cpu, pin):
process
is the name of the process that originated (executed the BEGIN-
TRANSACTION statement for) the transaction.
(cpu, pin)
is the CPU number and process identification number (PIN) of the process that
originated the transaction.
STATE
displays information only for transactions that are in the state indicated by this
parameter. If this parameter is omitted, TMFCOM displays information for all
transactions, regardless of state. In this parameter, you can specify one of the
following states:
ACTIVE
displays only transactions in the active state. A transaction enters this state
when it comes into being. A local transaction comes into being when an
application calls the BEGINTRANSACTION procedure. A distributed
transaction comes into being when an application accesses a file or server on
a remote node on behalf of a locally originated transaction.
ABORTING
displays only transactions in the aborting state. A transaction enters this state
when an application calls the ABORTTRANSACTION procedure or the system
aborts the transaction. The transaction remains in this state until all of its
effects have been completely undone on this node.