Author |
Message
|
gwt1982 |
Posted: Wed Mar 06, 2013 3:27 am Post subject: Where channel information is stored in WMQv5.3? |
|
|
Newbie
Joined: 06 Mar 2013 Posts: 1
|
Hi,
Can someone tell me, where Channel information is stored in MQ 5.3 version. How can find out channel and listener information, if Queue Manager is Down in MQ5.3 version.
Thanks,
Gowtham. |
|
Back to top |
|
 |
mqjeff |
Posted: Wed Mar 06, 2013 4:56 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
It's stored in the queue manager configuration, which is stored in the queue manager private files which are built using an internal and private and undocumented formats.
Best of luck! |
|
Back to top |
|
 |
Mr Butcher |
Posted: Wed Mar 06, 2013 5:14 am Post subject: |
|
|
 Padawan
Joined: 23 May 2005 Posts: 1716
|
Some of the information you are looking for is stored in pageset 0. Use csqutil to access it when the queuemanager is down  _________________ Regards, Butcher |
|
Back to top |
|
 |
mqjeff |
Posted: Wed Mar 06, 2013 5:22 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
Mr Butcher wrote: |
Some of the information you are looking for is stored in pageset 0. Use csqutil to access it when the queuemanager is down  |
And how do I run csqutil on windows? |
|
Back to top |
|
 |
Mr Butcher |
Posted: Wed Mar 06, 2013 6:33 am Post subject: |
|
|
 Padawan
Joined: 23 May 2005 Posts: 1716
|
The OP assumes, there is only his plattform around .... so i did the same  _________________ Regards, Butcher |
|
Back to top |
|
 |
Vitor |
Posted: Wed Mar 06, 2013 7:57 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
Mr Butcher wrote: |
The OP assumes, there is only his plattform around .... so i did the same  |
There's no other decent platform than z/OS......  _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
gbaddeley |
Posted: Wed Mar 06, 2013 3:04 pm Post subject: Re: Where channel information is stored in WMQv5.3? |
|
|
 Jedi Knight
Joined: 25 Mar 2003 Posts: 2538 Location: Melbourne, Australia
|
gwt1982 wrote: |
Hi,
Can someone tell me, where Channel information is stored in MQ 5.3 version. How can find out channel and listener information, if Queue Manager is Down in MQ5.3 version.
Thanks,
Gowtham. |
In MQ 5.3, channel definitions are stored in the file @ipcc/AMQRFCDA.DAT, excluding CLNTCONN type channels, which are stored in the well known AMQCLCHL.TAB file. They both have the same format, which is not publicly documented. SupportPac MO72 might be able to read AMQRFCDA.DAT.
On UNIX, ps -ef | grep amqzxma0 will show the "process controller" for each running qmgr. All the other qmgr essential processes are children of this process.
Why the heck are you still using MQ 5.3? It went out of support many many years ago.
PS. I've used z/OS a lot. It is the most difficult and convoluted platform to learn, program and support. No wonder z/OS gurus are so self protective  _________________ Glenn |
|
Back to top |
|
 |
|