Author |
Message
|
KIT_INC |
Posted: Mon May 29, 2017 8:21 am Post subject: When was the channel stopped |
|
|
Knight
Joined: 25 Aug 2006 Posts: 589
|
MQ V7.5. I discovered some channels are in stopped status. Is there anyway to find out when did it get into stopped status ? No one remembered issuing the stop channel command and there is nothing in AMQERRx.LOG (perhaps it was stopped long time ago and the LOGs were written over).
I did dis chs(chlname) saved on a stopped channel. But there is no info |
|
Back to top |
|
 |
bruce2359 |
Posted: Mon May 29, 2017 11:57 am Post subject: |
|
|
 Poobah
Joined: 05 Jan 2008 Posts: 9469 Location: US: west coast, almost. Otherwise, enroute.
|
Search the AMQERR01.LOG for this qmgr. You can also DIS CHS(channelname) SAVED to see the last known status. _________________ 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 |
|
 |
exerk |
Posted: Tue May 30, 2017 2:19 am Post subject: |
|
|
 Jedi Council
Joined: 02 Nov 2006 Posts: 6339
|
bruce2359 wrote: |
...You can also DIS CHS(channelname) SAVED to see the last known status. |
KIT_INC wrote: |
...I did dis chs(chlname) saved on a stopped channel. But there is no info |
 _________________ 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 |
|
 |
bruce2359 |
Posted: Tue May 30, 2017 3:05 am Post subject: |
|
|
 Poobah
Joined: 05 Jan 2008 Posts: 9469 Location: US: west coast, almost. Otherwise, enroute.
|
Speed-reading fails me again.  _________________ 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 |
|
 |
Android 23 |
Posted: Wed Jun 07, 2017 12:53 am Post subject: Re: When was the channel stopped |
|
|
Apprentice
Joined: 27 Mar 2017 Posts: 38
|
KIT_INC wrote: |
MQ V7.5. I discovered some channels are in stopped status. Is there anyway to find out when did it get into stopped status ? No one remembered issuing the stop channel command and there is nothing in AMQERRx.LOG (perhaps it was stopped long time ago and the LOGs were written over).
I did dis chs(chlname) saved on a stopped channel. But there is no info |
If it is server/client channel it will be surely in stopped mode. Channel starts automatically when message hit the queue and channel stops after getting message.
In Sender/Receiver channel, if there is no usage of channel for a long interval. then channel goes into stopped mode.
Hope you understand it.
Regards,
Android23 |
|
Back to top |
|
 |
exerk |
Posted: Wed Jun 07, 2017 1:00 am Post subject: Re: When was the channel stopped |
|
|
 Jedi Council
Joined: 02 Nov 2006 Posts: 6339
|
Android 23 wrote: |
If it is server/client channel it will be surely in stopped mode. Channel starts automatically when message hit the queue and channel stops after getting message.
In Sender/Receiver channel, if there is no usage of channel for a long interval. then channel goes into stopped mode.
Hope you understand it. |
You obviously do not - the channels will go INACTIVE.
For a channel to be in STOPPED status requires a manual/automated direct action, e.g. by an MQ Sys Admin, or under certain circumstances the queue manager will do it. _________________ 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 |
|
 |
Android 23 |
Posted: Wed Jun 07, 2017 6:07 am Post subject: |
|
|
Apprentice
Joined: 27 Mar 2017 Posts: 38
|
You obviously do not - the channels will go INACTIVE.
I Agree with you.. Jedi Council
I actually i mean to say INACTIVE.But i forgot that word at that time and mention STOPPED instead of it.
Regards,
Android 23[/i] |
|
Back to top |
|
 |
|