Author |
Message
|
amit_talpade_star |
Posted: Wed Apr 27, 2005 5:40 am Post subject: Channel Removal Problems !!! |
|
|
Apprentice
Joined: 14 Dec 2004 Posts: 39
|
Hi,
I am trying to remove a cluster channel from a queue manager on Suse Linux . I see a non existent channel with the "dis chs" command. this channel shows up as RETRYING but this channel is no longer defined on the queue manager as it cannot be seen with the "dis chl" command.
Is there any way to really know the true state of this channel and remove it from the queue manager completely?
MQ series 5.3 CSD 8 for Linux is being used
Any help will be most appreciated
Amit |
|
Back to top |
|
 |
Nigelg |
Posted: Wed Apr 27, 2005 5:44 am Post subject: |
|
|
Grand Master
Joined: 02 Aug 2004 Posts: 1046
|
Ths must be an auto-defined CLUSSDR - they are not shown in runmqsc.
Does the CLUSRCVR that it is sending to still exist in the cluster? If not, I expect that a REFRESH CLUSTER on the partial repos will remove it and its channel status. |
|
Back to top |
|
 |
amit_talpade_star |
Posted: Wed Apr 27, 2005 5:53 am Post subject: Channel Removal Problems !!! |
|
|
Apprentice
Joined: 14 Dec 2004 Posts: 39
|
That was really fast response...
You are right. It is an auto generated cluster channel pair.
Is there a particular way for deleting such a cluster channel pair?
Thanks and Regards... Amit |
|
Back to top |
|
 |
Anirud |
Posted: Wed Apr 27, 2005 6:02 am Post subject: Re: Channel Removal Problems !!! |
|
|
 Master
Joined: 12 Feb 2004 Posts: 285 Location: Vermont
|
amit_talpade_star wrote: |
Is there a particular way for deleting such a cluster channel pair? |
Nigelg wrote: |
Does the CLUSRCVR that it is sending to still exist in the cluster? If not, I expect that a REFRESH CLUSTER on the partial repos will remove it and its channel status. |
|
|
Back to top |
|
 |
amit_talpade_star |
Posted: Wed Apr 27, 2005 6:06 am Post subject: |
|
|
Apprentice
Joined: 14 Dec 2004 Posts: 39
|
I tried the REFRESH CLUSTER suggested earlier and posted my last query.
The REFRESH CLUSTER did not help. The delete channel command does not work for this either.
Is there any other way to do the same? |
|
Back to top |
|
 |
PeterPotkay |
Posted: Wed Apr 27, 2005 3:27 pm Post subject: |
|
|
 Poobah
Joined: 15 May 2001 Posts: 7723
|
On the QM that has the bogus channel you want to get rid of:
Code: |
REFRESH CLUSTER(*) REPOS(YES)
|
The REPOS(YES) option can only be used if the QM you are doing it on is a partial repository. _________________ Peter Potkay
Keep Calm and MQ On |
|
Back to top |
|
 |
|