ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » Clustering » cluster queue manager not getting connected to repository.

Post new topic  Reply to topic
 cluster queue manager not getting connected to repository. « View previous topic :: View next topic » 
Author Message
ankurlodhi
PostPosted: Mon Jan 06, 2014 4:59 am    Post subject: cluster queue manager not getting connected to repository. Reply with quote

Master

Joined: 19 Oct 2010
Posts: 266

i am fairly new to MQ clustering and I am trying to setup a communication between two different clusters using a cluster which is not a part of any cluster.

the cluster details are

CLUSTER_1
CLUSTER_2

cluster_1 is working fine but Cluster_2 is not working as expected when i give the command

DIS CLUSQMGR(*)
4 : DIS CLUSQMGR(*)
AMQ8147: WebSphere MQ object not found.

though it displays the cluster queue name properly.

can anyone guide me.
Back to top
View user's profile Send private message
Vitor
PostPosted: Mon Jan 06, 2014 5:06 am    Post subject: Re: cluster queue manager not getting connected to repositor Reply with quote

Grand High Poobah

Joined: 11 Nov 2005
Posts: 26093
Location: Texas, USA

ankurlodhi wrote:

the cluster details are

CLUSTER_1
CLUSTER_2


If those are the details, I'd hate to see what you call a summary...!

If you want to link 2 clusters then there are details in the InfoCenter on how to do this. You really need to provide a lot more about how you've attempted to do this before we can offer much in the way of advice.
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
ankurlodhi
PostPosted: Mon Jan 06, 2014 5:19 am    Post subject: Re: cluster queue manager not getting connected to repositor Reply with quote

Master

Joined: 19 Oct 2010
Posts: 266

Vitor wrote:
ankurlodhi wrote:

the cluster details are

CLUSTER_1
CLUSTER_2


If those are the details, I'd hate to see what you call a summary...!

If you want to link 2 clusters then there are details in the InfoCenter on how to do this. You really need to provide a lot more about how you've attempted to do this before we can offer much in the way of advice.


my bad

CLUSTER_1 : consists of 4 queue manager 2 full repository and 2 partial repository

CLUSTER_2: consists of 2 full repository

CLUSTER_1 is connected to a Queue manager GATEWAY through dedicated sender/receiver channels

i was trying to use the queue manager GATEWAY r as gateway between CLUSTER_1 AND CLUSTER_2

but cluster 2 is not getting configured as i get the above error when i try to fetch the information.
Back to top
View user's profile Send private message
exerk
PostPosted: Mon Jan 06, 2014 5:26 am    Post subject: Re: cluster queue manager not getting connected to repositor Reply with quote

Jedi Council

Joined: 02 Nov 2006
Posts: 6339

ankurlodhi wrote:
CLUSTER_1 : consists of 4 queue manager 2 full repository and 2 partial repository

Good so far...

ankurlodhi wrote:
CLUSTER_2: consists of 2 full repository

...still good...

ankurlodhi wrote:
CLUSTER_1 is connected to a Queue manager GATEWAY through dedicated sender/receiver channels

...and is this queue manager in CLUSTER_2?

ankurlodhi wrote:
i was trying to use the queue manager GATEWAY r as gateway between CLUSTER_1 AND CLUSTER_2

So the answer to my previous question is yes?

ankurlodhi wrote:
but cluster 2 is not getting configured as i get the above error when i try to fetch the information.

What information are you trying to 'fetch'? Queue manager GATEWAY is only connected to a queue manager in CLUSTER_1 by SDR/RCVR channels, not CLUSSDR/CLUSRCVR channels, so no 'cluster' information will 'flow' between CLUSTER_1 and CLUSTER_2.
_________________
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
View user's profile Send private message
ankurlodhi
PostPosted: Mon Jan 06, 2014 5:35 am    Post subject: Re: cluster queue manager not getting connected to repositor Reply with quote

Master

Joined: 19 Oct 2010
Posts: 266

ankurlodhi wrote:
CLUSTER_1 is connected to a Queue manager GATEWAY through dedicated sender/receiver channels

...and is this queue manager in CLUSTER_2?

No This queue manager is not part of any cluster.

ankurlodhi wrote:
i was trying to use the queue manager GATEWAY r as gateway between CLUSTER_1 AND CLUSTER_2

