Author |
Message
|
manoj798 |
Posted: Mon May 27, 2013 2:01 am Post subject: S.A.STAT.Q depth is building up URGENT HELP NEEDED |
|
|
Apprentice
Joined: 17 Nov 2009 Posts: 30
|
One of my queue manager the SYSTEM.ADMIN.STATISTICS.QUEUE depth is building up.
7 : DISPLAY QL(SYSTEM.ADMIN.STATISTICS.QUEUE) CURDEPTH
AMQ8409: Display Queue details.
QUEUE(SYSTEM.ADMIN.STATISTICS.QUEUE) TYPE(QLOCAL)
CURDEPTH(116)
When checked the queue manager, there is no monitoring enabled.
8 : DISPLAY QMGR STATACLS STATCHL STATINT STATMQI STAT
AMQ8408: Display Queue Manager details.
QMNAME(ABCD.MQ) STATACLS(QMGR)
STATCHL(OFF) STATINT(1800)
STATMQI(OFF) STATQ(OFF)
DISPLAY QL(*) WHERE(STATQ EQ ON)
9 : DISPLAY QL(*) WHERE(STATQ EQ ON)
AMQ8147: WebSphere MQ object * not found.
When tried amqsmon, I got the following output.
MonitoringType: ChannelStatistics
QueueManager: 'ABCD.MQ'
IntervalStartDate: '2013-05-25'
IntervalStartTime: '09:23:58'
IntervalEndDate: '2013-05-25'
IntervalEndTime: '09:53:58'
CommandLevel: 600
ObjectCount: 3
ChannelStatistics: 0
ChannelName: 'TO.ABCD.MQ'
ChannelType: ClusRcvr
RemoteQMgr: 'XYZ'
ConnName: '1.2.3.4'
MsgCount: 0
TotalBytes: 0
PutRetryCount: 15862
ChannelStatistics: 1
ChannelName: 'TO.ABCD.MQ'
ChannelType: ClusRcvr
RemoteQMgr: 'XYZ'
ConnName: '1.2.3.4'
MsgCount: 0
TotalBytes: 0
PutRetryCount: 32398
ChannelStatistics: 2
ChannelName: 'TO.ABCD.MQ'
ChannelType: ClusRcvr
RemoteQMgr: 'XYZ'
ConnName: '1.2.3.4'
MsgCount: 0
TotalBytes: 0
PutRetryCount: 31869
And checked the channel TO.ABCD.MQ, here also I couldn't see channel event is enabled. This is a cluster receiver channel the repository queue manager is ABCD. on XYZ its a auto defined cluster sender channel.
dis channel(TO.ABCD.MQ) STATCHL
10 : dis channel(TO.ABCD.MQ) STATCHL
AMQ8414: Display Channel details.
CHANNEL(TO.ABCD.MQ) CHLTYPE(CLUSRCVR)
STATCHL(OFF)
Any suggestion why still the queue is building up. Below are my environment details
MQ Version 6.0.2.1
OS Windows 2000
With Same version, same OS some other servers have no issues.
Last edited by manoj798 on Tue May 28, 2013 7:33 pm; edited 1 time in total |
|
Back to top |
|
 |
manoj798 |
Posted: Mon May 27, 2013 2:12 am Post subject: |
|
|
Apprentice
Joined: 17 Nov 2009 Posts: 30
|
Hi Moderator,
Can you please move this topic to General WebSphere MQ Support forum? Sorry for the inconvenience. |
|
Back to top |
|
 |
