Author |
Message
|
chris boehnke |
Posted: Tue Jun 24, 2008 7:58 am Post subject: Adding a Partial repos to a FR cluster |
|
|
 Partisan
Joined: 25 Jul 2006 Posts: 369
|
Hi Guys,
I am trying add a partial repository to a full repository QMGR cluster.
I see the PR QMgr as part of cluster qmgrs when I do a DISPLAY CLUSQMGR(*) on Full repository but when I do a DISPLAY CLUSQMGR(*) on partial repository I dont see the full repository QMgr in the partial repository. I see the result as below:
display clusqmgr(*)
1 : display clusqmgr(*)
AMQ8441: Display Cluster Queue Manager details.
CLUSQMGR(PartialRepoQMgr) CHANNEL(TO.PRQMgr)
CLUSTER(ClusterName)
AMQ8441: Display Cluster Queue Manager details.
CLUSQMGR(SYSTEM.TEMPQMGR.10.xxx.xxx.xx(1414))
CHANNEL(TO.FRQMgr) CLUSTER(ClusterName)
Can anybody suggest what areas I can look in?.
Thanks in advance. |
|
Back to top |
|
 |
fjb_saper |
Posted: Tue Jun 24, 2008 1:11 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
Verify that the cluster name has the same spelling and case. Verify that both cluster sender and cluster receiver channels have the right cluster name. Search my posts from a few days back I gave about the same list then...
chris boenke wrote: |
AMQ8441: Display Cluster Queue Manager details.
CLUSQMGR(SYSTEM.TEMPQMGR.10.xxx.xxx.xx(1414))
CHANNEL(TO.FRQMgr) CLUSTER(ClusterName)
|
This shows that one of the channels (Probably the cluster sender) could not be put into running mode from the partial repository. Check the QMGR logs both on the sender and receiver side and find the relevant error messages. If too long ago just restart the channel. The messages should guide you towards the communications problem and how to resolve it.
Enjoy  _________________ MQ & Broker admin |
|
Back to top |
|
 |
HubertKleinmanns |
Posted: Tue Jul 08, 2008 1:50 am Post subject: |
|
|
 Shaman
Joined: 24 Feb 2004 Posts: 732 Location: Germany
|
Check IP addresses and ports.
Check cluster name.
Are the listeners started on both ends? _________________ Regards
Hubert |
|
Back to top |
|
 |
exerk |
Posted: Tue Jul 08, 2008 1:56 am Post subject: |
|
|
 Jedi Council
Joined: 02 Nov 2006 Posts: 6339
|
Also check for typo's in the PR CLUSRCVR definition. _________________ It's puzzling, I don't think I've ever seen anything quite like this before...and it's hard to soar like an eagle when you're surrounded by turkeys. |
|
Back to top |
|
 |
AkankshA |
Posted: Tue Jul 08, 2008 2:02 am Post subject: |
|
|
 Grand Master
Joined: 12 Jan 2006 Posts: 1494 Location: Singapore
|
From the Troubleshooting chapter of clustering manual :
Quote: |
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. |
_________________ Cheers |
|
Back to top |
|
 |
|