Delete an HA cluster queue manager on UNIX and Linux

We might want to remove a queue manager from a node that is no longer required to run the queue manager.


To remove the queue manager from a node in an HA cluster, we must remove its configuration information.


Procedure

  1. Remove the node from the HA cluster so that the HA cluster will no longer attempt to activate the queue manager on this node.
  2. Use the following rmvmqinf command to remove the queue manager's configuration information:

    rmvmqinf qmgrname

  3. Optional: To completely delete the queue manager, use the dltmqm command. Important: Be aware that deleting the queue manager by using the dltmqm command completely deletes the queue manager's data and log files. When you have deleted the queue manager, we can use the rmvmqinf command to remove remaining configuration information from the other nodes.

Parent topic: HA clusters on UNIX and Linux