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 » IBM MQ with RedHat Cluster Services - Deployment Guide

Post new topic  Reply to topic
 IBM MQ with RedHat Cluster Services - Deployment Guide « View previous topic :: View next topic » 
Author Message
MQWays
PostPosted: Sat Nov 01, 2008 8:24 am    Post subject: IBM MQ with RedHat Cluster Services - Deployment Guide Reply with quote

Acolyte

Joined: 20 Jan 2008
Posts: 61

Hi,

Is there any case study/configuration guide available for an MQ HA Solution with RedHat Cluster services.

Regards.
Back to top
View user's profile Send private message
bamboozled_by_MQ
PostPosted: Fri Jun 12, 2009 9:22 am    Post subject: Reply with quote

Voyager

Joined: 07 Jan 2004
Posts: 75

We are taking a look also at using either Veritas CS or RedHat Cluster Services for how Websphere Message broker HA solution.

Anyone know where to find information on the Red Hat Clustering Services for MQ/Broker??

thx
Back to top
View user's profile Send private message
PeterPotkay
PostPosted: Fri Jun 12, 2009 9:27 am    Post subject: Reply with quote

Poobah

Joined: 15 May 2001
Posts: 7722

bamboozled_by_MQ wrote:

Anyone know where to find information on the Red Hat Clustering Services for MQ/Broker??


No such animal exists.
_________________
Peter Potkay
Keep Calm and MQ On
Back to top
View user's profile Send private message
duncan.scarth
PostPosted: Tue Feb 16, 2010 3:51 am    Post subject: Reply with quote

Newbie

Joined: 16 Feb 2010
Posts: 1

No such animal exists - do you mean that no documentation exists or that MQ running uner RHCS is not a supported configuration ?
Back to top
View user's profile Send private message
PeterPotkay
PostPosted: Tue Feb 16, 2010 6:59 pm    Post subject: Reply with quote

Poobah

Joined: 15 May 2001
Posts: 7722

When we looked to do this in 2008 I could not find any documentation. Whether some doc exists today or not I don't know. Back then RHEL did not have an agent for MQ or WMB.

Technically, IBM only supports MSCS on Windows as a hardware clustering solution for MQ.

But they will support you on officially supported hardware and O/S if the problem can be replicated outside of the hardware clustering solution you do choose.

You should search on Support Pack MC91, ignore the fact that it is "withdrawn". As a Cat 2 Support Pack it was never supported anyway.

If you are MQ 7.0.1.*, research Multi Instance Queue Managers as a potential alternative to a real hardware cluster solution.
_________________
Peter Potkay
Keep Calm and MQ On
Back to top
View user's profile Send private message
run
PostPosted: Mon Nov 22, 2010 11:42 am    Post subject: Reply with quote

Apprentice

Joined: 14 May 2007
Posts: 45
Location: Newyork, USA

I know this post is about 8 months old but, any updates

Just started to explore on this option: If anybody had implemented MQ7 Multi-Instance Queue manager HA(ACTIVE/ACTIVE) using Red Hat Cluster Suite if so. Please point to any suggested sources and document links to set this thing up.

Will be of great help


Thanks
Back to top
View user's profile Send private message
exerk
PostPosted: Mon Nov 22, 2010 1:51 pm    Post subject: Reply with quote

Jedi Council

Joined: 02 Nov 2006
Posts: 6339

run wrote:
I know this post is about 8 months old but, any updates

Just started to explore on this option: If anybody had implemented MQ7 Multi-Instance Queue manager HA(ACTIVE/ACTIVE) using Red Hat Cluster Suite if so. Please point to any suggested sources and document links to set this thing up.

Will be of great help


Thanks


Multi-instance is different from hardware clustering, so don't confuse the two. The Info Centre contains examples of how to set up an MI queue manager, funnily enough using Linux, so give it a look-over. Please note Mr. PeterPotkay's earlier post in regard to supported hardware clustering solutions.
_________________
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
run
PostPosted: Tue Nov 23, 2010 8:18 am    Post subject: Reply with quote

Apprentice

Joined: 14 May 2007
Posts: 45
Location: Newyork, USA

Thank you for the response.

To be more clear on what we are looking here is to setup Multi-Instance queue manager using NFS4 file system provided by EMC storage device. But we came across a situation where EMC uses mandatory file locking system rather than a advisory file(Leased based) locking system which is what required for MQ7 to work with NFS4 file system. IBM document says the NFS4 file system provides this but, EMC provided NFS4 file system is mandatory once.
http://www-01.ibm.com/support/docview.wss?rs=0&q1=multi-instance&uid=swg21433474&loc=en_US&cs=utf-8&cc=us&lang=en

Further, Our plan was to use the Multi Instance Queue manager and set up Two(active/passive) configuration on two servers failing over on to each other server(obviously having ports assigned differently when WMB comes into the picture,so that there is no conflict when both QM's are on one server at one given time).

We have tested this setup using NFS4server on a linux box connecting to a nsf4 file system on a SAN disk and it worked fine.

Now we are looking into the option of using Red Hat Cluster Suite for both (software/hardware fail over). Probably the link below might be applicable for only of one Multi-Instance queue manager but out requirement is to have two MIQM's.

http://publib.boulder.ibm.com/infocenter/wmqv7/v7r0/index.jsp?topic=/com.ibm.mq.amqzag.doc/fa70230_.htm

Please provide any further information on how this can be accomplished
Back to top
View user's profile Send private message
mqjeff
PostPosted: Tue Nov 23, 2010 8:28 am    Post subject: Reply with quote

Grand Master

Joined: 25 Jun 2008
Posts: 17447

I'm not sure what you mean by "two MIQMs".

If you want to achieve active/active configuration on two separate machines, you can create two separate queue managers that have the same logical setup. You can then make each QM an MI with the second instance being on the other machine.

This is really an overlapped active/passive setup. There is absolutely no way with any MQ level or HA technology to create a truly active-active queue manager. MQ just doesn't work that way.

So as long as you are thinking of "two MIQMS" as "one MIQM" and "another MIQM", then all setup is the same for each MIQM as it is for "one MIQM".
Back to top
View user's profile Send private message
run
PostPosted: Tue Nov 23, 2010 8:34 am    Post subject: Reply with quote

Apprentice

Joined: 14 May 2007
Posts: 45
Location: Newyork, USA

Two (MIQMs)Multi-Instance queue managers on two different servers failing over onto each other. Is this possible with red hat cluster suite. If so, any documentation will help. Thanks
Back to top
View user's profile Send private message
exerk
PostPosted: Tue Nov 23, 2010 8:50 am    Post subject: Reply with quote

Jedi Council

Joined: 02 Nov 2006
Posts: 6339

run wrote:
Two (MIQMs)Multi-Instance queue managers on two different servers failing over onto each other. Is this possible with red hat cluster suite. If so, any documentation will help. Thanks


Once more, and with feeling...no, what mqjeff has suggested to you is it. Why do you keep insisting on asking for documentation to do it with RHCS? If you cannot do fail-over of a queue manager under RHCS, why do you insist on thinking you can do it with MQ queue managers under RHCS?
_________________
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 » IBM MQ with RedHat Cluster Services - Deployment Guide
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.