Previous Topic: Verify Successful InstallationNext Topic: Configuring Reporting


(Optional) Install the Connector Server Manager on a CA GovernanceMinder Cluster Node

Use the CSM to manage the Java Connector Server (JCS). The JCS enables you to connect to and manage endpoints. CA GovernanceMinder can connect to a standalone JCS and automatically import and export data from a single endpoint.

Note: Install CSM on one cluster node only.

Follow these steps:

  1. Install CA GovernanceMinder on a JBoss clustered node.

    Note: Do not select to install CSM while installing CA GovernanceMinder.

  2. Create a CSM work forder on the clustered node and copy the complete JBoss 5.1 GA folder and all its contents.

    Example (Windows):

    C:\Program Files\CA\RCM\Server\Connector Server Management\JBoss5.1GA_CSM
    
  3. From the CA GovernanceMinder installation folder, run the CSM installer and install CSM in the JBoss folder as defined in Step 2.

    Note: Specify port 8280 for the CSM when you install with the CSM installer.

  4. Add the JBoss service binding parameter.

    Windows:

    1. Go to Start, Programs, CA, Connector Server Manager, and right-click Start Connector Server Management.
    2. Select the Properties option, and select the Shortcut tab.
    3. Add the following parameter to the Start Connector Server Management Server command line:
      -Djboss.service.binding.set=ports-02
      

      Example:

      From

      C:\jboss-5.1.0.GACSM\bin\run.bat -c default
      

      To

      C:\jboss-5.1.0.GACSM\bin\run.bat -c default -Djboss.service.binding.set=ports-02
      

    Linux:

    Use the following command to run JBoss:

    C:\jboss-5.1.0.GACSM\bin\run.sh -c default -Djboss.service.binding.sets=ports-02
    

    The JBoss service binding parameter is added.

  5. Navigate to the following folder to locate the sajcsui_environment.properties.xml:
    CSM JBOSS DIR\server\eurekify\deploy\iam_csm.ear\user_console.war\META-INF
    
  6. Open the sajcsui_environment.properties.xml file and add the following parameter:
    AuthenticationWebService="@http://YourComputerName:8280/eurekify/services/ssoService"
    

    Where YourComputerName is the name of the current server.

  7. Save and close the sajcsui_environment.properties.xml file.
  8. Start CA GovernanceMinder, and in the Portal modify the following CA GovernanceMinder properties accordingly:

    You have installed CSM on a CA GovernanceMinder JBoss cluster node.