+

Search Tips   |   Advanced Search

Portal, V6.1


 

Set up multiple clusters on AIX

The majority of the steps to build another cluster are the same as when building the first cluster in the same cell, with a few exceptions. Basically, the new profile will be designated as the primary profile, using IBM WebSphere Portal clustering terminology, and will then be used as the basis for the new cluster definition. This duplicates the build process of the first cluster in the cell. During the federation process, if any applications on this new node already exist in the cell (because they are in use by the first cluster), then Deployment Manager will not allow them to be added. After federation, the applications that already exist in the cell are not carried with the new profile, and thus the existing applications must be remapped to this newly federated server to restore its application list. Therefore, depending on the configuration of the new profile, there will likely be some combination of applications shared with the other existing cluster, and some applications unique to this new profile. Before attempting alternative approaches for building multiple portal-based clusters within a single cell, please contact IBM.

Prerequisites

Preparing prerequisite and corequisite software on AIX

Preparing your AIX operating system

Preparing the primary node on AIX

Choosing the type of cluster to create on AIX

  1. Installing multiple clusters in a single cell on AIX
    Install a new, independent profile into a server where a cluster already exists to balance the workload between the servers.

  2. Routing requests across clusters on AIX
    The HTTP Server plugin that comes with IBM WAS is typically used to balance requests for applications across members of the cluster. While an application can be mapped to more than one cluster, automatic plugin generation does not provide routing or balancing traffic for the same application across multiple clusters. Multiple cluster environments with shared applications therefore cannot rely solely on WAS automatic plug-in generation to be able to route requests using a web server. One option in this scenario is developing a customized method for defining and maintaining the plug-in configuration file used by the Web server to provide for the required routing of user requests.

  3. Sharing database domains between clusters
    To help provide redundancy and failover support in production environments composed of multiple clusters, you can share database domains between those clusters. IBM WebSphere Portal data is organized into different database domains, with different availability requirements depending on how the production environment is set up. When multiple lines of production are involved and each line of production is implemented as a cluster of servers, sharing database domains ensures that the data is automatically synchronized across the lines of production.

 

Parent topic

Set up a production environment on AIX

 

Previous topic:

Preparing additional nodes on AIX