Previous Topic: Automatic Cluster Node ConfigurationNext Topic: Verify Successful Installation


Manual Cluster Node Configuration

Manually configure the CA GovernanceMinder cluster node. This mode is suggested for custom configurations.

Follow these steps:

  1. Copy the JBoss 5.1 Home folder and all the contents from Node 1 to Node N, this server.
  2. Locate and open for editing the following file in the JBoss home folder:

    Windows: eurikify.bat

    Linux: eurikify.sh

  3. Assign the node to the following parameters:
    - jboss.messaging.ServerPeerID

    Defines the unique value (Node N) of this node in the cluster.

    - g

    Defines the unique cluster name.

    Example: Set the JBoss messaging peer ID and the network cluster name.

    From (default)

    run.bat -c %SERVER_NAME% -b %JBOSS_BIND_ADDRESS% -g CA_GM_Cluster -u 233.3.4.4 -Djboss.messaging.ServerPeerID=1  %*
    

    To (assigned node number)

    run.bat -c %SERVER_NAME% -b %JBOSS_BIND_ADDRESS% -g CA_GM_Cluster -u 233.3.4.4 -Djboss.messaging.ServerPeerID=2  %*
    
  4. Save and close the file.
  5. Open the server.xml file located in the following folder:
    JBoss 5.1 Home/server/all/deploy/jbossweb.sar/
    
    1. Locate and replace the following text:
      <Engine name="jboss.web" defaultHost="localhost">
      

      With

      <Engine name="jboss.web" defaultHost="localhost" jvmRoute="worker-node-name">
      

      Note: "worker-node-name" is the load balancer worker node name.

    2. Save and close the server.xml file.

    You have manually configured the CA GovernanceMinder cluster node.