Top
Systemwalker Operation Manager  Cluster Setup Guide for UNIX
FUJITSU Software

5.1.2 Registering state transition procedures

Use the clsetproc cluster system command to register the created state transition procedures with the cluster system.

For 1:1 active/standby configuration, register state transition procedures by executing this command on both the active node and the standby node.

For N:1 active/standby configuration, register state transition procedures by executing this command on each active node, and then register all N state transition procedures with the standby node.

For dual node mutual standby configuration, register both types of state transition procedure with each node.

For cascading configuration, register state transition procedures by executing this command on the active node and all the standby nodes.

When registering state transition procedure file names, specify a state transition procedure file name that actually exists. Also, make each state transition procedure name unique within the cluster system.

Registering state transition procedures that control daemon behavior

The following execution example shows that the "opt/FJSVJMCMN/etc/script/OperationMGR.proc" state transition procedure file that controls daemon behavior is registered under the SystemState3 class as state transition procedure name "omgr".

# /etc/opt/FJSVcluster/bin/clsetproc -c SystemState3 -m omgr /opt/FJSVJMCMN/etc/script/OperationMGR.proc

Registering state transition procedures that monitor daemons

The following execution example shows that the "opt/FJSVJMCMN/etc/script/omgr_monitor.proc" state transition procedure file that monitors daemons is registered under the SystemState3 class as state transition procedure name "omgrmonitor".

# /etc/opt/FJSVcluster/bin/clsetproc -c SystemState3 -m omgrmonitor /opt/FJSVJMCMN/etc/script/omgr_monitor.proc