ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » Clustering » cluser channel problem

Post new topic  Reply to topic Goto page 1, 2  Next
 cluser channel problem « View previous topic :: View next topic » 
Author Message
suneel
PostPosted: Wed Jan 05, 2011 8:00 am    Post subject: cluser channel problem Reply with quote

Voyager

Joined: 06 Nov 2009
Posts: 89

Hi,

I am having 6.0.2.1. When i am posting messages in to cluster queue messages are going to SYSYTEM.CLUSTER.TRANSMIT.QUEUE. Channel is not coming up. channel is in inactive status only. Every time i have to go for manual start of this cluster sender channel. Please suggest me on this.

Suneel
Back to top
View user's profile Send private message Send e-mail
Vitor
PostPosted: Wed Jan 05, 2011 8:03 am    Post subject: Re: cluser channel problem Reply with quote

Grand High Poobah

Joined: 11 Nov 2005
Posts: 26093
Location: Texas, USA

suneel wrote:
Please suggest me on this.


Apply maintenance.
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
suneel
PostPosted: Wed Jan 05, 2011 10:04 am    Post subject: Reply with quote

Voyager

Joined: 06 Nov 2009
Posts: 89

maintanence?

Suneel
Back to top
View user's profile Send private message Send e-mail
Vitor
PostPosted: Wed Jan 05, 2011 10:10 am    Post subject: Reply with quote

Grand High Poobah

Joined: 11 Nov 2005
Posts: 26093
Location: Texas, USA

suneel wrote:
maintanence?


6.0.2.1 is a very old version. Perhaps it has a bug in it's cluster channel trigger.
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
bruce2359
PostPosted: Wed Jan 05, 2011 10:32 am    Post subject: Reply with quote

Poobah

Joined: 05 Jan 2008
Posts: 9469
Location: US: west coast, almost. Otherwise, enroute.

Is this your only qmgr? Is this the only qmgr at 6.0.2.1? Is this the only qmgr with this problem?
_________________
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
View user's profile Send private message
santnmq
PostPosted: Wed Jan 12, 2011 9:19 pm    Post subject: Reply with quote

Centurion

Joined: 11 Jan 2011
Posts: 125

post the detail of your cluster, PR & FR qmgrs and which sender channel you have to start before message transfer ....???
Back to top
View user's profile Send private message
John89011
PostPosted: Wed Jan 12, 2011 10:19 pm    Post subject: Reply with quote

Voyager

Joined: 15 Apr 2009
Posts: 94

After you manually start the clussdr, does the message make it to the target queue?

Check your system.cluster.transmit.queue definition, by default it should have:
TRIGDPTH(1)
TRIGTYPE(FIRST)
Back to top
View user's profile Send private message
suneel
PostPosted: Wed Jan 12, 2011 10:21 pm    Post subject: Reply with quote

Voyager

Joined: 06 Nov 2009
Posts: 89

Yes after starting manually message is going to target queue.
Back to top
View user's profile Send private message Send e-mail
John89011
PostPosted: Wed Jan 12, 2011 10:23 pm    Post subject: Reply with quote

Voyager

Joined: 15 Apr 2009
Posts: 94

can you display your sys xmitq?

dis queue(system.cluster.transmit.queue) all
Back to top
View user's profile Send private message
suneel
PostPosted: Wed Jan 12, 2011 10:26 pm    Post subject: Reply with quote

Voyager

Joined: 06 Nov 2009
Posts: 89

dis queue(system.cluster.transmit.queue) all
AMQ8409: Display Queue details.

QUEUE(SYSTEM.CLUSTER.TRANSMIT.QUEUE) TYPE(QLOCAL)
ACCTQ(QMGR) ALTDATE(2011-01-13)
ALTTIME(05.36.23) BOQNAME( )
BOTHRESH(0) CLUSNL( )
CLUSTER( ) CLWLPRTY(0)
CLWLRANK(0) CLWLUSEQ(QMGR)
CRDATE(2008-12-03) CRTIME(09.57.21)
CURDEPTH(9 DEFBIND(OPEN)
DEFPRTY(0) DEFPSIST(NO)
DEFSOPT(SHARED) DEFTYPE(PREDEFINED)
DESCR(WebSphere MQ Cluster Transmission Queue)
DISTL(YES) GET(ENABLED)
HARDENBO INITQ( )
IPPROCS(13) MAXDEPTH(999999999)
MAXMSGL(4194304) MONQ(QMGR)
MSGDLVSQ(PRIORITY) TRIGGER
NPMCLASS(NORMAL) OPPROCS(47)
PROCESS( ) PUT(ENABLED)
QDEPTHHI(80) QDEPTHLO(20)
QDPHIEV(DISABLED) QDPLOEV(DISABLED)
QDPMAXEV(ENABLED) QSVCIEV(NONE)
QSVCINT(999999999) RETINTVL(999999999)
SCOPE(QMGR) SHARE
STATQ(QMGR) TRIGDATA( )
TRIGDPTH(1) TRIGMPRI(0)
TRIGTYPE(FIRST) USAGE(XMITQ)
Back to top
View user's profile Send private message Send e-mail
santnmq
PostPosted: Wed Jan 12, 2011 10:54 pm    Post subject: Reply with quote

Centurion

Joined: 11 Jan 2011
Posts: 125

Quote:
STATQ(QMGR) TRIGDATA( )
TRIGDPTH(1) TRIGMPRI(0)
TRIGTYPE(FIRST) USAGE(XMITQ)


Needs to be checked if the TRIGDATA( ) should be blank in this case...
Back to top
View user's profile Send private message
skoobee
PostPosted: Wed Jan 12, 2011 11:33 pm    Post subject: Reply with quote

Acolyte

Joined: 26 Nov 2010
Posts: 52

[quote]
Needs to be checked if the TRIGDATA( ) should be blank in this case...
[/quote]

No. Cluster channels use a different triggering mechanism which does not use the trigger attributes of the xmitq.
Back to top
View user's profile Send private message
santnmq
PostPosted: Thu Jan 13, 2011 2:45 am    Post subject: Reply with quote

Centurion

Joined: 11 Jan 2011
Posts: 125

another thread with the same kind of issue ...

http://www.mqseries.net/phpBB/viewtopic.php?p=78980&sid=6ecb3795e2f11c4b0d56517abfbfec8a

this may be helpful
Back to top
View user's profile Send private message
Vitor
PostPosted: Thu Jan 13, 2011 5:10 am    Post subject: Reply with quote

Grand High Poobah

Joined: 11 Nov 2005
Posts: 26093
Location: Texas, USA

santnmq wrote:
this may be helpful


If it wasn't a 6 year old thread talking about WMQv5.3.5 it might be!

I know I chided the OP for having an old version but it's not that bad. They are on a different major version to the thread you suggested.
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
santnmq
PostPosted: Tue Jan 18, 2011 3:38 am    Post subject: Reply with quote

Centurion

Joined: 11 Jan 2011
Posts: 125

Ya, you are right, this thread was for a diffrent version.

Intention was to provide an hint on the issue.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Goto page 1, 2  Next Page 1 of 2

MQSeries.net Forum Index » Clustering » cluser channel problem
Jump to:  



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
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.