OpenTP1 Version 7 System Definition

[Contents][Index][Back][Next]

RMM service definition

Format

set format

 set rmm_check_services=name-of-RM-to-be-monitored
[set rmm_system_behavior=down|giveup]
[set rmm_down_with_system=Y|N]
[set rmm_sysdown_with_rm=Y|N]

Command format

None

Function

The resource manager (monitored RM) that uses an RMM service is defined.

Explanation

set format

rmm_check_services=name-of-monitored-RM~<1-7 character identifier>

Specify the resource manager that monitors in the RMM service. Specify the same name as for the definition file of the monitored resource manager.

rmm_system_behavior=down|giveup~<<down>>

Specify whether startup processing of the entire system is to be continued if the RMM service fails to start or restart the monitored resource manager.

down
OpenTP1 is not started.

giveup
Startup of OpenTP1 is continued.

rmm_down_with_system=Y|N~<<Y>>

Specify whether the monitored resource manager is also terminated abnormally when OpenTP1 has terminated abnormally or the dcstop -f command is executed.

Y
Terminate abnormally.

N
Do not terminate abnormally.

rmm_sysdown_with_rm=Y|N~<<N>>

Specify whether OpenTP1 is also terminated abnormally when the monitored resource manager has terminated abnormally.

Y
Terminate abnormally.

N
Do not terminate abnormally. The monitored resource manager is restarted.

When Y is specified by the ha_conf operand in the system service configuration definition, omit this operand or specify N by this operand.

Command format

None