To create a static RM cluster configuration follow the steps below:
Delete the RM_HOME/bin/mserver/db.sys file on all target hosts.
Add the JDBC driver in the classpath of the RM start script.
For Windows: edit the RM_HOME/bin/mserver/mprm.bat startup script with set
EXT_CLASSPATH = C:/Drivers/ojdbc6.jarFor Linux: edit the RM_HOME/bin/mserver/mprm startup script with
EXT_CLASSPATH=/opt/drivers/ojdbc6.jar
Start the RM Server on every target host. An RM_HOME/bin/mserver/mprm.sys file is generated.
Open this file and edit the
mprm.host.addressto point to the host machine external IP addressOn the Control Center Host create an RM_HOME/bin/mserver/scm.xml file containing the system configuration data. For more information, please visit Remote Manager Static Configuration.