|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
problem with cluster Qs |
« View previous topic :: View next topic » |
Author |
Message
|
mq_pm |
Posted: Fri Sep 17, 2004 7:14 am Post subject: problem with cluster Qs |
|
|
Centurion
Joined: 27 Aug 2003 Posts: 132
|
Hi,
The problem is regarding the clusters. I have 2 repository Qmgrs. I have added a new Qmgr which is defined on remote machine, to the cluster defining the cluster sender and recevier channels. When i give display command on one of the repository Qmgr, it displays that the new qmgr is in the cluster but the status is retrying. In the explorer, wheni tried to connect, it says,
Qmgr not availale for connection. Ensure that Qmgr is rnning. If it is running on another computer, ensure it is configured to accept remote connections.
How to make sure that itis configured to accept remote connections.
I have added one more new Qmgr whichis defined on another remote machine and same thing it displays when i try to display the details...
in the explorer wheni try to connect it gives an error of:
Qmgr not known. If it is remote, this may indicate that another Qmgr is incorrectly using the same connection name. Queuemanager suing tCP/IP on the same computer must listen on different port numbers. This means that they will also havae diff connection names.
I have used a script to define Qmgr, channels, Queues on both remote machines. But the errors it gives are different. And also iam not sure how to solve it. Can anyone suggest.
Thanks alot. |
|
Back to top |
|
 |
mrlinux |
Posted: Fri Sep 17, 2004 7:44 am Post subject: |
|
|
 Grand Master
Joined: 14 Feb 2002 Posts: 1261 Location: Detroit,MI USA
|
Well first post all of your channel definitions, and also is the remote queue managers listener running ??? _________________ Jeff
IBM Certified Developer MQSeries
IBM Certified Specialist MQSeries
IBM Certified Solutions Expert MQSeries |
|
Back to top |
|
 |
mq_pm |
Posted: Fri Sep 17, 2004 8:07 am Post subject: |
|
|
Centurion
Joined: 27 Aug 2003 Posts: 132
|
I have checked that listener was not running. Now i have started.....
Here are the definitions:
DEFINE CHANNEL ('TO_QM_TQ') CHLTYPE(CLUSRCVR) +
TRPTYPE(TCP) +
CLUSTER('TX') +
CLUSNL(' ') +
CONNAME('YYYYYY(1414)') +
BATCHSZ(50) +
CONVERT(NO) +
DESCR(' ') +
DISCINT(6000) +
HBINT(300) +
LONGRTY(999999999) +
LONGTMR(1200) +
SHORTRTY(10) +
SHORTTMR(60) +
MAXMSGL(4194304) +
MCAUSER(' ') +
MRDATA(' ') +
MREXIT(' ') +
MRRTY(10) +
MRTMR(1000) +
MSGDATA(' ') +
MSGEXIT(' ') +
NETPRTY(0) +
NPMSPEED(FAST) +
PUTAUT(DEF) +
RCVDATA(' ') +
RCVEXIT(' ') +
SCYDATA(' ') +
SCYEXIT(' ') +
SENDDATA(' ') +
SENDEXIT(' ') +
SEQWRAP(999999999) +
REPLACE
DEFINE CHANNEL ('TO_QM_TQ1') CHLTYPE(CLUSSDR) +
TRPTYPE(TCP) +
CLUSTER('TX') +
CLUSNL(' ') +
CONNAME('XXXXXX(1414)') +
BATCHSZ(50) +
CONVERT(NO) +
DESCR(' ') +
DISCINT(6000) +
HBINT(300) +
LONGRTY(999999999) +
LONGTMR(1200) +
SHORTRTY(10) +
SHORTTMR(60) +
MAXMSGL(4194304) +
MCATYPE(THREAD) +
MCAUSER(' ') +
MSGDATA(' ') +
MSGEXIT(' ') +
NPMSPEED(FAST) +
RCVDATA(' ') +
RCVEXIT(' ') +
SCYDATA(' ') +
SCYEXIT(' ') +
SENDDATA(' ') +
SENDEXIT(' ') +
SEQWRAP(999999999) +
USERID(' ') +
REPLACE
DEFINE QLOCAL ('L.Queue') +
CLUSTER('TX') +
CLUSNL(' ') +
DEFBIND(NOTFIXED) +
DEFPSIST(YES) +
DESCR(' ') +
PUT(ENABLED) +
DEFPRTY(0) +
SCOPE(QMGR) +
GET(ENABLED) +
MAXDEPTH(5000) +
MAXMSGL(4194304) +
SHARE +
DEFSOPT(SHARED) +
MSGDLVSQ(PRIORITY) +
HARDENBO +
USAGE(NORMAL) +
NOTRIGGER +
TRIGTYPE(FIRST) +
TRIGDPTH(1) +
TRIGMPRI(0) +
TRIGDATA(' ') +
PROCESS(' ') +
INITQ(' ') +
RETINTVL(999999999) +
BOTHRESH(0) +
BOQNAME(' ') +
QDEPTHHI(80) +
QDEPTHLO(20) +
QDPMAXEV(ENABLED) +
QDPHIEV(DISABLED) +
QDPLOEV(DISABLED) +
QSVCINT(999999999) +
QSVCIEV(NONE) +
DISTL(NO) +
REPLACE
I still get this error:
Qmgr not availale for connection. Ensure that Qmgr is rnning. If it is running on another computer, ensure it is configured to accept remote connections. |
|
Back to top |
|
 |
EddieA |
Posted: Fri Sep 17, 2004 10:00 am Post subject: |
|
|
 Jedi
Joined: 28 Jun 2001 Posts: 2453 Location: Los Angeles
|
What errors are logged, in the QM/errors directory on both sides.
Cheers, _________________ Eddie Atherton
IBM Certified Solution Developer - WebSphere Message Broker V6.1
IBM Certified Solution Developer - WebSphere Message Broker V7.0 |
|
Back to top |
|
 |
mq_pm |
Posted: Fri Sep 17, 2004 11:05 am Post subject: |
|
|
Centurion
Joined: 27 Aug 2003 Posts: 132
|
oops!!! i made a mistake. Since i created the Qmgr and other objects with the script, i made a mistake while creating the sever connection channel. I looked into the logs it was showing couldn't find the channel but i was seeing the channel so couldn't make out that it was misspelled........sorry for troubling but suggestion was helpful. I looked again into the logs and this time i was able to figure the problem. Thanks alot.
Now the error i get it access not authorized and in the logs it says OAM was unable to obtain a SID for the specific entity( which is for the userid). I think i need to use setmqaut to give authorization to the userid. Am I right??? |
|
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
|
|
|
|