Author |
Message
|
MQGuy2000 |
Posted: Wed Sep 27, 2006 9:30 am Post subject: WMB CLustering |
|
|
Centurion
Joined: 20 Jul 2003 Posts: 131
|
Hi
Is there any option to implement clustering with WMB/WBI? Like MQSeries has the CLustering support. Do we have similar support for Broker?
My understanding is that Broker does not support clusteriong (like MQ does) and we have to use third-party tools like Veritas. Any thoughts?
Thanks |
|
Back to top |
|
 |
jefflowrey |
Posted: Wed Sep 27, 2006 10:23 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
MQ clustering is *NOT* a failover solution.
A typical highly available Broker implementation looks like this:
Two machines under HA control (HACMP, Veritas, ServiceGuard, MSCS, etc.), in active-passive mode with a standby node (so four machines total).
On each machine, the following resources in a failover group:
Broker
MQ
(broker database)
Each Queue Manager for the broker is in an MQ cluster. This provides load-balancing of broker flows from the rest of the MQ network.
The configuration of a typical HA Broker environment on z/OS is completely different, though. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
MQGuy2000 |
Posted: Wed Sep 27, 2006 11:01 am Post subject: |
|
|
Centurion
Joined: 20 Jul 2003 Posts: 131
|
Thanks for your reply.
So HACMP is also like Veritas? Only that its provided by IBM. Does my statement make sense?
I am familiar with veritas and not others and hence this basic question. Thanks for your understanding. |
|
Back to top |
|
 |
Vitor |
Posted: Wed Sep 27, 2006 11:42 pm Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
MQGuy2000 wrote: |
So HACMP is also like Veritas? Only that its provided by IBM. Does my statement make sense?
|
Yes on all counts. Google for the specific features / similarities / differences.  _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
jboller001 |
Posted: Thu Nov 02, 2006 4:05 pm Post subject: |
|
|
 Apprentice
Joined: 31 May 2006 Posts: 40
|
I have an environment consisting of two servers, each with an active broker, that is load balanced through MQ clustering. Given this configuration, what benefit could be obtained by implementing HACMP?
From what I've read it seems like HACMP would only be beneficial if an active / passive approach was taken where you would want the passive broker to come up immediately if the active instance went down. Is this a true statement? |
|
Back to top |
|
 |
jefflowrey |
Posted: Thu Nov 02, 2006 5:21 pm Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
What if one broker goes down, and you are in the middle of peak processing, and one broker can't handle the load? _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
|