TMF Management Programming Manual (G06.24+)
Commands and Responses
HP NonStop TMF Management Programming Manual—522420-002
5-40
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-INVRECRMCOUNT.
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.










