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 » General IBM MQ Support » One FR cluster and Backout q as cluster q

Post new topic  Reply to topic
 One FR cluster and Backout q as cluster q « View previous topic :: View next topic » 
Author Message
jeevan
PostPosted: Fri Dec 14, 2007 11:04 am    Post subject: One FR cluster and Backout q as cluster q Reply with quote

Grand Master

Joined: 12 Nov 2005
Posts: 1432

I have two questions:

First of all, can we make a backout queue as cluster queue? I think it shoud be okay but my manager wants to be sure it can be done or someone has done it. so I want to be sure it can be done and works.

Second questions, I am working on setting up a backout queue in a two mqgr cluster scenario. The cluster has been set by my predecessor. It has only one FR.


I create a queue both in FR and the PR. Made them as cluster queue ( this is basically for testing). But I can not see the queue as a cluster queue in another queue manager.

One thing I am wondering is that, there is not to.pr cluster receiver channel but there is not channel from fr to pr. FR has two channels:

one clusrcvr - to.fr
another clussdr channel to.fr again
in pr there is one two channel one to itself and another to fr. My questions, should not we have to have sdr channel to pr from fr like to.pr ( from fr as clussdr)?

I have never worked in one fr queue manager cluster so wondering.

I would appreicate your response

thanks
Back to top
View user's profile Send private message
EddieA
PostPosted: Fri Dec 14, 2007 12:51 pm    Post subject: Re: One FR cluster and Backout q as cluster q Reply with quote

Jedi

Joined: 28 Jun 2001
Posts: 2453
Location: Los Angeles

jeevan wrote:
First of all, can we make a backout queue as cluster queue? I think it shoud be okay but my manager wants to be sure it can be done or someone has done it. so I want to be sure it can be done and works.

Yes. But why don't you just try it, and see.
jeevan wrote:

I create a queue both in FR and the PR. Made them as cluster queue ( this is basically for testing). But I can not see the queue as a cluster queue in another queue manager.

Until an application running on the "other" QM references the queue, it won't be visible.

Cheers,
_________________
Eddie Atherton
IBM Certified Solution Developer - WebSphere Message Broker V6.1
IBM Certified Solution Developer - WebSphere Message Broker V7.0
Back to top
View user's profile Send private message
jeevan
PostPosted: Fri Dec 14, 2007 1:36 pm    Post subject: Reply with quote

Grand Master

Joined: 12 Nov 2005
Posts: 1432

Does not it work just putting a message on that ( these) queue? I put a message on the queue going to the local version of the queue. But still the other queue manager does not show it up.

Is there any thing I missed ?

Thanks
Back to top
View user's profile Send private message
fjb_saper
PostPosted: Fri Dec 14, 2007 7:04 pm    Post subject: Reply with quote

Grand High Poobah

Joined: 18 Nov 2003
Posts: 20756
Location: LI,NY

jeevan

Can you please go to the PR and run:
dis clusqmgr(*)

I suspect your cluster is not fully operational... that would especially be the case if you have a ref to a temp qmgr in the response list.

Enjoy
_________________
MQ & Broker admin
Back to top
View user's profile Send private message Send e-mail
Nigelg
PostPosted: Sun Dec 16, 2007 10:11 pm    Post subject: Reply with quote

Grand Master

Joined: 02 Aug 2004
Posts: 1046

Quote:
Until an application running on the "other" QM references the queue, it won't be visible


You have not done that yet.
_________________
MQSeries.net helps those who help themselves..
Back to top
View user's profile Send private message
JosephGramig
PostPosted: Mon Dec 17, 2007 6:04 am    Post subject: Reply with quote

Grand Master

Joined: 09 Feb 2006
Posts: 1244
Location: Gold Coast of Florida, USA

Well, if you only have two QMGRs, then you should reconsider your decision to cluster them.

You need to document the architectural decision to cluster them (write down why it is thought to be a good idea to do that). If you cannot do this and have it sound like a good idea, then it probably is not.

If you cannot have two full repositories (which should explicitly point at one another), then WMQ Clustering is probably not beneficial.
_________________
Joseph
Administrator - IBM WebSphere MQ (WMQ) V6.0, IBM WebSphere Message Broker (WMB) V6.1 & V6.0
Solution Designer - WMQ V6.0
Solution Developer - WMB V6.1 & V6.0, WMQ V5.3
Back to top
View user's profile Send private message AIM Address
jeevan
PostPosted: Mon Dec 17, 2007 9:40 am    Post subject: Reply with quote

Grand Master

