TMF Reference Manual (G06.26+)
TMFCOM Commands
HP NonStop TMF Reference Manual—522418-003
3-186
INFO BEGINTRANS
Examples
The following INFO BEGINTRANS command displays the BEGINTRANS object
attributes:
TMF 81> INFO BEGINTRANS
BeginTrans Configuration:
TransCountThresh (1500, 1600)
TmfLibMemThresh (85, 90)
TmpMemThresh (90, 95)
TransPerCpu (1024, 1024)
AutoAbort 7200 SECONDS
RecRMCount 256
RMOpenPerCpu 128
BranchesPerRM 128
After the next START TMF, the BeginTrans Configuration will
be:
TransPerCpu (1024, 1024)
RecRMCount 128
RMOpenPerCpu 32
BranchesPerRM 128
(The parameter values displayed in this example are the default values assigned by
TMF. For information about setting these values to suit your particular processing
environment, see the ALTER BEGINTRANS command description in this manual and
the guidelines in the TMF Operations and Recovery Guide.)
The next INFO BEGINTRANS command uses the OBEYFORM option to format output
as command file text in the file BTFILE on the default volume and subvolume:
TMF 82> INFO /OUT BTFILE/ BEGINTRANS, OBEYFORM
This text, which can be submitted from BTFILE as a command to TMFCOM, is as
follows:
Alter BeginTrans, &
transcountfresh (1500, 1600), &
tmflibmemthresh (90, 95), &
tmpmemthresh (90, 95), &
transpercpu (1024, 1024), &
autoabort 7200 SECONDS, &
recrmcount 128, &
rmopenpercpu 32, &
branchesperrm 128