Author |
Message
|
belchman |
Posted: Tue Apr 22, 2008 7:54 am Post subject: MQ for Linux on Z-series box |
|
|
Partisan
Joined: 31 Mar 2006 Posts: 386 Location: Ohio, USA
|
I am looking for "how-it-works" information regarding MQ for Linux running on z-Series box.
Does anyone know of any docs to point me to, to discover how this will work?
I need to know things like:
Can a z/OS qmgr and a linux qmgr from on the same z-zeries box?
What happems to XXMSTR and xxCHIN tasks, etc?
What types of implementations any of you have where you are using Linux on mainframe?
We currently run only z/OS MQ on mainframe with no client connections to mainframe qmgrs. All client connections are via a distributed gateway.
Danke _________________ Make three correct guesses consecutively and you will establish a reputation as an expert. ~ Laurence J. Peter |
|
Back to top |
|
 |
Michael Dag |
Posted: Tue Apr 22, 2008 8:40 am Post subject: |
|
|
 Jedi Knight
Joined: 13 Jun 2002 Posts: 2607 Location: The Netherlands (Amsterdam)
|
|
Back to top |
|
 |
Michael Dag |
Posted: Wed Apr 23, 2008 8:39 am Post subject: |
|
|
 Jedi Knight
Joined: 13 Jun 2002 Posts: 2607 Location: The Netherlands (Amsterdam)
|
|
Back to top |
|
 |
belchman |
Posted: Wed Apr 23, 2008 9:24 am Post subject: |
|
|
Partisan
Joined: 31 Mar 2006 Posts: 386 Location: Ohio, USA
|
Thanks Michael. I will take a gander.
I am still searching to the end of the Internet for other info.
The current poser I am wrestling with is...
Can we somehow replace our z/OS queue manager that acts as a service entry point into backend CICS business services? We have the CICS adapter running to look at init queues on z/OS and I am trying to determine if the CICS adapter will work with MQ on Linux in the same fashion.
If anyone knows that this thought process is a waste of time, please tell me so I will give up and I will concede that we will always need the z/OS qmgr to support triggering. _________________ Make three correct guesses consecutively and you will establish a reputation as an expert. ~ Laurence J. Peter |
|
Back to top |
|
 |
markt |
Posted: Wed Apr 23, 2008 9:30 am Post subject: |
|
|
 Knight
Joined: 14 May 2002 Posts: 508
|
CICS has to talk to a local qmgr. Which means it cannot be a client to a zLinux system.
Think of a zLinux qmgr as identical to AIX, Windows, Solaris etc. It is the same code.
It happens to execute on the same physical box as z/OS (and can therefore use hipersockets for inter-qmgr channels). But apart from that, there's no relationship. |
|
Back to top |
|
 |
jefflowrey |
Posted: Wed Apr 23, 2008 9:31 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
No, you can't get the same functional interactions with CICS from a queue manager running on zLinux - as zLinux is an entirely separate LPAR.
CICS would have to establish a client connection to the zLinux queue manager... and you'd therefore lose your transactionality. Plus, it's not really possible I believe. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
belchman |
Posted: Wed Apr 23, 2008 9:36 am Post subject: |
|
|
Partisan
Joined: 31 Mar 2006 Posts: 386 Location: Ohio, USA
|
Thank you Jeff and Mark...
It was becoming quite difficult to prove this not ... _________________ Make three correct guesses consecutively and you will establish a reputation as an expert. ~ Laurence J. Peter |
|
Back to top |
|
 |
bruce2359 |
Posted: Wed Apr 23, 2008 10:53 am Post subject: |
|
|
 Poobah
Joined: 05 Jan 2008 Posts: 9469 Location: US: west coast, almost. Otherwise, enroute.
|
Quote: |
CICS has to talk to a local qmgr. Which means it cannot be a client to a zLinux system. |
Which means both cics and the qmgr must be running in the same lpar. _________________ 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 |
|
 |
|