+

Search Tips | Advanced Search

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:
    1. Delete the RDQM HA queue managers in the HA group, see Delete an HA RDQM.
    2. Delete the RDQM HA group, see Delete the Pacemaker cluster (HA group).
    3. Log in as root or switch to superuser using the su command.
    4. 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.
    5. Uninstall IBM MQ (this step also uninstalls RDQM):
      rpm -qa | grep MQSeries | xargs yum -y remove
    6. Uninstall Pacemaker:
      rpm -qa | grep linbit | xargs yum -y remove
    7. Uninstall DRBD:
      rpm -qa | grep drbd | xargs yum -y remove

  • To uninstall DR RDQM support if it is no longer required:
    1. Delete all queue managers on all nodes, see Delete a DR RDQM.
    2. Log in as root or switch to superuser using the su command.
    3. 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.
    4. Uninstall IBM MQ (this step also uninstalls RDQM):
      rpm -qa | grep MQSeries | xargs yum -y remove
    5. Uninstall Pacemaker:
      rpm -qa | grep linbit | xargs yum -y remove
    6. Uninstall DRBD:
      rpm -qa | grep drbd | xargs yum -y remove

  • To uninstall DR/HA RDQM support if it is no longer required:
    1. Delete the RDQM HA queue managers in both HA groups on main and recovery sites, see Delete a DR/HA RDQM.
    2. Delete each RDQM HA group, see Delete the Pacemaker cluster (HA group).
    3. Log in as root or switch to superuser using the su command.
    4. 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.
    5. Uninstall IBM MQ (this step also uninstalls RDQM):
      rpm -qa | grep MQSeries | xargs yum -y remove
    6. Uninstall Pacemaker:
      rpm -qa | grep linbit | xargs yum -y remove
    7. Uninstall DRBD:
      rpm -qa | grep drbd | xargs yum -y remove

Parent topic: Installing RDQM (replicated data queue managers)


Related information

Last updated: 2020-10-04