|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
ZOS Queue Manger to X86 Queue Manager Migration |
« View previous topic :: View next topic » |
Author |
Message
|
yshakraj |
Posted: Wed Feb 19, 2020 4:37 am Post subject: ZOS Queue Manger to X86 Queue Manager Migration |
|
|
 Voyager
Joined: 14 Sep 2011 Posts: 91
|
Hi All ,
I am working on a migration project -In which am asked to migrate a ZOS QM to x86 QM . For this I got a mqdump of the existing QM .
I came across a process like below ,
[code]
DEFINE PROCESS('MQPE') +
APPLTYPE(2) +
APPLICID('// JCLLIB ORDER=MSS.CNTL') +
USERDATA('//JS01 EXEC MQPE,QM=MQY1,Q='!'') +
REPLACE
[code]
I tried the same in x86 but its giving me error . Any idea how to fix this ?
This process is used in QLOCAL('SYSTEM.ADMIN.PERFM.EVENT') +
Thanks in advance
yshakraj |
|
Back to top |
|
 |
fjb_saper |
Posted: Wed Feb 19, 2020 5:15 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
The APPICID AND USERDATA as you can see are all specific to zOS. You would need to change that queue to a remote queue sending the message to a zOS queue manager to process.
The other option, of course would be to create the equivalent process in x86 and trigger the queue accordingly to the x86 process.
Have fun  _________________ MQ & Broker admin |
|
Back to top |
|
 |
bruce2359 |
Posted: Wed Feb 19, 2020 6:08 am Post subject: |
|
|
 Poobah
Joined: 05 Jan 2008 Posts: 9469 Location: US: west coast, almost. Otherwise, enroute.
|
APPLTYPE value of 2 indicates MVS. MVS o/s implements a variety types of work (CICS, IMS, batch JCL/PROCs).
If your intention is to move the work accomplished on MVS to Windows/UNIX o/s’s, then you will my need to construct the equivalent shell scripts, and port the application(s) from MVS to the destination o/s.
Or, will the work remain on MVS, but be driven from/by the midrange qmgr?
What precisely is the requirement? If you are not MVS trained, you will need to find someone who is. _________________ 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 |
|
 |
hughson |
Posted: Thu Feb 20, 2020 1:43 am Post subject: Re: ZOS Queue Manger to X86 Queue Manager Migration |
|
|
 Padawan
Joined: 09 May 2013 Posts: 1959 Location: Bay of Plenty, New Zealand
|
yshakraj wrote: |
This process is used in QLOCAL('SYSTEM.ADMIN.PERFM.EVENT') |
Do you mean that when a message arrives on the SYSTEM.ADMIN.PERFM.EVENT queue, this application is triggered?
What application do you have available to process event messages in your x86 environment? You could trigger than one instead.
Learn what it is that the application described in the PROCESS object does, and ensure that your replacement application on the x86 environment can do the same.
Cheers,
Morag _________________ Morag Hughson @MoragHughson
IBM MQ Technical Education Specialist
Get your IBM MQ training here!
MQGem Software |
|
Back to top |
|
 |
gbaddeley |
Posted: Thu Feb 20, 2020 2:41 pm Post subject: |
|
|
 Jedi Knight
Joined: 25 Mar 2003 Posts: 2538 Location: Melbourne, Australia
|
In the migration, you will also encounter Storage Classes. These are not applicable to MQ on Windows or UNIX platforms, as all local queues share the same disk storage structure.
The Recovery Logging mechanism is also quite different, so you will need to consider Linear versus Circular, and the number and size of Primary log files and Secondary log files. _________________ Glenn |
|
Back to top |
|
 |
yshakraj |
Posted: Sat Feb 22, 2020 10:00 am Post subject: |
|
|
 Voyager
Joined: 14 Sep 2011 Posts: 91
|
Thanks all for your reply . I haven't figured out the equivalent in x86 , but definitely update once I have solved this, now i have a way forward .
Thanks again ,
yshakraj |
|
Back to top |
|
 |
yshakraj |
Posted: Fri Feb 28, 2020 2:16 am Post subject: |
|
|
 Voyager
Joined: 14 Sep 2011 Posts: 91
|
Hi All ,
I wanted to ask - Is there any guieline /document to be followed for migrating ZOS QM to X86 one ?
Thanks in advance ,
Vyshak |
|
Back to top |
|
 |
bruce2359 |
Posted: Fri Feb 28, 2020 5:48 am Post subject: |
|
|
 Poobah
Joined: 05 Jan 2008 Posts: 9469 Location: US: west coast, almost. Otherwise, enroute.
|
yshakraj wrote: |
I wanted to ask - Is there any guieline /document to be followed for migrating ZOS QM to X86 one ? |
Not that I’m aware of.
Do you have z/OS experience? Do you understand JCL (the z/OS batch scripting language)? What is your MQ skill level?
I’d begin by exporting the z/OS qmgr object definitions, then importing them into your Windows qmgr, then resolve the errors you observe.
IBM products have error message ids that you can look up in the KC or downloadable .pdf manuals. z/OS MQ messages are in the form of CSQnnnnn. Midrange MQ messages are AMQnnnnn. _________________ 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 |
|
 |
|
|
 |
|
Page 1 of 1 |
|
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
|
|
|
|