Create a uniform cluster
We can simplify both the initial creation of a uniform cluster, and subsequently keeping the configuration between the uniform cluster members identical, by using the automatic configuration and automatic clustering support.
Before starting
Before you create a uniform cluster, we should read Limitations and considerations for uniform clusters.
You indicate that a particular IBM MQ cluster is to be treated as a uniform cluster by supplying in the qm.ini file a section for AutoCluster with at least Type=Uniform and ClusterName=<uniform cluster name>.
We can optionally configure the underlying IBM MQ cluster through the same .ini stanza by using automatic cluster creation. When using this automatic cluster support to set up the cluster, you provide a configuration file that describes the cluster and its full repositories.
If the queue manager being started is listed as one of the full repositories, then it is automatically made a full repository. Similarly, when the cluster receiver channel is defined, cluster sender channels to the full repository or repositories are automatically defined.
Procedure
To exploit additional function that requires a uniform cluster we must complete either of the following steps:
- Convert an existing cluster to a uniform cluster, which meets the pattern described in About uniform clusters.
- Create a new uniform cluster for this purpose.
- Create a new uniform cluster
How you create a new uniform cluster. - Convert an existing cluster to a uniform cluster
We can use this procedure to convert an existing cluster to a uniform cluster.
Parent topic: Configure a uniform cluster