So the answer to your previous question is No.

ankurlodhi wrote:
but cluster 2 is not getting configured as i get the above error when i try to fetch the information.

What information are you trying to 'fetch'? Queue manager GATEWAY is only connected to a queue manager in CLUSTER_1 by SDR/RCVR channels, not CLUSSDR/CLUSRCVR channels, so no 'cluster' information will 'flow' between CLUSTER_1 and CLUSTER_2.[/quote]

by information i meant

when i give the command

DIS CLUSQMGR(*)

I receive the respons

AMQ8147: WebSphere MQ object not found.
DIS CLUSQMGR


i am not trying to overlap clusters over here i am trying to transmit messages from one cluster to another cluster through a queue manager which is not part of any of the cluster.
Back to top
View user's profile Send private message
Vitor
PostPosted: Mon Jan 06, 2014 5:43 am    Post subject: Re: cluster queue manager not getting connected to repositor Reply with quote

Grand High Poobah

Joined: 11 Nov 2005
Posts: 26093
Location: Texas, USA

ankurlodhi wrote:
when i give the command

DIS CLUSQMGR(*)

I receive the respons

AMQ8147: WebSphere MQ object not found.
DIS CLUSQMGR


i am not trying to overlap clusters over here i am trying to transmit messages from one cluster to another cluster through a queue manager which is not part of any of the cluster.


Where are you issuing the command, i.e. on which queue manager? What are you expecting to see?
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
ankurlodhi
PostPosted: Mon Jan 06, 2014 5:49 am    Post subject: Reply with quote

Master

Joined: 19 Oct 2010
Posts: 266

i am firing this command on the Full Repository queue manager of Cluster_2

i expect to see the list of all the queue managers in the cluster CLUSTER_2
Back to top
View user's profile Send private message
exerk
PostPosted: Mon Jan 06, 2014 6:03 am    Post subject: Reply with quote

Jedi Council

Joined: 02 Nov 2006
Posts: 6339

ankurlodhi wrote:
i am firing this command on the Full Repository queue manager of Cluster_2

i expect to see the list of all the queue managers in the cluster CLUSTER_2

Are you absolutely certain that you have good communication between the FRs?
_________________
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
View user's profile Send private message
Vitor
PostPosted: Mon Jan 06, 2014 6:06 am    Post subject: Reply with quote

Grand High Poobah

Joined: 11 Nov 2005
Posts: 26093
Location: Texas, USA

ankurlodhi wrote:
i am firing this command on the Full Repository queue manager of Cluster_2

i expect to see the list of all the queue managers in the cluster CLUSTER_2


Then CLUSTER_2 is broken. Troubleshoot as normal. Then try linking it to CLUSTER_1
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
ankurlodhi
PostPosted: Mon Jan 06, 2014 6:44 am    Post subject: Reply with quote

Master

Joined: 19 Oct 2010
Posts: 266

exerk wrote:
ankurlodhi wrote:
i am firing this command on the Full Repository queue manager of Cluster_2

i expect to see the list of all the queue managers in the cluster CLUSTER_2

Are you absolutely certain that you have good communication between the FRs?


well channels are in running state so we can say yes but just to varify the same i fired the command

DIS CLUSQMGR(*)

and i came face to face with the issue.
Back to top
View user's profile Send private message
exerk
PostPosted: Mon Jan 06, 2014 7:04 am    Post subject: Reply with quote

Jedi Council

Joined: 02 Nov 2006
Posts: 6339

ankurlodhi wrote:
exerk wrote:
ankurlodhi wrote:
i am firing this command on the Full Repository queue manager of Cluster_2

i expect to see the list of all the queue managers in the cluster CLUSTER_2

Are you absolutely certain that you have good communication between the FRs?


well channels are in running state so we can say yes but just to varify the same i fired the command

DIS CLUSQMGR(*)

and i came face to face with the issue.

Which channels are in a running state? The CLUSSDR/CLUSRCVR channel pairs between the two FRs in CLUSTER_2, or the SDR/RCVR channel pairs between GATEWAY and the CLUSTER_2 FR it's connected to?
_________________
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
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » Clustering » cluster queue manager not getting connected to repository.
Jump to:  



You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.