Author |
Message
|
santnmq |
Posted: Mon May 23, 2011 3:14 am Post subject: Multi-Instance qmgr setup involving z/OS and UNIX |
|
|
Centurion
Joined: 11 Jan 2011 Posts: 125
|
As part of the new requirement, I have to setup a High Available MQ environment to send messages from the z/OS platform to UNIX platform.
z/OS and UNIX platforms have MQ V7.0.1
I am planning to use Multi-Instance queue manager feature which was introduced in 7.0.1. Two UNIX systems will have Active and Standby instance of the queue manager. The IP address of both these UNIX systems will be updated in the sender channel(ie. 'host1(1414),host2(1414)') at the z/OS queue manager.
My query is, whether this kind of setup between z/OS and UNIX will work, and do we need to perform any additional step in case of failover?
I think that it will be automatic fail-over to standby server and we don't need to modify anything at z/OS end to send message to the standby server.
Your thoughts on this please. |
|
Back to top |
|
 |
ramires |
Posted: Mon May 23, 2011 3:41 am Post subject: |
|
|
Knight
Joined: 24 Jun 2001 Posts: 523 Location: Portugal - Lisboa
|
I did that between a MQ z/OS and a MI queue manager on Windows, it works ok (until now ) This is test system. You need to be sure MQ on z&OS is at level 7.0.1. _________________ Obrigado / Thanks you |
|
Back to top |
|
 |
exerk |
Posted: Mon May 23, 2011 4:04 am Post subject: |
|
|
 Jedi Council
Joined: 02 Nov 2006 Posts: 6339
|
ramires wrote: |
...You need to be sure MQ on z&OS is at level 7.0.1. |
santnmq wrote: |
...z/OS and UNIX platforms have MQ V7.0.1 |
_________________ 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 |
|
 |
ramires |
Posted: Mon May 23, 2011 4:18 am Post subject: |
|
|
Knight
Joined: 24 Jun 2001 Posts: 523 Location: Portugal - Lisboa
|
exerk wrote: |
ramires wrote: |
...You need to be sure MQ on z&OS is at level 7.0.1. |
santnmq wrote: |
...z/OS and UNIX platforms have MQ V7.0.1 |
|
ops, right, Thanks!!
I had Win already at 7.0.1 level, and my first try was with MQ z/OS 7.0.0 and it didn't work, I had to install 7.0.1 on z/OS. _________________ Obrigado / Thanks you |
|
Back to top |
|
 |
santnmq |
Posted: Mon May 23, 2011 9:18 pm Post subject: |
|
|
Centurion
Joined: 11 Jan 2011 Posts: 125
|
Thanks for your reply.....
I think, if it has worked between Win and z/OS, it should also work between z/OS and UNIX.
I was a bit confused because at Information Center, it was mentioned that z/OS does'nt supprt MI as it already have Queue sharing groups for this purpose.
Could you please also let me know what all steps you followed on z/OS to complete this setup.... |
|
Back to top |
|
 |
exerk |
Posted: Mon May 23, 2011 10:55 pm Post subject: |
|
|
 Jedi Council
Joined: 02 Nov 2006 Posts: 6339
|
santnmq wrote: |
Thanks for your reply.....
I think, if it has worked between Win and z/OS, it should also work between z/OS and UNIX.
I was a bit confused because at Information Center, it was mentioned that z/OS does'nt supprt MI as it already have Queue sharing groups for this purpose.
Could you please also let me know what all steps you followed on z/OS to complete this setup.... |
z/OS uses Queue Sharing Groups therefore implementing MI queue managers on that platform in the same manner as other platforms would have been a redundant, and retrograde, step. If you have updated the SDR channel on z/OS there is nothing more you can do other than a 'confidence' check that it works as advertised. _________________ 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 |
|
 |
zpat |
Posted: Mon May 23, 2011 11:44 pm Post subject: |
|
|
 Jedi Council
Joined: 19 May 2001 Posts: 5866 Location: UK
|
There is a difference between communication with a MI queue manager and actually being one of the MI queue managers.
Sounds like your z/OS just connects to a MI queue manager. All it will need to support is the use of multiple host names in the channel connection string. |
|
Back to top |
|
 |
santnmq |
Posted: Tue May 24, 2011 2:35 am Post subject: |
|
|
Centurion
Joined: 11 Jan 2011 Posts: 125
|
Thank you all for your support. I am now confident to go ahead and build this setup. |
|
Back to top |
|
 |
|