Removing maintenance level updates for RDQM
There are different procedures for removing maintenance level updates to a high availability (HA) configuration, a disaster recovery (DR) configuration, or a combined DR/HA configuration.
About this task
For RDQM HA configurations, complete the steps on each node in the HA group in turn. Processing can then continue on other the other nodes in the group while the update is in progress.
Procedure
- To remove maintenance level updates for HA RDQM:
- Log in as root, or switch to the superuser using the su command.
- Suspend the HA group on the node, by entering the following command:
rdqmadm -s- Remove the Fix Pack using the procedure for removing maintenance level updates on Linux using RPM, see Reverting to the previous maintenance level on Linux. For example, to remove the 9.2.0.1 Fix Pack:
rpm -qa | grep MQSeries.*-U9201-9.2.0-1.x86_64 | xargs yum -y remove- Resume the node:
rdqmadm -rProceed to the next node in the HA group and repeat the procedure.
- To remove maintenance level updates for DR RDQM:
- Remove maintenance level updates to the DR secondary node:
- Log in as root, or switch to the superuser using the su command.
- Remove the Fix Pack using the procedure for removing maintenance level updates on Linux using RPM, see Reverting to the previous maintenance level on Linux. For example, to remove the 9.2.0.1 Fix Pack:
rpm -qa | grep MQSeries.*-U9201-9.2.0-1.x86_64 | xargs yum -y remove
- On the DR primary node, complete one of the following steps:
- End the DR queue managers, or
- Perform a managed failover of the DR queue managers to the DR secondary node.
- Remove maintenance level updates to the DR primary node:
- Log in as root, or switch to the superuser using the su command.
- Remove the Fix Pack using the procedure for removing maintenance level updates on Linux using RPM, see Reverting to the previous maintenance level on Linux. For example, to remove the 9.2.0.1 Fix Pack:
rpm -qa | grep MQSeries.*-U9201-9.2.0-1.x86_64 | xargs yum -y remove
- On the DR primary node, complete one of the following steps:
- Start the DR queue managers, or
- Perform a managed failover of the DR queue managers to the DR primary node.
- To remove maintenance level updates for DR/HA RDQM
- Remove maintenance from the HA group on your recovery site. Complete the following steps on each node in the group in turn:
- Log in as root, or switch to the superuser using the su command.
- Suspend the HA group on the node, by entering the following command:
rdqmadm -s- Remove the Fix Pack using the procedure for removing maintenance level updates on Linux using RPM, see Reverting to the previous maintenance level on Linux. For example, to remove the 9.2.0.1 Fix Pack:
rpm -qa | grep MQSeries.*-U9201-9.2.0-1.x86_64 | xargs yum -y remove- Resume the node:
rdqmadm -rProceed to the next node in the HA group and repeat the procedure.
- Remove maintenance from the HA group on your main site. Complete the following steps on each node in the group in turn.
- Log in as root, or switch to the superuser using the su command.
- Suspend the HA group on the node, by entering the following command:
rdqmadm -s- Remove the Fix Pack using the procedure for removing maintenance level updates on Linux using RPM, see Reverting to the previous maintenance level on Linux. For example, to remove the 9.2.0.1 Fix Pack:
rpm -qa | grep MQSeries.*-U9201-9.2.0-1.x86_64 | xargs yum -y remove- Resume the node:
rdqmadm -rProceed to the next node in the HA group and repeat the procedure.
Parent topic: Installing RDQM (replicated data queue managers)