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 the Dashboard and Reports to Use the Load Balancer

Configuring the Dashboard and Reports to Use the Load Balancer

If you installed the Dashboard and Reports component, change settings in
Data Integration Hub
and in Logi Info Studio to use the load balancer for the Dashboard in
Data Integration Hub
.
Before you configure the Dashboard, configure sticky sessions for the Operation Console and verify that the dx.console.url system property contains the load balancer URL.
  1. In the
    Data Integration Hub
    Operation Console, from the Navigator, open
    Administration
    System Properties
    .
  2. In the
    dx.dashboard.url
    system property, enter the load balancer URL in the following format:
    http://<load_balancer>:<load_balancer_port>/
    dih
    -dashboard
    For example:
    http://host1:80/
    dih
    -dashboard
  3. Open the following file:
    <
    DIH
    InstallationDir>/
    DataIntegrationHub
    /tomcat/shared/classes/dx_dashboard_configuration.xml
  4. In the
    dx_dashboard_configuration.xml
    file, configure the following properties:
    Property
    Description
    DX_CONSOLE_URL
    Load balancer URL in the following format:
    http://<load_balancer>:<load_balancer_port>/
    dih
    -console
    For example:
    http://host1:80/
    dih
    -console
    DASHBOARD_SAVEFOLDER
    Shared folder for the saved Dashboard applications. You must create the folder before you configure this property.
    For example:
    //NetworkDir/SavedDashboards
    AuthenticationClientAddresses
    Load balancer IP addresses separated by commas. Enter IPv4 and IPv6 addresses.
    For example:
    10.40.0.135,192.178.147.1,192.268.30.1,127.4.0.1,193.168.147.1
    LogonFailPage
    Load balancer URL in the following format:
    http://<load balancer>:<
    dih
    _port>/
    dih
    -console/logout.jsp
    For example:
    http://host1:80/
    dih
    -console/logout.jsp
  5. In the
    _Settings.lgx
    file, add a
    SecureKeySharedFolder
    property to the
    Security
    element and set the value of
    SecureKeySharedFolder
    to the path of a shared location on the network to store the SecureKey file.
    For example:
    SecureKeySharedFolder="//NetworkDir/SecureKeys"
    You must create the folder before you add this property.
  6. Configure the operational data store (ODS) workflow file with the standard PowerCenter high availability configuration. The name of the workflow file depends on type of database on which the ODS is installed.
    Database Type
    Workflow Location and Name
    Oracle
    <
    DIH
    InstallationDir>/powercenter/ETL/DX_ETL.xml
    Microsoft SQL Server
    <
    DIH
    InstallationDir>/powercenter/ETL/DX_ETL_SQLSERVER.xml
  7. Restart the Tomcat server.
  8. If you customized the Dashboard, deploy the customization on all of the machines in the cluster.

0 COMMENTS

We’d like to hear from you!