Author |
Message
|
wmquser |
Posted: Thu Aug 21, 2008 12:02 am Post subject: MQ Chl issue |
|
|
Apprentice
Joined: 20 Aug 2008 Posts: 32
|
Hi,
In our prod environment, we have 2 qmgr QM1 talking to QM2. We stoped QM2 by endmqm -i, and started it. But the sender chl in QM1 doesnt start, was in retry state even after the QM2 is up. When we tried to stop and start the sender chl, it throws an error - Object in use. The XmitQ open process count is more than 1, even when the sender chl is stopped. To resolve this we stopped/started both QM1 and QM2 and the went fine.
Could you please let us know wht process stops us to start the channel |
|
Back to top |
|
 |
exerk |
Posted: Thu Aug 21, 2008 12:26 am Post subject: |
|
|
 Jedi Council
Joined: 02 Nov 2006 Posts: 6339
|
look in the error logs for QM1 and QM2 for anything matching the time stamp of when you were having the issue. _________________ 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 |
|
 |
Mr Butcher |
Posted: Thu Aug 21, 2008 1:08 am Post subject: |
|
|
 Padawan
Joined: 23 May 2005 Posts: 1716
|
stop with mode(force) or mode(terminate) may be an option in this case.... at least it is worth a try before stopping / starting the queuemanager. _________________ Regards, Butcher |
|
Back to top |
|
 |
rgprasanna |
Posted: Thu Aug 21, 2008 1:59 am Post subject: |
|
|
 Voyager
Joined: 02 May 2007 Posts: 91 Location: Chennai - India
|
when you stopped the QM2, it may not be stopped completely (i mean all the processes connected to queue manager not stopped) some of the processes might be running even after you ended the queue manager..it might be a reason why you can't able to start the sender channel, since it got connected to the processes on QM2...looking at the error log will tell you the exact reason, or FDC's if any _________________ Prasanna |
|
Back to top |
|
 |
wmquser |
Posted: Thu Aug 21, 2008 2:11 am Post subject: |
|
|
Apprentice
Joined: 20 Aug 2008 Posts: 32
|
we tried stop with fore and termiate but it doesnt help us. |
|
Back to top |
|
 |
fjb_saper |
Posted: Thu Aug 21, 2008 6:48 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
wmquser wrote: |
we tried stop with fore and termiate but it doesnt help us. |
Assuming your version is V6 use MO71 to check xmitq usage after you stop the sender chl on QM1. If at that point you still have a process having the queue open for input you need to find it and possibly kill it...
Restart the chl and check the logs on both sides. Make sure you resolve any seqnum inconsistencies...
Enjoy  _________________ MQ & Broker admin |
|
Back to top |
|
 |
|