TMF Management Programming Manual (H06.05+)

Commands and Responses
HP NonStop TMF Management Programming Manual540140-002
5-41
ALTER BEGINTRANS
ZRecRmCount
specifies the maximum number of recoverable resource managers that can be
registered for the entire TMF system, which spans a single Expand node. The
default value is 256. The minimum value is 16. The maximum value is 16384.
The value specified is rounded up to the nearest multiple of 16.
ZRmOpenPerCpu
specifies the maximum number of resource managers, both recoverable and
volatile, that can be opened per CPU. The default value is 128. The maximum
value is 1024. The value specified is rounded up to the nearest multiple of 16.
ZBranchesPerRm
specifies the maximum number of transaction branches that can be imported
or exported concurrently by each recoverable or volatile resource manager.
The default value is 128. The minimum value is 16. The maximum value is
1024. The value specified is rounded up to the nearest multiple of 16.
Usage Guidelines
Only super-group users can issue this command.
TMF must be started for this command to execute successfully. If TMF is not started,
the error returned is ZTMF-ERR-TmfNotStarted.
If the value specified for ZTMF-TKN-ZRecRmCount is invalid, the error returned is
ZTMF-ERR-InxRecRmCount.
If the value specified for ZTMF-TKN-ZRmOpenPerCpu is invalid, the error returned is
ZTMF-ERR-InvRmOpenPerCpu.
If the value specified for ZTMF-TKN-ZBranchesPerRm is invalid, the error returned is
ZTMF-ERR-InvBranchesPerRm.
The new values specified by this command do not take effect until TMF is
subsequently restarted.
For more information about the ALTER BEGINTRANS command, see the TMF
Reference Manual.