You can use this procedure to convert an existing cluster to a uniform
cluster.
About this task
If you convert an existing cluster to a uniform cluster, you must ensure that any definition
required to support applications balancing between queue managers exists on all cluster members.
Procedure
- Enable IBM® MQ publish subscribe, including
remote (clustered) publish subscribe on all queue managers.
This is a prerequisite to
uniform cluster functionality, so you must ensure that the PSMODE and PSCLUS attributes of the queue
manager are both set to the default value of ENABLED.
- Add an AutoCluster section to the qm.ini file
to the name of the IBM MQ cluster, as used in your MQSC
object definitions, such as cluster channels.
For example, if the name of the cluster is
UNICLUS, add or modify the AutoCluster stanza in your
qm.ini files as
follows:
AutoCluster:
ClusterName=UNICLUS
Type=Uniform
- Restart the queue managers to apply the new setting.
- Consider using automatic configuration as a mechanism for ensuring all uniform cluster
members have the same configuration applied from startup.