Migrating an RDQM configuration from RHEL 7 to RHEL 8
If you upgrade from RHEL 7 to RHEL 8, create a new Pacemaker cluster and migrate your replicated data queue managers (RDQMs) to the new cluster.
About this task
We must set up a separate RHEL 8 cluster and migrate each RDQM HA queue manager to it, using a backup and restore procedure. If we use a floating IP address to connect to an RDQM queue manager then we must recreate that floating IP address on the RHEL 8 cluster.
Procedure
- Configure three RHEL 8 nodes.
- Install IBM MQ Advanced on each of them, see Installing IBM MQ Advanced for Multiplatforms.
- Configure a new Pacemaker cluster to create a new HA group, see Defining the Pacemaker cluster (HA group).
- Recreate each queue manager that we want to from the existing RHEL 7 HA Group, see Create an HA RDQM.
- For each RDQM queue manager to be moved, complete the following actions:
- End the RDQM queue manager on the RHEL 8 node.
- End the RDQM queue manager on the RHEL 7 node.
- Take a backup of the RDQM queue manager, its config and its data as required, on the RHEL 7 node, see Backing up and restoring IBM MQ queue manager data.
- Restore the backup on the RHEL 8 node.
- Start the RDQM queue manager on the RHEL 8 node.
- If required, configure the floating IP address on the RHEL 8 HA group, see Create and deleting a floating IP address.
- After you confirm that the RDQM queue manager is working correctly on the RHEL 8 HA group, delete the queue manager from the RHEL 7 HA group, see Delete an HA RDQM.
Parent topic: Migrating IBM MQ