Websphere MQ Cluster Issue 11: DISPLAY CLUSQMGR, shows a queue manager twice.

DISPLAY CLUSQMGR, shows a queue manager twice.

(e.g)
: display clusqmgr(QM1) qmid
 
AMQ8441: Display Cluster Queue Manager details.
 
CLUSQMGR(QM1)                           CLUSTER(DEMO)
 
CHANNEL(TO.QM1)                         QMID(QM1_2002-03-04_11.07.01)
 
AMQ8441: Display Cluster Queue Manager details.
 
CLUSQMGR(QM1)                           CLUSTER(DEMO)
 
CHANNEL(TO.QM1)                         QMID(QM1_2002-03-04_11.04.19)


Cause


1)   The queue manager might have been deleted, and then recreated and Redefined without following right the procedure.

2)   The queue Manager might have been cold started on z/OS®, without following right the procedure.
3)   The cluster functions correctly with the older version of the queue manager being ignored, until it ages out of the cluster completely after about 90 days. To remove all trace of the queue manager immediately use the RESET CLUSTER command from a full repository queue manager, to remove the older unwanted queue manager and its queues from the cluster.

reset cluster(DEMO) qmid('QM1_2002-03-04_11.04.19') action(FORCEREMOVE) queues(yes)
AMQ8559: RESET CLUSTER accepted.


Using the RESET CLUSTER command stops auto-defined cluster sender channels for the affected queue manager. You must manually restart any cluster sender channels that are stopped, after completing the RESET CLUSTER command.

Comments