Table of Contents

Search

  1. Preface
  2. Installation Overview
  3. Pre-Installation Tasks
  4. Hub Store Installation
  5. Hub Store Post-Installation Tasks
  6. Hub Server Installation
  7. Hub Server Post-Installation Tasks
  8. Process Server Installation
  9. Process Server Post-Installation Tasks
  10. ActiveVOS Post-Installation Tasks for the Application Server
  11. ActiveVOS Post-Installation Tasks for the Business Entity Adapter
  12. Customize ActiveVOS
  13. Resource Kit Installation
  14. Resource Kit Post-Installation Tasks
  15. Troubleshooting the MDM Hub
  16. Uninstallation

Installation Guide for Oracle Database with IBM WebSphere

Installation Guide for Oracle Database with IBM WebSphere

Configuring the Hub Server for a WebSphere Multi-node or Cluster Environment

Configuring the Hub Server for a WebSphere Multi-node or Cluster Environment

If you installed the Hub Server in a WebSphere multi-node or a cluster environment, configure the Hub Server for the WebSphere environment. To configure the Hub Server for a WebSphere environment, configure the Hub Server properties in the
cmxserver.properties
file.
For example, a WebSphere cluster or a multi-node environment has two servers that run on host1 and host2, and use RMI ports 2812 and 2813. You need to configure the WebSphere properties on both the servers.
  1. On each server, open the
    cmxserver.properties
    file in the following directory:
    <
    MDM Hub installation directory
    >/hub/server/resources
  2. Configure the following properties:
    Property
    Description
    cluster.flag
    Must be added manually. Specifies whether clustering is enabled. To enable clustering, set to
    true
    . Default is
    false
    .
    cmx.appserver.hostname
    Specifies the machine names of all the servers separated by a comma.
    For example, if the WebSphere cluster or the multi-node environment has two servers that run on host1 and host2, set the property to
    cmx.appserver.hostname=host1,host2
    .
    cmx.appserver.rmi.port
    Specifies the RMI port numbers that the servers use separated by a comma.
    For example, if the servers in the WebSphere cluster or the multi-node environment use RMI ports 2812 and 2813, set the property to
    cmx.appserver.rmi.port=2812,2813
    .
    In the properties description, the host name and the port number of the first server are host1 and 2812. The host name and the port number of the second server are host2 and 2813.

0 COMMENTS

We’d like to hear from you!