Author |
Message
|
kriersd |
Posted: Mon Jan 20, 2003 9:11 am Post subject: Can't see the cluster sender channel! |
|
|
 Master
Joined: 22 Jul 2002 Posts: 209 Location: IA, USA
|
Folks
I am not a big expert on MQSeries so it could be user error here.
Anyway, I have a queue manager on AIX (AIXQM1) that is the cluster repository queue manager. I also have two other NT queue managers that are in the cluster (NTQM1, NTQM2). It seems strange to me, that I can not see the cluster sender channel pointing to one of the NT queue managers (NTQM1) on the AIX queue manager. I can see the cluster sender channel for (NTQM2), but not (NTQM1).
I believe the channel does exist, because when I click on the advanced tab under the queue manager and look at "Cluster Queue Managers" I see both (NTQM1, & NTQM2) queue managers and looking at the properties for queue manager (NTQM1) I see "Automatic Cluster Sender: TO.NTQM1.TCP"
Why do I not see the channel "TO.NTQM1.TCP" under the Advanced - Channel tab in the MMC.
Anyone know why?
What is the difference between "Automatic Cluster Sender Channel" and a "Cluster Sender Channel"?
Thanks
Dave _________________ Dave Krier
IBM WebSphere MQ Workflow V3.4 Solution Designer |
|
Back to top |
|
 |
vennela |
Posted: Mon Jan 20, 2003 9:35 am Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
I think you won't be able to see CLUSSDR and CLUSRCVR channels if they are not running.
In runmqsc if you do a display on the channel it wouldn't show.
But if the channel is running then you will be able to display the channel status.
The reason why you are seeing the channels on the other NT box is because they are in running state.
I am not sure about the Windows MQ Explorer : but if you select the channels tab and ask it to show the system objects I think it would show the CLUSSDR channels.
---
Venny |
|
Back to top |
|
 |
bduncan |
Posted: Mon Jan 20, 2003 10:41 am Post subject: |
|
|
Padawan
Joined: 11 Apr 2001 Posts: 1554 Location: Silicon Valley
|
Yes, if you are in runmqsc, the "dis chs(*)" command will only show those channels which have *some* status. For those channels which have no status, you need to use the "dis channel(*)" command... _________________ Brandon Duncan
IBM Certified MQSeries Specialist
MQSeries.net forum moderator |
|
Back to top |
|
 |
blowbeat |
Posted: Mon Jan 20, 2003 11:31 pm Post subject: |
|
|
Apprentice
Joined: 02 Apr 2002 Posts: 49
|
What is the difference between "Automatic Cluster Sender Channel" and a "Cluster Sender Channel"?
"Automatic" (probably) is used for the channels that the qmgr itself defines when needed, as opposed to pre-defined channels.
Check thge Queue Manager Clusters manual for details.
Jan. |
|
Back to top |
|
 |
leongor |
Posted: Tue Jan 21, 2003 3:44 am Post subject: |
|
|
 Master
Joined: 13 May 2002 Posts: 264 Location: Israel
|
Full repository qmgr auto defines cluster sender channel to any partial repository qmgr.
This kind of channel you cannot see with dis chl(*) command.
You can see it only in running state with dis chstatus(*) command. _________________ Regards.
Leonid.
IBM Certified MQSeries Specialist. |
|
Back to top |
|
 |
|