Author |
Message
|
Goodfellas |
Posted: Mon Mar 30, 2009 6:28 am Post subject: test |
|
|
Acolyte
Joined: 26 Feb 2009 Posts: 70
|
All,
Last edited by Goodfellas on Tue May 28, 2013 12:33 pm; edited 2 times in total |
|
Back to top |
|
 |
exerk |
Posted: Mon Mar 30, 2009 6:45 am Post subject: |
|
|
 Jedi Council
Joined: 02 Nov 2006 Posts: 6339
|
What has a handle on the queue? dis qstatus(QM2.QL) will return process ID's that can be correlated against running applications. _________________ 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 |
|
 |
Goodfellas |
Posted: Mon Mar 30, 2009 6:48 am Post subject: |
|
|
Acolyte
Joined: 26 Feb 2009 Posts: 70
|
thanks
Last edited by Goodfellas on Tue May 28, 2013 12:34 pm; edited 2 times in total |
|
Back to top |
|
 |
exerk |
Posted: Mon Mar 30, 2009 6:58 am Post subject: |
|
|
 Jedi Council
Joined: 02 Nov 2006 Posts: 6339
|
Doh! I've had one of my moments again! Sorry, the qstatus should have been issued against the SYSTEM.ADMIN.ACCOUNTING.QUEUE, which is where the accounting info will come from
Do you have any monitoring software that may be holding the queue open exclusively? _________________ 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 |
|
 |
Goodfellas |
Posted: Mon Mar 30, 2009 7:07 am Post subject: |
|
|
Acolyte
Joined: 26 Feb 2009 Posts: 70
|
Thanks
Last edited by Goodfellas on Tue May 28, 2013 12:34 pm; edited 2 times in total |
|
Back to top |
|
 |
Vitor |
Posted: Mon Mar 30, 2009 7:11 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
Goodfellas wrote: |
DIS QSTATUS(SYSTEM.ADMIN.ACCOUNTING.QUEUE)
2 : DIS QSTATUS(SYSTEM.ADMIN.ACCOUNTING.QUEUE)
AMQ8450: Display queue status details.
QUEUE(SYSTEM.ADMIN.ACCOUNTING.QUEUE) TYPE(QUEUE)
CURDEPTH(0) IPPROCS(1)
LGETDATE( ) LGETTIME( )
LPUTDATE( ) LPUTTIME( )
MONQ(OFF) MSGAGE( )
OPPROCS(0) QTIME( , )
UNCOM(NO)
======================================
dis qstatus(SYSTEM.ADMIN.STATISTICS.QUEUE)
5 : dis qstatus(SYSTEM.ADMIN.STATISTICS.QUEUE)
AMQ8450: Display queue status details.
QUEUE(SYSTEM.ADMIN.STATISTICS.QUEUE) TYPE(QUEUE)
CURDEPTH(0) IPPROCS(1)
LGETDATE( ) LGETTIME( )
LPUTDATE( ) LPUTTIME( )
MONQ(OFF) MSGAGE( )
OPPROCS(0) QTIME( , )
UNCOM(NO)
=========================================
We have monitoring tool (omegamon xe) but this queue manager is not under monitoring.....
|
Something (if not omegamon) is using the queue and hence your 2042. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
Goodfellas |
Posted: Mon Mar 30, 2009 7:25 am Post subject: |
|
|
Acolyte
Joined: 26 Feb 2009 Posts: 70
|
Thanks
Last edited by Goodfellas on Tue May 28, 2013 12:34 pm; edited 2 times in total |
|
Back to top |
|
 |
Vitor |
Posted: Mon Mar 30, 2009 7:27 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
Goodfellas wrote: |
Can we kill which is connected to the Queue...without bouncing the qmanager? |
Well of course, kill -9 will kill anything, but I'd find out what it is before killing it!  _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
bbburson |
Posted: Mon Mar 30, 2009 7:28 am Post subject: |
|
|
Partisan
Joined: 06 Jan 2004 Posts: 378 Location: Nowhere near a queue manager
|
Vitor wrote: |
Something (if not omegamon) is using the queue and hence your 2042. |
Add TYPE(HANDLE) ALL to your DIS QSTATUS command and you'll see the PIDs that have the queues open. |
|
Back to top |
|
 |
exerk |
Posted: Mon Mar 30, 2009 7:28 am Post subject: |
|
|
 Jedi Council
Joined: 02 Nov 2006 Posts: 6339
|
With what consequence? The Process ID should tell you what is running, and that should better inform your decision. Better to take it down gracefully than just chop it. _________________ 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 |
|
 |
Goodfellas |
Posted: Mon Mar 30, 2009 4:17 pm Post subject: |
|
|
Acolyte
Joined: 26 Feb 2009 Posts: 70
|
|
Back to top |
|
 |
|