Joined: 12 Nov 2005
Posts: 1432

JosephGramig wrote:
Well, if you only have two QMGRs, then you should reconsider your decision to cluster them.

You need to document the architectural decision to cluster them (write down why it is thought to be a good idea to do that). If you cannot do this and have it sound like a good idea, then it probably is not.

If you cannot have two full repositories (which should explicitly point at one another), then WMQ Clustering is probably not beneficial.


I agree with you but I have just joined to them and they have a plan to migrate( still in MQ 5.3.11) in few months time. I have not had chance to see their new plan yet.
Back to top
View user's profile Send private message
jeevan
PostPosted: Mon Dec 17, 2007 10:32 pm    Post subject: Reply with quote

Grand Master

Joined: 12 Nov 2005
Posts: 1432

I have some update.

In fact, there are two qmgrs besides one FR. We created one queue in each of the PR qmgr. these queues are visible from FR. But when we try to put message from PR to cluster queue associated to another PR, we can not do it.

We checked channels, channels are running. I tried to put the message connecting to to PR one after another but it says, 2085, object not available. We can put message connecting to FR, but still we can not see these queue from PR.

We are wondering what happened. Any suggestion?

thanks
Back to top
View user's profile Send private message
Vitor
PostPosted: Tue Dec 18, 2007 1:29 am    Post subject: Reply with quote

Grand High Poobah

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

fjb_saper wrote:
Can you please go to the PR and run:
dis clusqmgr(*)

I suspect your cluster is not fully operational... that would especially be the case if you have a ref to a temp qmgr in the response list.


Did you do this? What was the result?

It sounds to me as well that the cluster is not fully opperational. You need to be checking that first.
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
jeevan
PostPosted: Tue Dec 18, 2007 9:26 am    Post subject: Reply with quote

Grand Master

Joined: 12 Nov 2005
Posts: 1432

Thsi is the exact output except the name changed.

AMQ8441: Display Cluster Queue Manager details.
CLUSQMGR(MXXXXXx6A) CLUSTER(CLUS)
CHANNEL(TO.MQxxxx6A)
AMQ8441: Display Cluster Queue Manager details.
CLUSQMGR(XQPOSE6A) CLUSTER(CLUS)
CHANNEL(TO.XXXXXXXA)
AMQ8441: Display Cluster Queue Manager details.
CLUSQMGR(XQXXXXXXXB) CLUSTER(CLUS)
CHANNEL(TO.XXXXXXXB)


The qmgr on windows is FR. Two other qmgrs on Solaris 9 boxes are PR. The cluster queues are created in each of the PR. both of these queues are seen in FR but not in PR.

I am working on it this morning again, Let you know what happens.

Thanks a lot
Back to top
View user's profile Send private message
jefflowrey
PostPosted: Tue Dec 18, 2007 10:09 am    Post subject: Reply with quote

Grand Poobah

Joined: 16 Oct 2002
Posts: 19981

Nigelg wrote:
Quote:
Until an application running on the "other" QM references the queue, it won't be visible


You have not done that yet.


You won't "see" qclusters on PRs until someone has tried to use them - if the queue behind the qcluster is not locally defined.
_________________
I am *not* the model of the modern major general.
Back to top
View user's profile Send private message
jeevan
PostPosted: Tue Dec 18, 2007 3:05 pm    Post subject: Reply with quote

Grand Master

Joined: 12 Nov 2005
Posts: 1432

Jeff,

Though we found that, that parciular cluster ( or qmgr) not sure yet, have problem, as we could do that in another cluster. Basically, when we define a cluster queue and put message and refresh the cluster ( not sure does it requrie or not) we can see the queue. Also, we would be able to put the mesage regardless, we can see the queue or not. That was my whole point. Because in this particular case, we were not able to do this.

Today, we did a similar setup in another test cluster and we were able to put the message into cluster queue, once it was created in one of the PRs/FR ( we tried both creating in FR and PR and in both case, it worked fine.).

We are still not sure what was /is causing the problem in that particular cluster.

Thank you all of those who provided suggestions/feedback.
Back to top
View user's profile Send private message
fjb_saper
PostPosted: Tue Dec 18, 2007 3:11 pm    Post subject: Reply with quote

Grand High Poobah

Joined: 18 Nov 2003
Posts: 20756
Location: LI,NY

Could be that the chl status is having problems either between PF-FR/FR-PR or PR-PR.

You will have to check the channel status
_________________
MQ & Broker admin
Back to top
View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » General IBM MQ Support » One FR cluster and Backout q as cluster q
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.