Uninstalling RDQM (replicated data queue managers) if no longer required
How to uninstall RDQM if it is no longer required.
About this task
There are different procedures for uninstalling a high availability (HA) configuration, a disaster recovery (DR) configuration, or a combined DR/HA configuration.
Procedure
- To uninstall HA RDQM support if it is no longer required:
- Delete the RDQM HA queue managers in the HA group, see Delete an HA RDQM.
- Delete the RDQM HA group, see Delete the Pacemaker cluster (HA group).
- Log in as root or switch to superuser using the su command.
- If you configured a firewall, run the script MQ_INSTALLATION_PATH/samp/rdqm/firewalld/unconfigure.sh on each node to undo the firewall configuration. We must run this script as root.
- Uninstall IBM MQ (this step also uninstalls RDQM):
rpm -qa | grep MQSeries | xargs yum -y remove- Uninstall Pacemaker:
rpm -qa | grep linbit | xargs yum -y remove- Uninstall DRBD:
rpm -qa | grep drbd | xargs yum -y remove
- To uninstall DR RDQM support if it is no longer required:
- Delete all queue managers on all nodes, see Delete a DR RDQM.
- Log in as root or switch to superuser using the su command.
- If you configured a firewall, run the script MQ_INSTALLATION_PATH/samp/rdqm/firewalld/unconfigure.sh on each node to undo the firewall configuration. We must run this script as root.
- Uninstall IBM MQ (this step also uninstalls RDQM):
rpm -qa | grep MQSeries | xargs yum -y remove- Uninstall Pacemaker:
rpm -qa | grep linbit | xargs yum -y remove- Uninstall DRBD:
rpm -qa | grep drbd | xargs yum -y remove
- To uninstall DR/HA RDQM support if it is no longer required:
- Delete the RDQM HA queue managers in both HA groups on main and recovery sites, see Delete a DR/HA RDQM.
- Delete each RDQM HA group, see Delete the Pacemaker cluster (HA group).
- Log in as root or switch to superuser using the su command.
- If you configured a firewall, run the script MQ_INSTALLATION_PATH/samp/rdqm/firewalld/unconfigure.sh on each node to undo the firewall configuration. We must run this script as root.
- Uninstall IBM MQ (this step also uninstalls RDQM):
rpm -qa | grep MQSeries | xargs yum -y remove- Uninstall Pacemaker:
rpm -qa | grep linbit | xargs yum -y remove- Uninstall DRBD:
rpm -qa | grep drbd | xargs yum -y remove
Parent topic: Installing RDQM (replicated data queue managers)
Related information