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 » (Urgent query) How to skew load between 2 cluster qmgrs?

Post new topic  Reply to topic
 (Urgent query) How to skew load between 2 cluster qmgrs? « View previous topic :: View next topic » 
Author Message
zhanghz
PostPosted: Wed Dec 02, 2009 12:35 am    Post subject: (Urgent query) How to skew load between 2 cluster qmgrs? Reply with quote

Disciple

Joined: 17 Jun 2008
Posts: 186

Hi guys,

Please excuse this post of mine, I have no time to search through the forum and I was asked to report to management in 2-3 hours time.

Basically the question is how to skew load between 2 cluster qmgrs.

I have sent the following to IBM MQ support. Please anyone advise too.

Quote:
We have a MQ cluster. 2 full repository qmgrs are on z/OS, 4 partial repository qmgrs are on AIX. Messages will come from AIX to some cluster queue in z/OS qmgrs. We want to skew the load between the 2 full repository qmgrs on z/OS, which parameters can we change in the definition of the cluster queue in the 2 qmgrs on z/OS? What kind of skewness can we achieve by doing this? Can the skewness be controlled, say I want 60% of messages coming to the cluster queue go to qmgr 1 on z/OS and the other 40% to qmgr 2 on z/OS?


Thanks!
Back to top
View user's profile Send private message
AkankshA
PostPosted: Wed Dec 02, 2009 12:38 am    Post subject: Re: (Urgent query) How to skew load between 2 cluster qmgrs? Reply with quote

Grand Master

Joined: 12 Jan 2006
Posts: 1494
Location: Singapore

We have a MQ cluster. 2 full repository qmgrs are on z/OS, 4 partial repository qmgrs are on AIX. Messages will come from AIX to some cluster queue in z/OS qmgrs. We want to skew the load between the 2 full repository qmgrs on z/OS, which parameters can we change in the definition of the cluster queue in the 2 qmgrs on z/OS?

ensure that application queue exists on both the queue managers as a cluster queue....

What kind of skewness can we achieve by doing this? Can the skewness be controlled, say I want 60% of messages coming to the cluster queue go to qmgr 1 on z/OS and the other 40% to qmgr 2 on z/OS?

yes you can
_________________
Cheers
Back to top
View user's profile Send private message Visit poster's website
Gaya3
PostPosted: Wed Dec 02, 2009 12:43 am    Post subject: Reply with quote

Jedi

Joined: 12 Sep 2006
Posts: 2493
Location: Boston, US

Go through this...

it gives a good over view,

http://www-01.ibm.com/support/docview.wss?uid=swg21229905

let us know if you are looking some thing other than this.
_________________
Regards
Gayathri
-----------------------------------------------
Do Something Before you Die
Back to top
View user's profile Send private message
exerk
PostPosted: Wed Dec 02, 2009 12:50 am    Post subject: Reply with quote

Jedi Council

Joined: 02 Nov 2006
Posts: 6339

As time is pressing, try HERE.

Gaya3, when time is pressing please try and be a bit more specific...
_________________
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
Gaya3
PostPosted: Wed Dec 02, 2009 12:55 am    Post subject: Reply with quote

Jedi

Joined: 12 Sep 2006
Posts: 2493
Location: Boston, US

exerk wrote:

Gaya3, when time is pressing please try and be a bit more specific...


it depends, what type of load balancing the person requires, he/she should know the basics first then it will be good to dig in to the matter rather than pointing to the Solution.

from his question itself i can make out he is a new comer to MQ Field.
_________________
Regards
Gayathri
-----------------------------------------------
Do Something Before you Die
Back to top
View user's profile Send private message
vmcgloin
PostPosted: Wed Dec 02, 2009 12:59 am    Post subject: Reply with quote

Knight

Joined: 04 Apr 2002
Posts: 560
Location: Scotland

CLWLWGHT channel attribute will allow the kind of distribution required rather than the CLWLPRTY queue attribute that the last link points to - but they are closely enough related that I guess you will have seen that.
Back to top
View user's profile Send private message
exerk
PostPosted: Wed Dec 02, 2009 1:03 am    Post subject: Reply with quote

Jedi Council

Joined: 02 Nov 2006
Posts: 6339

Gaya3 wrote:
...it depends, what type of load balancing the person requires...


zhanghz wrote:
...I want 60% of messages coming to the cluster queue go to qmgr 1 on z/OS and the other 40% to qmgr 2...


Gaya3 wrote:
...he/she should know the basics first then it will be good to dig in to the matter rather than pointing to the Solution.

from his question itself i can make out he is a new comer to MQ Field.


Sometimes the answer is needed (time dependency) and then the individual can then reflect on the how and why - we've all been in the situation of having the alligators snapping at our heels.
_________________
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
exerk
PostPosted: Wed Dec 02, 2009 1:04 am    Post subject: Reply with quote

Jedi Council

Joined: 02 Nov 2006
Posts: 6339

vmcgloin wrote:
CLWLWGHT channel attribute will allow the kind of distribution required rather than the CLWLPRTY queue attribute that the last link points to - but they are closely enough related that I guess you will have seen that.


Doh! another senior moment! I know what I meant, it just wasn't what I wrote
_________________
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
AkankshA
PostPosted: Wed Dec 02, 2009 1:09 am    Post subject: Reply with quote

Grand Master

Joined: 12 Jan 2006
Posts: 1494
Location: Singapore

vmcgloin wrote:
CLWLWGHT channel attribute will allow the kind of distribution required rather than the CLWLPRTY queue attribute that the last link points to - but they are closely enough related that I guess you will have seen that.


yups

guess exerk forgot to update the link..

anyways exact link is here

http://publib.boulder.ibm.com/infocenter/wmqv7/v7r0/topic/com.ibm.mq.csqzah.doc/qc13060_.htm
_________________
Cheers
Back to top
View user's profile Send private message Visit poster's website
zhanghz
PostPosted: Wed Dec 02, 2009 1:52 am    Post subject: Reply with quote

Disciple

Joined: 17 Jun 2008
Posts: 186

great great thanks, guys!!! I will look into CLWLWGHT now
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 » (Urgent query) How to skew load between 2 cluster qmgrs?
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.