To create a static RM cluster configuration follow the steps below:

  1. Delete the RM_HOME/bin/mserver/db.sys file on all target hosts.

  2. 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.jar

    • For Linux: edit the RM_HOME/bin/mserver/mprm startup script with EXT_CLASSPATH=/opt/drivers/ojdbc6.jar

  3. Start the RM Server on every target host. An RM_HOME/bin/mserver/mprm.sys file is generated.

  4. Open this file and edit the mprm.host.address to point to the host machine external IP address

  5. On 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.