Author |
Message |
Topic: (Urgent query) How to skew load between 2 cluster qmgrs? |
zhanghz
Replies: 9 Views: 8815
|
Forum: Clustering Posted: Wed Dec 02, 2009 1:52 am Subject: (Urgent query) How to skew load between 2 cluster qmgrs? |
great great thanks, guys!!! I will look into CLWLWGHT now |
Topic: (Urgent query) How to skew load between 2 cluster qmgrs? |
zhanghz
Replies: 9 Views: 8815
|
Forum: Clustering Posted: Wed Dec 02, 2009 12:35 am Subject: (Urgent query) How to skew load between 2 cluster qmgrs? |
Hi guys,
Please excuse this post of mine, I have no time to search through the forum and I was asked to report to management in 2-3 hours time.
Basically the question is how to skew load betwe ... |
Topic: Open one particular CLUSQ got 2085 |
zhanghz
Replies: 38 Views: 35010
|
Forum: Clustering Posted: Tue Nov 03, 2009 1:15 am Subject: Open one particular CLUSQ got 2085 |
just to close this. Support advised AIX to remove CLUSQB from cluster, delete CLUSQB, recreate CLUSQB in cluster. After AIX did that, I still got 2085 when putting messages into CLUSQB from MF; I did ... |
Topic: Open one particular CLUSQ got 2085 |
zhanghz
Replies: 38 Views: 35010
|
Forum: Clustering Posted: Mon Oct 19, 2009 7:46 pm Subject: Open one particular CLUSQ got 2085 |
According to AIX, they tried to delete/redefine CLUSQB, but failed to resolve the problem.
Not sure what this means.
Did they try, but fail to delete/redefine CLUSQB? Or did they try, and success ... |
Topic: Open one particular CLUSQ got 2085 |
zhanghz
Replies: 38 Views: 35010
|
Forum: Clustering Posted: Sun Oct 18, 2009 6:02 pm Subject: Open one particular CLUSQ got 2085 |
This is a UAT environment. According to AIX, they tried to delete/redefine CLUSQB, but failed to resolve the problem. Only after they define the CLUSQB2 could Mainframe application (and Mainframe CSQ4 ... |
Topic: Open one particular CLUSQ got 2085 |
zhanghz
Replies: 38 Views: 35010
|
Forum: Clustering Posted: Thu Oct 15, 2009 11:05 pm Subject: Open one particular CLUSQ got 2085 |
again.... are you able to start all these channels so they get into running state?
Yes, all channels are in running status. And MQOPEN 2085 still.. |
Topic: Open one particular CLUSQ got 2085 |
zhanghz
Replies: 38 Views: 35010
|
Forum: Clustering Posted: Thu Oct 15, 2009 4:30 pm Subject: Open one particular CLUSQ got 2085 |
looks like you have incactive cluster channels. verify all clussdr and clusrcvr for this cluster are running, both on AIX and MF, then try again.
did you check amqerr log files and chin address spa ... |
Topic: Open one particular CLUSQ got 2085 |
zhanghz
Replies: 38 Views: 35010
|
Forum: Clustering Posted: Thu Oct 15, 2009 1:59 am Subject: Open one particular CLUSQ got 2085 |
Can you please provide the content of:
dis clusqmgr(*) on both AIX and MF
The correlationID in text form (i.e. we want the channel) of the messages stuck in SYSTEM.CLUSTER.TRANSMIT.QUEUE on the MF.
... |
Topic: Open one particular CLUSQ got 2085 |
zhanghz
Replies: 38 Views: 35010
|
Forum: Clustering Posted: Thu Oct 15, 2009 1:30 am Subject: Open one particular CLUSQ got 2085 |
AIX created a CLUSQB2. I am able to put messages to CLUSQB2 using sample program. |
Topic: Open one particular CLUSQ got 2085 |
zhanghz
Replies: 38 Views: 35010
|
Forum: Clustering Posted: Wed Oct 14, 2009 6:07 pm Subject: Open one particular CLUSQ got 2085 |
Hi Bruce, my replies in RED.
What version of WMQ on z/OS?
V6
Are you saying that there are only two qmgrs in this cluster (one AIX, one z/OS)?
And that one is an FR, and the other is a PR? ... |
Topic: Open one particular CLUSQ got 2085 |
zhanghz
Replies: 38 Views: 35010
|
Forum: Clustering Posted: Wed Oct 14, 2009 5:45 pm Subject: Open one particular CLUSQ got 2085 |
...the queue names are all CAPITAL
Paste here the DEFINE QL mqsc script command that the AIX team uses for the cluster queue in question.
dis qc(*) on MF qmgr does not see CLUSQB.
You have told u ... |
Topic: Open one particular CLUSQ got 2085 |
zhanghz
Replies: 38 Views: 35010
|
Forum: Clustering Posted: Wed Oct 14, 2009 5:11 pm Subject: Open one particular CLUSQ got 2085 |
I'm going to guess that this is one of those lower-case vs. UPPER-CASE vs. MiXeD-cAsE issues.
On z/OS, whenever you type lower-case, the editor folds it to UPPER-CASE. Is the queue name literally ... |
Topic: Open one particular CLUSQ got 2085 |
zhanghz
Replies: 38 Views: 35010
|
Forum: Clustering Posted: Wed Oct 14, 2009 5:06 pm Subject: Open one particular CLUSQ got 2085 |
Try using one of the zOS MQ sample programs to put a message to the two queues, as described as http://publib.boulder.ibm.com/infocenter/wmqv7/v7r0/topic/com.ibm.mq.csqzal.doc/fg18210_.htm
If this ... |
Topic: Open one particular CLUSQ got 2085 |
zhanghz
Replies: 38 Views: 35010
|
Forum: Clustering Posted: Wed Oct 14, 2009 8:05 am Subject: Open one particular CLUSQ got 2085 |
dis qc(*) on MF qmgr does not see CLUSQB.
I went through MF application's program, nothing moved to QMGRNAME. Default is SPACES. And application team says they use the same program to put messages ... |
Topic: Open one particular CLUSQ got 2085 |
zhanghz
Replies: 38 Views: 35010
|
Forum: Clustering Posted: Wed Oct 14, 2009 5:44 am Subject: Open one particular CLUSQ got 2085 |
Recheck the MF program. Make sure it does the put with an empty/ cleared qmgrname field. This applies to the open of the queue or the put1.
Have fun.
I have checked this. The program ... |