Previous Topic: Configure Additional Nodes for Cluster ConfigurationNext Topic: Manual Cluster Node Configuration


Automatic Cluster Node Configuration

Automatically configure the CA GovernanceMinder cluster node. This mode configures multiple nodes using default parameters.

Follow these steps:

  1. Locate and open the prepareCluster.properties file in the temporary work folder.
  2. Locate the line containing the cluster.node.id=1 parameter, and set the cluster node property for this node.

    Example:

    For Node 4,

    cluster.node.id=4
    

    Note: The default node ID value is 1.

  3. Open a Command Prompt window, and run the following file from the CA GovernanceMinder cluster work folder:

    Windows: prepareCluster.bat configure

    Linux: prepareCluster.sh configure

    This file configures JBoss 5.1 files to run as the designated node in the cluster.

  4. Copy the JBoss 5.1 Home directory and all the contents from Node 1 to the next server in the cluster.
  5. Repeat Steps 1-4 for each subsequent node in the cluster.

    You have automatically configured the CA GovernanceMinder cluster node.