Author |
Message
|
mq_crazy |
Posted: Thu Jan 06, 2005 9:55 am Post subject: Top MQ production issues |
|
|
 Master
Joined: 30 Jun 2004 Posts: 295
|
Can you please tell me most likely the MQ production issues might be, the top most issues you face in MQ production environment. Please list them a few and if you could please describe on how to resolve them.. |
|
Back to top |
|
 |
kevinf2349 |
Posted: Thu Jan 06, 2005 10:17 am Post subject: |
|
|
 Grand Master
Joined: 28 Feb 2003 Posts: 1311 Location: USA
|
Convincing people that is isn't an MQ problem!
Most of our 'problems' come with channels and are usually caused by something other than MQ (Network burp, firewall reboot, etc)
In terms of MQ problems most of ours seem to be because developers are still trying to use MQ synchronously and they are really pretty new to MQ Series so they haven't quite grasped the asynsc thang yet.
Other than that MQ here seems to just do what it should do. |
|
Back to top |
|
 |
csmith28 |
Posted: Thu Jan 06, 2005 10:17 am Post subject: |
|
|
 Grand Master
Joined: 15 Jul 2003 Posts: 1196 Location: Arizona
|
In all honesty, most of the problems that I have dealt with that are initially identified as "MQ Problems" end up being problems with the Applications or Network.
First thing to do when you get a call that claims there is an "MQ Problem" is log on to the MQServer in question and check the health of the MQManager (The following assumes that the individual reporting the "MQ Problem" is as clueless as they usually are and can not give you any specific information about what there problem is.):
# dspmq
QMNAME(QMGR01) STATUS(Running)
Then:
# runmqsc QMGR01
end
Just to make sure the MQManager is responding. Sometimes dspmq will show the MQManager status as running but for some reason or another it will not respond to MQSC commands.
Then check /var/mqm/errors or the Platform equivalent for newly created .FDC files and /var/mqm/qmgrs/MQMGR/errors/AMQERR01.LOG for errors.
If there are new .FDC files it still may not be a problem with MQSeries as such. That is to say MQSeries may have been impacted but still isn't necessarily the root cause of the problem.
Check your DLQ Depth.
Then check to see if your vital processes like the Trigger Monitor, Listener and Channel initiator are running.
Check for application Queue's that are filling up.
Generally speaking if you set everthing up correctly MQSeries is very stable. _________________ Yes, I am an agent of Satan but my duties are largely ceremonial.
Last edited by csmith28 on Thu Jan 06, 2005 10:52 am; edited 3 times in total |
|
Back to top |
|
 |
PeterPotkay |
Posted: Thu Jan 06, 2005 10:37 am Post subject: Re: Top MQ production issues |
|
|
 Poobah
Joined: 15 May 2001 Posts: 7722
|
mqkid wrote: |
Can you please tell me most likely the MQ production issues might be, the top most issues you face in MQ production environment. Please list them a few and if you could please describe on how to resolve them.. |
Another interview?
http://www.mqseries.net/phpBB2/viewtopic.php?p=79681&highlight=#79681
mqkid, what are you going to do if the person that is hiring reads this MQ board and sees your responses are exactly the same? _________________ Peter Potkay
Keep Calm and MQ On |
|
Back to top |
|
 |
Michael Dag |
Posted: Thu Jan 06, 2005 11:06 am Post subject: |
|
|
 Jedi Knight
Joined: 13 Jun 2002 Posts: 2607 Location: The Netherlands (Amsterdam)
|
|
Back to top |
|
 |
Anirud |
Posted: Thu Jan 06, 2005 11:56 am Post subject: |
|
|
 Master
Joined: 12 Feb 2004 Posts: 285 Location: Vermont
|
kevinf2349 wrote: |
Convincing people that is isn't an MQ problem!
|
Well said.  |
|
Back to top |
|
 |
|