manoj798 |
Posted: Tue May 28, 2013 9:59 pm Post subject: Re: S.A.STAT.Q depth is building up URGENT HELP NEEDED |
|
|
Apprentice
Joined: 17 Nov 2009 Posts: 30
|
Any suggestions?
manoj798 wrote: |
One of my queue manager the SYSTEM.ADMIN.STATISTICS.QUEUE depth is building up.
7 : DISPLAY QL(SYSTEM.ADMIN.STATISTICS.QUEUE) CURDEPTH
AMQ8409: Display Queue details.
QUEUE(SYSTEM.ADMIN.STATISTICS.QUEUE) TYPE(QLOCAL)
CURDEPTH(116)
When checked the queue manager, there is no monitoring enabled.
8 : DISPLAY QMGR STATACLS STATCHL STATINT STATMQI STAT
AMQ8408: Display Queue Manager details.
QMNAME(ABCD.MQ) STATACLS(QMGR)
STATCHL(OFF) STATINT(1800)
STATMQI(OFF) STATQ(OFF)
DISPLAY QL(*) WHERE(STATQ EQ ON)
9 : DISPLAY QL(*) WHERE(STATQ EQ ON)
AMQ8147: WebSphere MQ object * not found.
When tried amqsmon, I got the following output.
MonitoringType: ChannelStatistics
QueueManager: 'ABCD.MQ'
IntervalStartDate: '2013-05-25'
IntervalStartTime: '09:23:58'
IntervalEndDate: '2013-05-25'
IntervalEndTime: '09:53:58'
CommandLevel: 600
ObjectCount: 3
ChannelStatistics: 0
ChannelName: 'TO.ABCD.MQ'
ChannelType: ClusRcvr
RemoteQMgr: 'XYZ'
ConnName: '1.2.3.4'
MsgCount: 0
TotalBytes: 0
PutRetryCount: 15862
ChannelStatistics: 1
ChannelName: 'TO.ABCD.MQ'
ChannelType: ClusRcvr
RemoteQMgr: 'XYZ'
ConnName: '1.2.3.4'
MsgCount: 0
TotalBytes: 0
PutRetryCount: 32398
ChannelStatistics: 2
ChannelName: 'TO.ABCD.MQ'
ChannelType: ClusRcvr
RemoteQMgr: 'XYZ'
ConnName: '1.2.3.4'
MsgCount: 0
TotalBytes: 0
PutRetryCount: 31869
And checked the channel TO.ABCD.MQ, here also I couldn't see channel event is enabled. This is a cluster receiver channel the repository queue manager is ABCD. on XYZ its a auto defined cluster sender channel.
dis channel(TO.ABCD.MQ) STATCHL
10 : dis channel(TO.ABCD.MQ) STATCHL
AMQ8414: Display Channel details.
CHANNEL(TO.ABCD.MQ) CHLTYPE(CLUSRCVR)
STATCHL(OFF)
Any suggestion why still the queue is building up. Below are my environment details
MQ Version 6.0.2.1
OS Windows 2000
With Same version, same OS some other servers have no issues. |
|
|
Back to top |
|
 |
zpat |
Posted: Wed May 29, 2013 1:23 am Post subject: |
|
|
 Jedi Council
Joined: 19 May 2001 Posts: 5866 Location: UK
|
Some stats and accounting options take effect at queue open time.
Stop/start the app to force the queue to be re-opened.
You can always increase the maxdepth on the stats queue (and increase the interval).
Don't panic - when the queue fills - no harm is done. |
|
Back to top |
|
 |
manoj798 |
Posted: Wed May 29, 2013 2:21 am Post subject: |
|
|
Apprentice
Joined: 17 Nov 2009 Posts: 30
|
zpat wrote: |
Some stats and accounting options take effect at queue open time.
Stop/start the app to force the queue to be re-opened.
You can always increase the maxdepth on the stats queue (and increase the interval).
Don't panic - when the queue fills - no harm is done. |
Thanks Zpat, But there is no application connected to it as it is a gateway queue manager.
We are clearing the queue with mqsmon, but its an overhead and raising incident tickets.
My doubt is if the auto defined channel on the partial repository connected to it has PERF enabled will the STAT messages comes to this full repos or it should go to the partial repos? Also when there is a auto defined cluster sender channel the parameters are picked from where? |
|
Back to top |
|
 |
zpat |
Posted: Wed May 29, 2013 2:52 am Post subject: |
|
|
 Jedi Council
Joined: 19 May 2001 Posts: 5866 Location: UK
|
So the queue is definitely not open (IPROCS and OPROCS = zero)? |
|
Back to top |
|
 |
manoj798 |
Posted: Wed May 29, 2013 3:01 am Post subject: |
|
|
Apprentice
Joined: 17 Nov 2009 Posts: 30
|
zpat wrote: |
So the queue is definitely not open (IPROCS and OPROCS = zero)? |
Yes that is true |
|
Back to top |
|
 |
|