Configuring the integration framework for high availability

You must follow a series of configuration steps to achieve high availability with the integration framework. The steps for configuration are listed in various key documents.

Procedure

  1. Create a cluster for the user interface and a separate cluster for the integration framework.
  2. Configure the Java Messaging Service.
  3. Optional: Create and configure a messaging engine for high availability. For more information, seeHigh availability messaging engine policy
  4. Configure the integration framework in a cluster.
  5. Configure a highly available shared disk that can be mounted or accessible on multiple nodes simultaneously. This directory is where the error logs, the schema, and the Web Services Description Language files are stored.
  6. Mount the directory on all nodes in a common location and ensure that the user who starts the application server services has read and write access to this directory. If you are using Windows, you can access this directory through a Universal Naming Convention (UNC) path with read and write permissions.
  7. In your product, go to the System Properties application and configure the mxe.int.globaldir property to point to the shared file system path.


Feedback