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 » Can a QMgr, FR for 1 Cluster and a PR for other cluster?

Post new topic  Reply to topic
 Can a QMgr, FR for 1 Cluster and a PR for other cluster? « View previous topic :: View next topic » 
Author Message
Sam Uppu
PostPosted: Fri Feb 06, 2009 1:13 pm    Post subject: Can a QMgr, FR for 1 Cluster and a PR for other cluster? Reply with quote

Yatiri

Joined: 11 Nov 2008
Posts: 610

Here is our environment and design planning to implement: I need your thoughts and best approach to accomplish this.

MQ version 6 and SunOS.

We have 2 QMgrs, QM1 & QM2 in a cluster called CLUS1 and both QM1 & QM2 are full repository for the cluster CLUS1.

There is another cluster called CLUS2 in which there are 3 QMgrs, QM3, QM4 & QM5.
QM3, QM4 are full repositories for the second cluster CLUS2.

Now, the QMgrs QM1 & QM2 in first cluster(CLUS1) need to talk to QMgrs, QM3 & QM4 in second cluster(CLUS2).

Question:

As QM3 & QM4 are already full repositories for CLUS2, is that OK for QM3 & QM4 to participate in CLUS1 as PRs?. Will there be any performance issues?. Any better approach?.

Thanks.
Back to top
View user's profile Send private message
exerk
PostPosted: Fri Feb 06, 2009 2:52 pm    Post subject: Re: Can a QMgr, FR for 1 Cluster and a PR for other cluster? Reply with quote

Jedi Council

Joined: 02 Nov 2006
Posts: 6339

Sam Uppu wrote:
Question:

As QM3 & QM4 are already full repositories for CLUS2, is that OK for QM3 & QM4 to participate in CLUS1 as PRs?. Will there be any performance issues?. Any better approach?


Yes to the first part, no to the second part, and depends on what your requirements are for the third part. Is there an absolute necessity to maintain two separate clusters, or can they be combined?
_________________
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: Sat Feb 07, 2009 3:21 am    Post subject: Reply with quote

Grand High Poobah

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

You'll need to keep one eye on topology if the purpose of this is to segrigate the 2 clusters, but it's not a serious issue.

Is there a better way? It depends (as my associate points out) exactly what you're trying to achieve.
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
bruce2359
PostPosted: Sat Feb 07, 2009 9:00 am    Post subject: Reply with quote

Poobah

Joined: 05 Jan 2008
Posts: 9469
Location: US: west coast, almost. Otherwise, enroute.

Two qmgr attributes are involved in FR vs. PR: repos( ) and reposnl( ).

Repos( ) indicates that this qmgr is a FR for the cluster named in the parentheses). Reposnl ( ) names the clusters that this qmgr will be an FR.

Additionally, object definitions have similar attributes that defines to which clusters, if any, the object will be known.

So, yes, a qmgr can be an FR and a PR.
_________________
I like deadlines. I like to wave as they pass by.
ב''ה
Lex Orandi, Lex Credendi, Lex Vivendi. As we Worship, So we Believe, So we Live.
Back to top
View user's profile Send private message
Sam Uppu
PostPosted: Mon Feb 09, 2009 6:59 am    Post subject: Reply with quote

Yatiri

Joined: 11 Nov 2008
Posts: 610

bruce2359 wrote:
Two qmgr attributes are involved in FR vs. PR: repos( ) and reposnl( ).

Repos( ) indicates that this qmgr is a FR for the cluster named in the parentheses). Reposnl ( ) names the clusters that this qmgr will be an FR.

Additionally, object definitions have similar attributes that defines to which clusters, if any, the object will be known.

So, yes, a qmgr can be an FR and a PR.


Thanks everyone for your valuable suggestions.

One more thing to clarify:
For the QMgrs, QM3 & QM4, I want to use a single receiver channel with the CLUSNL attribute. If we define a single receiver channel for both the clusters, does this affect any of the cluster performance wise or any other reason?.

I will create a Namelist with 2 clusters and provide it in the CLUSNL of receiver channel.

I know it is advisable to use two seperate receiver channels for each cluster, CLUS1 & CLUS2.

We are following a naming standard for our channels what we define. If we define two receiver channels, then we have to name the receiver channels with 2 different names which we need to think of. If there is no impact of using single receiver channel for both QM3 and QM4 by using CLUSNL, we no need to think of new naming standard.

Please let me know the negative sides of using single receiver channel for the QMgrs, QM3 & QM4 which involves in both the clusters, CLUS1 & CLUS2.
Back to top
View user's profile Send private message
exerk
PostPosted: Mon Feb 09, 2009 7:13 am    Post subject: Reply with quote

Jedi Council

Joined: 02 Nov 2006
Posts: 6339

As regards a naming standard, what is wrong with: TO.QM1.CLUS1 and TO.QM1.CLUS2 - just as an example.

I have seen, first hand, the problems that can be encountered by namelisting cluster channels
_________________
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 Feb 09, 2009 7:30 am    Post subject: Reply with quote

Grand High Poobah

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

exerk wrote:
As regards a naming standard, what is wrong with: TO.QM1.CLUS1 and TO.QM1.CLUS2 - just as an example.


There's a reason IBM use this naming convention in the Cluster manual.
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
exerk
PostPosted: Mon Feb 09, 2009 7:45 am    Post subject: Reply with quote

Jedi Council

Joined: 02 Nov 2006
Posts: 6339

Vitor wrote:
exerk wrote:
As regards a naming standard, what is wrong with: TO.QM1.CLUS1 and TO.QM1.CLUS2 - just as an example.


There's a reason IBM use this naming convention in the Cluster manual.


Just for a change, I didn't just want to quote the manual at him - I must be mellowing!
_________________
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 Feb 09, 2009 7:52 am    Post subject: Reply with quote

Grand High Poobah

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

exerk wrote:
Just for a change, I didn't just want to quote the manual at him


This from someone with a picture of the infocenter link as a signature.
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
Sam Uppu
PostPosted: Mon Feb 09, 2009 8:42 am    Post subject: Reply with quote

Yatiri

Joined: 11 Nov 2008
Posts: 610

exerk wrote:
As regards a naming standard, what is wrong with: TO.QM1.CLUS1 and TO.QM1.CLUS2 - just as an example.

I have seen, first hand, the problems that can be encountered by namelisting cluster channels


Can you elaborate a little bit on the problems which we or you encoutered by using namelist in the chanel?. That would help me my management to push towards defining 2 seperate receiver channels.

I dont see anywhere mentioned in the IBM document regarding problems in using namelist.

thanks.
Back to top
View user's profile Send private message
exerk
PostPosted: Mon Feb 09, 2009 8:49 am    Post subject: Reply with quote

Jedi Council

Joined: 02 Nov 2006
Posts: 6339

Have a look at the 01/2009 challenge question, there is a great example of something that started off small, which snowballed into a nightmare.

As far as my safe working practices go, I only ever namelist queues or FR's - unless the customer insists of course. Separate cluster channels makes for ease of maintenance, fault finding, and sleep-filled nights.
_________________
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 » Can a QMgr, FR for 1 Cluster and a PR for other cluster?
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.