Author |
Message
|
4everfsu |
Posted: Tue Nov 18, 2008 8:05 am Post subject: Anyone using V6 stopping a client channel normally have it |
|
|
Apprentice
Joined: 17 Jan 2008 Posts: 34
|
kills other client channels running at the same time? I stopped the channels at 19:01 and see channels abnormally stopping. At 19:04 in the qmgr error logs other client channels are stopping abnormally. At 19.05 the channel I initally stopped still had 3 instances stopping at that point so I did a force command.
Does a normal shutdown of one client channel in this case CHANNEL3, kill CHANNEL1 and CHANNEL2 also?
Thanks |
|
Back to top |
|
 |
bruce2359 |
Posted: Tue Nov 18, 2008 8:23 am Post subject: |
|
|
 Poobah
Joined: 05 Jan 2008 Posts: 9469 Location: US: west coast, almost. Otherwise, enroute.
|
A single SVRCONN channel can support many client connections.
What command did you issue?
What SVRCONN channels have you defined?
What SVRCONN channels do your applications connect to? _________________ 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 |
|
 |
4everfsu |
Posted: Tue Nov 18, 2008 9:09 am Post subject: |
|
|
Apprentice
Joined: 17 Jan 2008 Posts: 34
|
From appwatch stop channel, then later a stop channel with force mode
Five svrconn channels defined to be used by different applications. Channels b thru e used by four different appls |
|
Back to top |
|
 |
bruce2359 |
Posted: Tue Nov 18, 2008 9:18 am Post subject: |
|
|
 Poobah
Joined: 05 Jan 2008 Posts: 9469 Location: US: west coast, almost. Otherwise, enroute.
|
Quote: |
I stopped the channels at 19:01 |
Exactly what commands did you issue?
For example: STOP CHANNEL(channelname) ...
Exactly what SVRCONN channels have you defined?
For example: DEFINE CHANNEL CHLTYPE(SVRCONN) ...
Why did you issue the commands? What was yuour purpose of stopping the channels? What were you trying to accomplish? For example: to end an application program. _________________ 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 |
|
 |
mqjeff |
Posted: Tue Nov 18, 2008 9:19 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
4everfsu wrote: |
From appwatch stop channel, then later a stop channel with force mode |
This will kill the MCA Process, eventually.
This MCA process has more than one thread active in it, one for each channel that is running. If you kill the process in order to stop one thread, you also kill all other threads.
 |
|
Back to top |
|
 |
fjb_saper |
Posted: Tue Nov 18, 2008 9:28 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
did you issue a stop chl (xxx) mode (TERMINATE) ?
Terminate will kill the OS process and may affect other channels.
Terminate should not be issued without a GOOD reason.  _________________ MQ & Broker admin |
|
Back to top |
|
 |
4everfsu |
Posted: Tue Nov 18, 2008 9:42 am Post subject: |
|
|
Apprentice
Joined: 17 Jan 2008 Posts: 34
|
Yes we did issue a terminate after the force so that would explain the other svrconns dying. I just wanted to make sure a force did not kill the other svrconns
Thanks |
|
Back to top |
|
 |
|