Author |
Message
|
upender |
Posted: Tue Mar 04, 2014 4:20 am Post subject: If execution group is hanging, what is the first step to |
|
|
Novice
Joined: 04 Mar 2014 Posts: 21
|
If execution group is hanging, what is the first step to do? |
|
Back to top |
|
 |
Gralgrathor |
Posted: Tue Mar 04, 2014 4:41 am Post subject: Re: If execution group is hanging, what is the first step to |
|
|
Master
Joined: 23 Jul 2009 Posts: 297
|
upender wrote: |
If execution group is hanging, what is the first step to do? |
You kill it with fire.
Then you delete it.
Then you remove the installation directories for the broker and MQ.
Then you delete the root of the file system on which they're - were - running.
Then you unplug the machine.
Ehr... FYI: ONLY try this at home. Otherwise people may become a bit cross with you. _________________ A measure of wheat for a penny, and three measures of barley for a penny; and see thou hurt not the oil and the wine. |
|
Back to top |
|
 |
zpat |
Posted: Tue Mar 04, 2014 4:57 am Post subject: |
|
|
 Jedi Council
Joined: 19 May 2001 Posts: 5866 Location: UK
|
It normally means you have a message flow that is badly written and has gone into a wait state (probably for an external resource). Or the flow has called some Java code that does its own thing.
You can force it to stop with mqsistop -i <brokername>
That will stop the entire broker. Look at the flows and correct them, make sure all external calls have a timeout specified (NB this includes data sources in ODBC). _________________ Well, I don't think there is any question about it. It can only be attributable to human error. This sort of thing has cropped up before, and it has always been due to human error. |
|
Back to top |
|
 |
Gralgrathor |
Posted: Tue Mar 04, 2014 5:01 am Post subject: |
|
|
Master
Joined: 23 Jul 2009 Posts: 297
|
@zpat
Of course my response was based on the assumption that @upender was posting a bunch of exam or practice questions. But you already guessed that. _________________ A measure of wheat for a penny, and three measures of barley for a penny; and see thou hurt not the oil and the wine. |
|
Back to top |
|
 |
rbicheno |
Posted: Tue Mar 04, 2014 5:15 am Post subject: |
|
|
Apprentice
Joined: 07 Jul 2009 Posts: 43
|
@Gralgrathor your post made me chuckle lol
little known flag new in v9....
mqsistop -killwithFire <brokername> |
|
Back to top |
|
 |
Vitor |
Posted: Tue Mar 04, 2014 5:41 am Post subject: Re: If execution group is hanging, what is the first step to |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
Gralgrathor wrote: |
Ehr... FYI: ONLY try this at home. Otherwise people may become a bit cross with you. |
No, do this at work. Do the industry a favor. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
mqjeff |
Posted: Tue Mar 04, 2014 5:43 am Post subject: Re: If execution group is hanging, what is the first step to |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
He's ASSIMILATED!
Next step, "color". |
|
Back to top |
|
 |
Gralgrathor |
Posted: Tue Mar 04, 2014 5:49 am Post subject: |
|
|
Master
Joined: 23 Jul 2009 Posts: 297
|
@Vitor, your autocorrect is stuck in the *wrong* language again. _________________ A measure of wheat for a penny, and three measures of barley for a penny; and see thou hurt not the oil and the wine. |
|
Back to top |
|
 |
Vitor |
Posted: Tue Mar 04, 2014 5:54 am Post subject: Re: If execution group is hanging, what is the first step to |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
mqjeff wrote: |
He's ASSIMILATED!
Next step, "color". |
Resistance Is Futile. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
Vitor |
Posted: Tue Mar 04, 2014 5:54 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
Gralgrathor wrote: |
@Vitor, your autocorrect is stuck in the *wrong* language again. |
This is what I get for trying to perfect my command of the native language.....  _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
Vitor |
Posted: Tue Mar 04, 2014 6:02 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
rbicheno wrote: |
mqsistop -killwithFire <brokername> |
Also new trace level. Now it's:
Code: |
-l none
-l normal
-l debug
-l nooneExpectsTheSpanishInquisition
|
_________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
|