|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
cluster functioning error |
« View previous topic :: View next topic » |
Author |
Message
|
vpkjadhav |
Posted: Thu Aug 03, 2006 3:35 pm Post subject: cluster functioning error |
|
|
Newbie
Joined: 03 Aug 2006 Posts: 9
|
I am trying to create a cluster network on one system. This is a cluster gui demo available from IBM support pack. There are four servers SERVER1, SERVER2, SERVER3, SERVER4 as queue mangers and CLIENT1 as queue manager. They all have listeners running on same machine (tcp/ip) but on port numbers 1502, 1503, 1504, 1505, 1506. They have a shared que
DEMOQ (cluster queue) as given in example.
When I put message using following command
amqsput DEMOQ Server1
and access message using
amqsget DEMOQ Server4
why I do not get message? it is clustered que running on same machine.
I chekced all channels status - running. SERVER1 is repository. However in demo they have not defined any sender channel from SERVER1.
http://www-1.ibm.com/support/docview.wss?rs=171&uid=swg24006438&loc=en_US&cs=utf-8&lang=en
graphical clustering demo. There is error in defining SERVER1 port 2102 instead of 1502.
I am running demo on windows machine
thx |
|
Back to top |
|
 |
fjb_saper |
Posted: Thu Aug 03, 2006 3:39 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
Is your put successful? have you tried using capitals for the server names?
amqsput DEMOQ SERVER1
and access message using
amqsget DEMOQ SERVER4
Enjoy  _________________ MQ & Broker admin |
|
Back to top |
|
 |
vpkjadhav |
Posted: Thu Aug 03, 2006 3:56 pm Post subject: cluster error |
|
|
Newbie
Joined: 03 Aug 2006 Posts: 9
|
Yes put is successful. A message put in DEMOQ cluster que on SERVER1 can be acessed from SERVER1. However it is not accessible from SERVER 2 or 3, 4 . DEMOQ is hosted on all qmanagers (SERVER1,2,..4 and client1) on same machine. It is cluster queue. |
|
Back to top |
|
 |
vpkjadhav |
Posted: Thu Aug 03, 2006 4:17 pm Post subject: server1 que manegr is throwing error |
|
|
Newbie
Joined: 03 Aug 2006 Posts: 9
|
MQPUT1 on object '' returned 2085 Unknown object name..
above error is echoed from server1 (que manager) |
|
Back to top |
|
 |
jefflowrey |
Posted: Thu Aug 03, 2006 5:25 pm Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
You can't GET from a queue that is not a QLOCAL to the queue manager you have connected to.
Clustering doesn't change this.
The only way for a message PUT to DEMOQ queue on SERVER1 to be GETTABLE from SERVER4 is if the workload balancing decided that SERVER4's copy of the DEMOQ queue was the place to put it.
If you are not using version 6, or have not taken additional steps, and you PUT to SERVER1 and SERVER1 has a copy of DEMOQ, then the message will only end up on SERVER1.
The Queue Manager Clusters manual is your next step. Good luck. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|