Author |
Message
|
tej |
Posted: Sun Apr 20, 2003 4:42 pm Post subject: Command server Inactive |
|
|
Novice
Joined: 18 Nov 2002 Posts: 20
|
Hi,
I am getting a monitoring tool alert that command server inactive. When I checked the command server status. It says it is running. When I issue the command runmqsc , QMGR is responding for that command. when I issue some commands like display queues or chls it is not reponding , even the command server status is running. After particulat period of time then every thing is working fine.
I did not find any information in log files regarding this issue. Please help me in solving this issue |
|
Back to top |
|
 |
dgolding |
Posted: Thu Apr 24, 2003 4:26 am Post subject: |
|
|
 Yatiri
Joined: 16 May 2001 Posts: 668 Location: Switzerland
|
NT/Unix/Other?
Did you use dspmqcsv to display status? |
|
Back to top |
|
 |
tej |
Posted: Thu Apr 24, 2003 9:16 am Post subject: |
|
|
Novice
Joined: 18 Nov 2002 Posts: 20
|
yes I did. It is showing running state
I am using Solaries. |
|
Back to top |
|
 |
dgolding |
Posted: Thu Apr 24, 2003 11:28 pm Post subject: |
|
|
 Yatiri
Joined: 16 May 2001 Posts: 668 Location: Switzerland
|
Do you have an "amqpcsea <qmgr name>" process running?
Do a "dis ql(system.admin.command.queue)" from "runmqsc". What are the values for "curdepth" and "ipprocs"?
And of course, have you tried stop and start command server?
How do you know it isn't your monitoring tool that is in error - what tool is it anyway? |
|
Back to top |
|
 |
tej |
Posted: Sun Jun 29, 2003 8:34 am Post subject: |
|
|
Novice
Joined: 18 Nov 2002 Posts: 20
|
Hi,
I had checked the process amqpcsea and it is running and the the depth of the command queue is 0. opprocs and ipprocs is 1.
Pls help me.
Thank you |
|
Back to top |
|
 |
leongor |
Posted: Sun Jun 29, 2003 11:30 pm Post subject: |
|
|
 Master
Joined: 13 May 2002 Posts: 264 Location: Israel
|
IMHO you don't need command server when using runmqsc locally,
so if you have problem displaying queues and channels it must be something else. _________________ Regards.
Leonid.
IBM Certified MQSeries Specialist. |
|
Back to top |
|
 |
dgolding |
Posted: Mon Jun 30, 2003 12:29 am Post subject: |
|
|
 Yatiri
Joined: 16 May 2001 Posts: 668 Location: Switzerland
|
The fault is probably with the monitoring tool and not with MQ. What tool are you using? |
|
Back to top |
|
 |
mrlinux |
Posted: Mon Jun 30, 2003 4:26 am Post subject: |
|
|
 Grand Master
Joined: 14 Feb 2002 Posts: 1261 Location: Detroit,MI USA
|
From one of the queue managers that have channels to the suspected command server that isnt functioning, try this
runmqsc -w 40 TRANSMIT_QUEUE_NAME
dis ql(*)
TRANSMIT_QUEUE_NAME=the name of the transmit queue that points to the suspected command server. Normally this name is the queue manager name _________________ Jeff
IBM Certified Developer MQSeries
IBM Certified Specialist MQSeries
IBM Certified Solutions Expert MQSeries |
|
Back to top |
|
 |
|