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 » General Discussion » [Solved] error starting channel

Post new topic  Reply to topic
 [Solved] error starting channel « View previous topic :: View next topic » 
Author Message
vivekkooks
PostPosted: Tue Jul 15, 2003 3:41 am    Post subject: [Solved] error starting channel Reply with quote

Voyager

Joined: 11 Jun 2003
Posts: 91

Hello,
I have installed MQSeries on Linux/Intel.
I want to set up queue manager clusters of two queue managers(LONDON and NEWYORK).
My configuration is as follows:
On M/C 1:
1. crtmqm LONDON
2. runmqm LONDON
3. runmqlsr -t tcp -m LONDON
4. alter qmgr repos(INVENTORY123)
5. DEFINE CHANNEL(TO.LONDON) CHLTYPE(CLUSRCVR) TRPTYPE(TCP)
CONNAME('172.30.0.43') CLUSTER(INVENTORY123)
DESCR('Cluster-receiver channel for queue manager LONDON')
6. DEFINE CHANNEL(TO.NEWYORK) CHLTYPE(CLUSSDR) TRPTYPE(TCP)
CONNAME('172.30.0.41') CLUSTER(INVENTORY123)
DESCR('Cluster-sender channel from LONDON to repository at NEWYORK')

On M/C 2:
1. crtmqm NEWYORK
2. runmqm NEWYORK
3. runmqlsr -t tcp -m NEWYORK
4. 4. alter qmgr repos(INVENTORY123)
5. DEFINE CHANNEL(TO.NEWYORK) CHLTYPE(CLUSRCVR) TRPTYPE(TCP)
CONNAME('172.30.0.41') CLUSTER(INVENTORY123)
DESCR('Cluster-receiver channel for queue manager NEWYORK')
6. DEFINE CHANNEL(TO.LONDON) CHLTYPE(CLUSSDR) TRPTYPE(TCP)
CONNAME('172.30.0.43') CLUSTER(INVENTORY123)
DESCR('Cluster-sender channel from NEWYORK to repository at LONDON')

when I am trying to run the clannels,
M/C 1:
runmqchl -c TO.NEWYORK -m LONDON
I am getting Channel not defined on remote system error(AMQ9520)

same is the error for M/C also.

Any help in this regard?
also is is correct if I use 'ipaddress' in CONNAME like: CONNAME('172.30.0.41')?
Back to top
View user's profile Send private message
mqonnet
PostPosted: Tue Jul 15, 2003 4:55 am    Post subject: Reply with quote

Grand Master

Joined: 18 Feb 2002
Posts: 1114
Location: Boston, Ma, Usa.

Looks like you hit the same problem as your other post.

You need to include the port number that you want your listeners to listen on. runmqlsr has another command line arg -p to specify the port no.

You got it all right, or rather at least it looks right in your post. Just add the port number to your listeners and you should be fine.

As an aside, if you have repos qms involved and you are creating a clustered communication, you DO not manually start the channels, they are started automatically once they are created.

And yes, you can include the ip address in the conname.

Also whenever you have channel issues, just issue PING CHANNEL <CHANNEL NAME> from within runmqsc. If it doesnt work, then there sure is something wrong with the setup someplace.

Cheers
Kumar
Back to top
View user's profile Send private message Send e-mail Visit poster's website
vivekkooks
PostPosted: Tue Jul 15, 2003 6:18 am    Post subject: Reply with quote

Voyager

Joined: 11 Jun 2003
Posts: 91

thank you,
the problem is solved. I was using 1414 for previously created channel. I mentioned different port no for these channels and it worked.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » General Discussion » [Solved] error starting channel
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.