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. Resource Kit Installation
  13. Troubleshooting the MDM Hub
  14. Uninstallation

Installation Guide for Oracle Database with WebLogic

Installation Guide for Oracle Database with WebLogic

Configuring the Hub Server Properties on Environments with Managed Servers

Configuring the Hub Server Properties on Environments with Managed Servers

If you installed the Hub Server in an environment with Managed Servers, configure the Hub Server properties on the Administration Server and on each Managed Server. Configure the Hub Server properties in the
cmxserver.properties
file.
For example, a WebLogic environment has two Managed Servers that run on host1 and host2, and use RMI ports 8001 and 8002. You need to configure the WebLogic cluster properties on both the Managed Servers.
  1. Stop the WebLogic application server on the Administration Server and all the Managed Servers of the cluster.
  2. On the Administration Server and all the Managed Servers, open the
    cmxserver.properties
    file in the following directory:
    <
    MDM Hub installation directory
    >/hub/server/resources
  3. Configure the following properties:
    Property
    Description
    cmx.appserver.hostname
    Specifies machine names of all the Managed Servers separated by a comma.
    For example, if the WebLogic environment has two Managed Servers that run on host1 and host2, set the property to
    cmx.appserver.hostname=host1,host2
    .
    cmx.appserver.rmi.port
    Specifies RMI port numbers that the Managed Servers use separated by a comma.
    For example, if the Managed Servers in the WebLogic cluster environment use RMI ports 8001 and 8002, set the property to
    cmx.appserver.rmi.port=8001,8002
    .
    In the properties description, the host name and port number of the first server are host1 and 8001. The host name and port number of the second server are host2 and 8002.

0 COMMENTS

We’d like to hear from you!