Upgrading clustered queue managers and channels to SSL

Upgrade the cluster channels one at a time, changing all the CLUSRCVR channels before the CLUSSDR channels.

Before you begin

Consider the following considerations, as these might affect your choice of CipherSpec for a cluster:
  • Some CipherSpecs are not available on all platforms. Take care to choose a CipherSpec that is supported by all of the queue managers in the cluster.
  • Some CipherSpecs might be new in the current IBM® MQ release and not supported in older releases. A cluster containing queue managers running at different MQ releases is only be able to use the CipherSpecs supported by each release.

    To use a new CipherSpec within a cluster, you must first migrate all of the cluster queue managers to the current release.

  • Some CipherSpecs require a specific type of digital certificate to be used, notably those that use Elliptic Curve Cryptography.
Attention: It is not possible to use a mixture of Elliptic Curve-signed certificates and RSA-signed certificates on queue managers that you want to join together as part of a cluster.

Queue managers in a cluster must all use RSA-signed certificates, or all use EC-signed certificates, not a mixture of both.

See Digital certificates and CipherSpec compatibility in IBM MQ for more information.

Upgrade all queue managers in the cluster to IBM MQ V6 or higher, if they are not already at these levels. Distribute the certificates and keys so that SSL works from each of them.

About this task

Change the CLUSRCVR channels before the CLUSSDR channels.

Procedure

  1. Switch the CLUSRCVR channels to SSL in any order you like, changing one CLUSRCVR at a time, and allow the changes to flow through the cluster before changing the next.
    Important: Make sure that you do not change the reverse path until the changes for the current channel have been distributed throughout the cluster.
  2. Optional: Switch all manual CLUSSDR channels to SSL.
    This does not have any effect on the operation of the cluster, unless you use the REFRESH CLUSTER command with the REPOS(YES) option.
    Note: For large clusters, use of the REFRESH CLUSTER command can be disruptive to the cluster while it is in progress, and again at 27 day intervals thereafter when the cluster objects automatically send status updates to all interested queue managers. See Refreshing in a large cluster can affect performance and availability of the cluster.
  3. Use the DISPLAY CLUSQMGR command to ensure that the new security configuration has been propagated throughout the cluster.
  4. Restart the channels to use SSL or TLS and run REFRESH SECURITY (SSL).