IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Problem creating cluster channels


IBM Mainframe Forums -> Java & MQSeries
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Midhun Mohandas

New User


Joined: 03 Mar 2014
Posts: 24
Location: India

PostPosted: Wed May 28, 2014 3:34 pm
Reply with quote

Dear all,

I have created a cluster (NCLUSTER) b/w queue managers from windows and z/os. Cluster definitions are as follows

Windows queue manager(winodws12) definitions :

ALTER QMGR REPOS(NCLUSTER)

DEFINE CHANNEL(TO.WINDOWS12) CHLTYPE(CLUSRCVR) TRPTYPE(TCP) CONNAME('172.16.111.222(1414)') CLUSTER(NCLUSTER)

DEFINE CHANNEL(FROM.WINDOWS12) CHLTYPE(CLUSSDR) TRPTYPE(TCP) CONNAME('172.16.100.200(1400)') CLUSTER(NCLUSTER)

z/OS queue manager(ZOS1) defenitions:

DEFINE CHANNEL(TO.WINDOWS12) CHLTYPE(CLUSSDR) TRPTYPE(TCP) CONNAME(172.16.111.222(1414)) CLUSTER(NCLUSTER)

DEFINE CHANNEL(FROM.WINDOWS12) CHLTYPE(CLUSRCVR) TRPTYPE(TCP) CONNAME('172.16.100.200(1400)') CLUSTER(NCLUSTER)

Now channel status in windows is

display chstatus(*)
17 : display chstatus(*)
AMQ8417: Display Channel Status details.
CHANNEL(FROM.WINDOWS12) CHLTYPE(CLUSSDR)
CONNAME(172.16.100.200(1400)) CURRENT
RQMNAME(ZOS1) STATUS(RUNNING)
SUBSTATE(MQGET) XMITQ(SYSTEM.CLUSTER.TRANSMIT.QUEUE)
AMQ8417: Display Channel Status details.
CHANNEL(TO.WINDOWS12) CHLTYPE(CLUSRCVR)
CONNAME(172.16.100.200) CURRENT
RQMNAME(ZOS1) STATUS(RUNNING)
SUBSTATE(RECEIVE)

Now when we give dis clusqmgr(*) in cmd in windows we get

dis clusqmgr(*)
18 : dis clusqmgr(*)
AMQ8441: Display Cluster Queue Manager details.
CLUSQMGR(SYSTEM.TEMPQMGR.172.16.100.200(1400))
CHANNEL(FROM.WINDOWS12) CLUSTER(NCLUSTER)
AMQ8441: Display Cluster Queue Manager details.
CLUSQMGR(WINDOWS12) CHANNEL(TO.WINDOWS12)
CLUSTER(NCLUSTER)

From MQ Explorer I got the message "Severity Description Object name Category
Error Cluster NCLUSTER is unable to contact qmgr believed to be at '172.16.100.200(1400)' (using channel FROM.WINDOWS12) WINDOWS12 Queue Manager / Clusters"

Now my problem is queue manager from z/OS is not coming under cluster .
Now if I add 2 windows queue managers as full repositories and z/OS queue manager as partial repositories still it is not working.

Could someone help me to find where I had went wrong...

Is this is due to port issue?
Could you please tell how to define a cluster-sender and cluster-receiver channel and the points that we need to keep in mind while creating it.
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Wed May 28, 2014 4:06 pm
Reply with quote

good manners dictate to use the code tags when posting source snippets
( all that comes out of the mainframe, generally )
Back to top
View user's profile Send private message
PeterHolland

Global Moderator


Joined: 27 Oct 2009
Posts: 2481
Location: Netherlands, Amstelveen

PostPosted: Thu May 29, 2014 3:28 pm
Reply with quote

Try here :

publib.boulder.ibm.com/infocenter/wmqv6/v6r0/index.jsp?topic=%2Fcom.ibm.mq.csqzah.doc%2Fqc11380_.htm
Back to top
View user's profile Send private message
Midhun Mohandas

New User


Joined: 03 Mar 2014
Posts: 24
Location: India

PostPosted: Thu May 29, 2014 11:10 pm
Reply with quote

Hi,

Please let me know whether there is any problem with my channel definitions.

My receiver channel is always showing "inactive", when I have added z/OS queue manager as partial repository.

Any help is appreciated.
Back to top
View user's profile Send private message
PeterHolland

Global Moderator


Joined: 27 Oct 2009
Posts: 2481
Location: Netherlands, Amstelveen

PostPosted: Fri May 30, 2014 12:38 pm
Reply with quote

Did you do something with the link I provided?
Did you at all consult any manuals?

And why are you starting 3 topics about the same problem?

And don't give me crap about having different titles.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> Java & MQSeries

 


Similar Topics
Topic Forum Replies
No new posts Map Vols and Problem Dataset All Other Mainframe Topics 2
No new posts Creating Unix Directory using COBOL i... COBOL Programming 2
No new posts Creating Report using SORT DFSORT/ICETOOL 7
No new posts z/vm installation problem All Other Mainframe Topics 0
No new posts Creating CSV file from Variable recs ... DFSORT/ICETOOL 11
Search our Forums:

Back to Top