Author |
Message
|
prabhu_s1177 |
Posted: Fri May 08, 2009 3:55 am Post subject: Queue Manger is not stopping |
|
|
Apprentice
Joined: 26 Nov 2007 Posts: 34
|
Hi,
Queue Manager is not stopping even though i gave endmqm -i,endmqm -p. It is still showing quiesced state. I want the queue manager has to stop.
|
|
Back to top |
|
 |
WMBDEV1 |
Posted: Fri May 08, 2009 4:01 am Post subject: |
|
|
Sentinel
Joined: 05 Mar 2009 Posts: 888 Location: UK
|
This has ben discussed loads of times, have you searched for clues?
Why did you post this in the clustering section? |
|
Back to top |
|
 |
prabhu_s1177 |
Posted: Fri May 08, 2009 4:07 am Post subject: |
|
|
Apprentice
Joined: 26 Nov 2007 Posts: 34
|
Sorry, I have changed this topic to websphere mq suport. |
|
Back to top |
|
 |
exerk |
Posted: Fri May 08, 2009 4:10 am Post subject: |
|
|
 Jedi Council
Joined: 02 Nov 2006 Posts: 6339
|
prabhu_s1177 wrote: |
Sorry, I have changed this topic to websphere mq suport. |
No you didn't, you double posted  _________________ It's puzzling, I don't think I've ever seen anything quite like this before...and it's hard to soar like an eagle when you're surrounded by turkeys. |
|
Back to top |
|
 |
Vitor |
Posted: Fri May 08, 2009 4:18 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
Moved to correct forum _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
Vitor |
Posted: Fri May 08, 2009 4:34 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
prabhu_s1177 wrote: |
Sorry, I have changed this topic to websphere mq suport. |
No you didn't - only a moderator can move a thread. But we're delighted to do so. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
nheng |
Posted: Sun May 10, 2009 6:38 pm Post subject: |
|
|
 Apprentice
Joined: 07 Dec 2007 Posts: 39
|
get id of mq process and kill its. |
|
Back to top |
|
 |
prabhu_s1177 |
Posted: Mon May 11, 2009 2:04 am Post subject: |
|
|
Apprentice
Joined: 26 Nov 2007 Posts: 34
|
Please tell what are all the process to be killed. Since there were two queue managers are running at that box. Only i need to stop and start one of the queue manager. |
|
Back to top |
|
 |
Vitor |
Posted: Mon May 11, 2009 2:09 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
prabhu_s1177 wrote: |
Please tell what are all the process to be killed. |
This has been discussed a number of times in the forum, and the actual processes (and the order in which they must be stopped) is shown in the documentation.
Be aware this is very much a procedure of last resort and you should be certain nothing else will work before you try it. The forum contains helpful tips on how to get the queue manager started again after you've mugged it like this. _________________ Honesty is the best policy.
Insanity is the best defence.
Last edited by Vitor on Mon May 11, 2009 2:11 am; edited 1 time in total |
|
Back to top |
|
 |
exerk |
Posted: Mon May 11, 2009 2:11 am Post subject: |
|
|
 Jedi Council
Joined: 02 Nov 2006 Posts: 6339
|
What OS? The method of identification, and therefore 'killing' them is different.
ps -ef|grep mq for NIX, or Task Manager for Windows... _________________ It's puzzling, I don't think I've ever seen anything quite like this before...and it's hard to soar like an eagle when you're surrounded by turkeys. |
|
Back to top |
|
 |
prabhu_s1177 |
Posted: Mon May 11, 2009 2:13 am Post subject: |
|
|
Apprentice
Joined: 26 Nov 2007 Posts: 34
|
Since long time am login in to this forum.
Sorry. Could you please tell where the docments resides.? |
|
Back to top |
|
 |
Vitor |
Posted: Mon May 11, 2009 2:14 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
exerk wrote: |
What OS? The method of identification, and therefore 'killing' them is different.
ps -ef|grep mq for NIX, or Task Manager for Windows... |
You should not do this if, as the poster indicates, he has 2 queue managers running and only want to bring one of them down in flames.
It's also dangerous to the point of suicidal to just grep / identify mq processes and kill them; they must go in the order specified or bad things will happen (or are more likely to happen) on restart. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
Vitor |
Posted: Mon May 11, 2009 2:14 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
prabhu_s1177 wrote: |
Could you please tell where the docments resides.? |
Top of this page. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
exerk |
Posted: Mon May 11, 2009 2:16 am Post subject: |
|
|
 Jedi Council
Joined: 02 Nov 2006 Posts: 6339
|
prabhu_s1177 wrote: |
Since long time am login in to this forum.
Sorry. Could you please tell where the docments resides.? |
Then relearn how to use the InfoCentre search bar! _________________ It's puzzling, I don't think I've ever seen anything quite like this before...and it's hard to soar like an eagle when you're surrounded by turkeys. |
|
Back to top |
|
 |
exerk |
Posted: Mon May 11, 2009 2:18 am Post subject: |
|
|
 Jedi Council
Joined: 02 Nov 2006 Posts: 6339
|
Vitor wrote: |
exerk wrote: |
What OS? The method of identification, and therefore 'killing' them is different.
ps -ef|grep mq for NIX, or Task Manager for Windows... |
You should not do this if, as the poster indicates, he has 2 queue managers running and only want to bring one of them down in flames.
It's also dangerous to the point of suicidal to just grep / identify mq processes and kill them; they must go in the order specified or bad things will happen (or are more likely to happen) on restart. |
I wasn't blindly suggesting to the poster to merrily go round killing processes, merely handing him a very small fish to start him on the way of identifying processes...
EDIT: Although admittedly I should have left off the '...and therefore 'killing' them is different...' portion  _________________ It's puzzling, I don't think I've ever seen anything quite like this before...and it's hard to soar like an eagle when you're surrounded by turkeys. |
|
Back to top |
|
 |
|