Author |
Message
|
mqdude70 |
Posted: Mon Nov 17, 2003 12:32 pm Post subject: MQ Monitoring |
|
|
 Apprentice
Joined: 13 Nov 2003 Posts: 28
|
Guys,
I need to monitor the QM,Q and channels. If I issue PING CHL (under runmqsc) for the channels and QM's it is not working in Solaris. what are the alternatives for monitoring using commands? _________________ Thanks,
-MQdude70 |
|
Back to top |
|
 |
Prahasith |
Posted: Mon Nov 17, 2003 12:41 pm Post subject: |
|
|
 Disciple
Joined: 16 May 2003 Posts: 184 Location: Kansas City
|
Did you stop the channel before issuing the PING CHANNEL command
did you check the MQMON support pac |
|
Back to top |
|
 |
starfish77 |
Posted: Mon Nov 17, 2003 12:45 pm Post subject: |
|
|
 Apprentice
Joined: 07 Nov 2003 Posts: 31 Location: USA
|
are u getting any errors on mq console |
|
Back to top |
|
 |
mqdude70 |
Posted: Mon Nov 17, 2003 1:01 pm Post subject: |
|
|
 Apprentice
Joined: 13 Nov 2003 Posts: 28
|
Yes am getting this when I am running this in the mq console after issuing runmqsc.
1. runmqsc
2. PING QMGR myqmanager
AMQ8405: Syntax error detected at or near end of command segment
below:-
PING QMGR
3. PING CHANNEL(SYSTEM.ADMIN.SVRCONN)
AMQ8101: Unexpected error (20008227).
I did not stop the channel. _________________ Thanks,
-MQdude70 |
|
Back to top |
|
 |
starfish77 |
Posted: Mon Nov 17, 2003 1:09 pm Post subject: |
|
|
 Apprentice
Joined: 07 Nov 2003 Posts: 31 Location: USA
|
|
Back to top |
|
 |
mqdude70 |
Posted: Mon Nov 17, 2003 2:39 pm Post subject: |
|
|
 Apprentice
Joined: 13 Nov 2003 Posts: 28
|
Thanks for the reply, but it is not helping me. _________________ Thanks,
-MQdude70 |
|
Back to top |
|
 |
dsim |
Posted: Mon Nov 17, 2003 8:01 pm Post subject: |
|
|
Acolyte
Joined: 11 Aug 2003 Posts: 67 Location: Toronto
|
For queue manager the command is
PING QMGR
(pings the local queue manager that runmqsc is running for)
Not sure what do you want to monitor for queues.
For channels, you can see all channels status using:
DIS CHSTATUS(*) |
|
Back to top |
|
 |
mqdude70 |
Posted: Tue Nov 18, 2003 7:20 am Post subject: |
|
|
 Apprentice
Joined: 13 Nov 2003 Posts: 28
|
Hi dsim,
I want to monitor the Queue manager/queues/channels are up and running periodically. _________________ Thanks,
-MQdude70 |
|
Back to top |
|
 |
jefflowrey |
Posted: Tue Nov 18, 2003 7:30 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
mqdude70 wrote: |
Hi dsim,
I want to monitor the Queue manager/queues/channels are up and running periodically. |
There is a whole manual on Event Monitoring.
Similarly, there is a whole manual on Script Commands. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
|