Author |
Message |
Topic: monitor to detect a 'hung queue manager' |
sheepdog316
Replies: 14 Views: 23401
|
Forum: IBM MQ Performance Monitoring Posted: Fri Aug 13, 2004 12:00 pm Subject: monitor to detect a 'hung queue manager' |
Thank you, that worked.
Summary:
Main script is
#!/bin/ksh
export QMGR="$1"
export DIR="/home/b1064192/mq_scripts"
#####################################
# test if hang ... |
Topic: monitor to detect a 'hung queue manager' |
sheepdog316
Replies: 14 Views: 23401
|
Forum: IBM MQ Performance Monitoring Posted: Fri Aug 13, 2004 5:20 am Subject: monitor to detect a 'hung queue manager' |
command from my monitor script is:
pingT &
where contents of file pingT is simply:
echo 'end' | runmqsc QMGR_NAME
(or echo 'ping QMGR' | runmqsc QMGR_NAME)
I was also previously trying to ... |
Topic: monitor to detect a 'hung queue manager' |
sheepdog316
Replies: 14 Views: 23401
|
Forum: IBM MQ Performance Monitoring Posted: Thu Aug 12, 2004 12:38 pm Subject: monitor to detect a 'hung queue manager' |
Let me repeat:
When I run this script from a script, I get:
qmgr_up2.ksh
is what I get when I run runmqsc in the background from a script.
Also let me repeat that the whole reason for runni ... |
Topic: monitor to detect a 'hung queue manager' |
sheepdog316
Replies: 14 Views: 23401
|
Forum: IBM MQ Performance Monitoring Posted: Thu Aug 12, 2004 7:45 am Subject: monitor to detect a 'hung queue manager' |
These are all good ideas. However, I don't think they will find the exact problem I want to detect.
I want to detect when mqseries mqseries startup thinks it needs to recover, the recovery fails ... |
Topic: monitor to detect a 'hung queue manager' |
sheepdog316
Replies: 14 Views: 23401
|
Forum: IBM MQ Performance Monitoring Posted: Mon Aug 09, 2004 6:33 am Subject: monitor to detect a 'hung queue manager' |
Does anybody know how to monitor for a 'hung' queue manager. I know checking for the processes won't work, and I don't really want to just connect to a queue and do something trivial for security rea ... |