Table of Contents

Search

  1. Preface
  2. Introduction to High Availability
  3. Set Up the High Availability Environment
  4. Configure JMS Discovery
  5. Configure RMI Connections
  6. Configure the Operation Console
  7. Configure an HTTP Load Balancer
  8. Configure the Dashboard and Reports
  9. Appendix A: Troubleshooting High Availability
  10. Appendix B: High Availability Log Messages
  11. Appendix C: Port Number Reference
  12. Appendix D: Glossary

High Availability Guide

High Availability Guide

Configuring Tomcat for Single-Machine Clusters

Configuring Tomcat for Single-Machine Clusters

For single-machine clusters, you modify ports in the Tomcat configuration file for each subsequent
Data Integration Hub
instance in the cluster. You do not need to modify ports for the first instance.
You edit the HTTP or HTTPS ports to prevent the
Data Integration Hub
server or the Operation Console from creating an incorrect URL for viewing the contents of event blobs and for advanced exception handling.
The
server.xml
file is typically located in the following directory:
<
DIH
InstallationDir>/
DataIntegrationHub
/tomcat/conf/
  1. In the
    server.xml
    file, modify the values of the following properties:
    Property
    Description
    Shutdown port
    Port to use when you shut down Tomcat with an external process. This property contains the attribute
    port
    and listens only to the local loopback address
    127.0.0.1
    .
    Default is:
    18005
    HTTP connector port
    Port to use when Tomcat connects to the Operation Console. This property contains the attribute
    port
    .
    Default is:
    18080
    HTTPS connector port
    Port to use when Tomcat connects to the Operation Console with a secure protocol. This property contains the attribute
    port
    .
    Default is:
    18443
  2. In the Operation Console, modify the dx.console.url system properties according to the HTTP or HTTPS port that you defined.
  3. For Windows operating systems, modify the following shortcuts and bookmarks:
    • Remove the Start menu entry:
      Start
      All Programs
      Informatica
      Data Integration Hub
      .
    • Configure the
      Data Integration Hub
      Windows services for manual startup.
    • Create a shortcut to the folder
      <
      DIH
      InstallationDir>\bin\
      dih
      startup.bat
      for each node in the cluster. This shortcut starts the node.
    • Create a shortcut to the folder
      <
      DIH
      InstallationDir>\bin\
      dih
      shutdown.bat
      for each node in the cluster. This shortcut shuts the node down.

0 COMMENTS

We’d like to hear from you!