Author |
Message
|
Nandhini |
Posted: Wed May 16, 2012 4:43 am Post subject: Queue Manager Status "Running Elsewhere" |
|
|
Novice
Joined: 23 Nov 2011 Posts: 13
|
Hello,
I have a few doubts on queue manager status. One of the queue managers that we have , has a status of "running elsewhere". How to find if it is a multi-instance or not? Also how to find where the active instance for it lies? If it is not a multi-instance how to fix the queue manager? Kindly help.
Thank You,
Nandhni |
|
Back to top |
|
 |
bruce2359 |
Posted: Wed May 16, 2012 5:15 am Post subject: |
|
|
 Poobah
Joined: 05 Jan 2008 Posts: 9469 Location: US: west coast, almost. Otherwise, enroute.
|
Start by searching google for 'queue manager status running elsewhere'. _________________ I like deadlines. I like to wave as they pass by.
ב''ה
Lex Orandi, Lex Credendi, Lex Vivendi. As we Worship, So we Believe, So we Live. |
|
Back to top |
|
 |
Nandhini |
Posted: Wed May 16, 2012 5:33 am Post subject: |
|
|
Novice
Joined: 23 Nov 2011 Posts: 13
|
I did search for it. But I couldn't get answers for what I want. May be I didn't comprehend what was said. Can u tell me if there is any way to find if a queue manager is multi-instance or not? Like a command or something? |
|
Back to top |
|
 |
mqjeff |
Posted: Wed May 16, 2012 5:48 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
What did you review?
What was said, that you have doubts about the meaning of? |
|
Back to top |
|
 |
Nandhini |
Posted: Wed May 16, 2012 11:22 pm Post subject: |
|
|
Novice
Joined: 23 Nov 2011 Posts: 13
|
Hi,
http://www.mqseries.net/phpBB2/viewtopic.php?t=55538&sid=5c67832e83e90854c10dfba6e6f9d515
This was the link I referred to , since I am facing the same kind of problem. The queue manager is not a multi instance one and also dspmq -o all shows
STATUS(Running elsewhere) DEFAULT(no) STANDBY(Not permitted)
There was no change recently made and it was a set up already existing. If I try to stop the queue manager it says, 'Queue Manager not available'.
When I give dspmq -x it shows
STATUS(Running elsewhere)
INSTANCE(<hostname>) MODE(Active).
What other checks should I do now? WMQ 7.0 is running in this system.
Thank You.
[/u] |
|
Back to top |
|
 |
mqjeff |
Posted: Thu May 17, 2012 3:18 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
The most likely cause is that the file systems that host your queue manager are not mounted on this particular system at this particular time.
Otherwise, you need to do some archaeology and determine the last known time that it "did" work, and then discover all of the changes that HAVE been made since then. |
|
Back to top |
|
 |
mqtablet |
Posted: Fri May 18, 2012 1:20 am Post subject: |
|
|
Acolyte
Joined: 09 Jun 2009 Posts: 71
|
Edit your MQ configuration file - mqs.ini (usually in /var/mqm) or any other mounted NFS drive, and change the line
Code: |
DataPath=/xxx/mqm/yyy/zzzzzz/QMNAME
|
to
Code: |
# DataPath=/xxx/mqm/yyy/zzzzzz/QMNAME
|
Now run the dspmq -x -o all command and see. Enjoy..  |
|
Back to top |
|
 |
Nandhini |
Posted: Fri May 18, 2012 1:40 am Post subject: |
|
|
Novice
Joined: 23 Nov 2011 Posts: 13
|
Hi all,
Thanks for all your replies. It is fixed now. |
|
Back to top |
|
 |
|