Author |
Message
|
jhidalgo |
Posted: Thu Oct 15, 2009 8:03 pm Post subject: Undo the RESET CLUSTER |
|
|
 Disciple
Joined: 26 Mar 2008 Posts: 161
|
How can I add again a qmgr that has been removed from the cluster with a RESET CLUSTER() QMID() ?
thanks. |
|
Back to top |
|
 |
Mr Butcher |
Posted: Thu Oct 15, 2009 9:51 pm Post subject: |
|
|
 Padawan
Joined: 23 May 2005 Posts: 1716
|
follow the documented procedure to add a qmgr into a cluster. _________________ Regards, Butcher |
|
Back to top |
|
 |
jhidalgo |
Posted: Fri Oct 16, 2009 7:43 am Post subject: |
|
|
 Disciple
Joined: 26 Mar 2008 Posts: 161
|
I have followed the procedure, and this is what always happens:
the FRs see the qmgr as being part of the cluster, channels from the FRs to the qmgr work, and channels from the qmgr to the FRs also work, BUT on the qmgr if I do "DIS CLUSQMGR(*) SUSPEND" it shows two things:
1. shows that it can't get the QMID of the FRs, it shows: (SYSTEM.TEMPQMGR.......)
2. it shows FRs with SUSPEND(YES) |
|
Back to top |
|
 |
Vitor |
Posted: Fri Oct 16, 2009 8:35 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
jhidalgo wrote: |
1. shows that it can't get the QMID of the FRs, it shows: (SYSTEM.TEMPQMGR.......) |
Then it's not working, probably one of the channels or (on early versions) the repro process has failed. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
Sam Uppu |
Posted: Fri Oct 16, 2009 10:19 am Post subject: |
|
|
 Yatiri
Joined: 11 Nov 2008 Posts: 610
|
This is what I see in the Clustering red book(SC34-6589-00).
Symptom — DISPLAY CLUSQMGR shows CLUSQMGR names starting SYSTEM.TEMP.
DISPLAY CLUSQMGR shows CLUSQMGR names starting SYSTEM.TEMP. 1 : display clusqmgr(*)
AMQ8441: Display Cluster Queue Manager details. CLUSQMGR(QM1) CLUSTER(DEMO) CHANNEL(TO.QM1)
AMQ8441: Display Cluster Queue Manager details.
CLUSQMGR(SYSTEM.TEMPQMGR.computer.hursley.ibm.com(1414))
CLUSTER(DEMO) CHANNEL(TO.QM2)
Cause
This queue manager has not received any information from the full repository queue manager that the manually defined CLUSSDR channel points to. The manually defined CLUSSDR should be in running state, check that the CLUSRCVR definition is also correct, especially its conname and cluster parameters. Alter the channel definition. It may take some time for the remote queue managers to complete a retry cycle and restart their channels with the corrected definition.
Thanks. |
|
Back to top |
|
 |
fjb_saper |
Posted: Fri Oct 16, 2009 10:31 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
per IBM docu a REFRESH CLUSTER (clustername) should do it.
You would need to run that on the qmgr you booted out of the cluster.
 _________________ MQ & Broker admin |
|
Back to top |
|
 |
|