Author |
Message |
Topic: Monitoring runmqsc commands |
sysera
Replies: 10 Views: 17622
|
Forum: General Discussion Posted: Mon Sep 12, 2005 10:48 am Subject: Monitoring runmqsc commands |
Just for kicks, I wrote this for those of us with a use for it. Replace your real runmqsc with it, in your users path that is. Just like the real thing, except...it logs.
#!/bin/bash
#This sc ... |
Topic: Cannot Put To Clustered Queue |
sysera
Replies: 34 Views: 24632
|
Forum: Clustering Posted: Tue Aug 02, 2005 6:56 am Subject: Cannot Put To Clustered Queue |
one more word to the round robin machanism
this is not a cluster-wide mechanism, every putting queuemanager has its own "counters" (sorry, i do not know how to say better).
app01 does not know w ... |
Topic: Cannot Put To Clustered Queue |
sysera
Replies: 34 Views: 24632
|
Forum: Clustering Posted: Tue Aug 02, 2005 5:12 am Subject: Cannot Put To Clustered Queue |
One thing I find interesting is that if I remove all of the unecessary aliases from the queue managers and I put:
from app01
1
2
3
4
5
from app02
6
7
8
9
10
Almost all ten messages en ... |
Topic: Cannot Put To Clustered Queue |
sysera
Replies: 34 Views: 24632
|
Forum: Clustering Posted: Tue Aug 02, 2005 4:34 am Subject: Cannot Put To Clustered Queue |
So you're saying the alias being stored on Web01 and Web02 (and shared in the cluster) is enough for the other two app servers to find the alias queue name from the repositories and be able to put to ... |
Topic: Cannot Put To Clustered Queue |
sysera
Replies: 34 Views: 24632
|
Forum: Clustering Posted: Tue Aug 02, 2005 4:22 am Subject: Cannot Put To Clustered Queue |
I see what you mean about the alias overkill. This cluster was designed by someone else and I'm just kind of running with it. I just only had my first IBM MQ training last month so as you can imagin ... |
Topic: Cannot Put To Clustered Queue |
sysera
Replies: 34 Views: 24632
|
Forum: Clustering Posted: Mon Aug 01, 2005 2:15 pm Subject: Cannot Put To Clustered Queue |
Shouldn't you define the qalias on the cluster from the same qmanager where you did the definition of the base queue to the cluster?
Don't you need to define the alias from each qmgr that carries a ... |
Topic: Cannot Put To Clustered Queue |
sysera
Replies: 34 Views: 24632
|
Forum: Clustering Posted: Mon Aug 01, 2005 11:16 am Subject: Cannot Put To Clustered Queue |
The channel modifications seem to have done the trick on the new duplicate ClusterB.
Thanks a lot for the second set of eyes. This can be quite the task for one person who is new to it all.
Now ... |
Topic: Cannot Put To Clustered Queue |
sysera
Replies: 34 Views: 24632
|
Forum: Clustering Posted: Mon Aug 01, 2005 7:40 am Subject: Cannot Put To Clustered Queue |
The channel modifications seem to have done the trick on the new duplicate ClusterB.
Thanks a lot for the second set of eyes. This can be quite the task for one person who is new to it all.
Now ... |
Topic: Cannot Put To Clustered Queue |
sysera
Replies: 34 Views: 24632
|
Forum: Clustering Posted: Mon Aug 01, 2005 7:26 am Subject: Cannot Put To Clustered Queue |
i think your channels are wrong.
on the web servers define
on web1
clusrcvr to.web1 conname web1
clussdr to.web2 conname web2
on web2
clusrcvr to.web2 conname web2
clussdr to.web1 connam ... |
Topic: Cannot Put To Clustered Queue |
sysera
Replies: 34 Views: 24632
|
Forum: Clustering Posted: Mon Aug 01, 2005 6:21 am Subject: Cannot Put To Clustered Queue |
So far I've been unable to resolve this alias queue issue. Over the weekend I wrote a new set of cluster definitions from the originals to build an APPLICATIONB cluster in order to do some further te ... |
Topic: Cannot Put To Clustered Queue |
sysera
Replies: 34 Views: 24632
|
Forum: Clustering Posted: Fri Jul 29, 2005 12:07 pm Subject: Cannot Put To Clustered Queue |
SSLCAUTH is only used if SSLCIPH is set. If SSLCIPH is blank, then SSLCAUTH is ignored.
Gotcha. |
Topic: Cannot Put To Clustered Queue |
sysera
Replies: 34 Views: 24632
|
Forum: Clustering Posted: Fri Jul 29, 2005 10:18 am Subject: Cannot Put To Clustered Queue |
If it's removed from the cluster, then it shouldn't be showing up on any of the FRs.
The definition on WEBSERVER01 is the correct definition for APPSERVER01? The UIDs match?
If so, then verify ... |
Topic: Cannot Put To Clustered Queue |
sysera
Replies: 34 Views: 24632
|
Forum: Clustering Posted: Fri Jul 29, 2005 9:57 am Subject: Cannot Put To Clustered Queue |
Which QM is not in the cluster any more?
APPSERVER01 has been removed from the cluster.
It's now showing up again in WEBSERVER01, but not in WEBSERVER02, I however still can't put to that cluste ... |
Topic: Cannot Put To Clustered Queue |
sysera
Replies: 34 Views: 24632
|
Forum: Clustering Posted: Fri Jul 29, 2005 9:51 am Subject: Cannot Put To Clustered Queue |
I've been able to remove the queue manager from one repository it seems, but there is still one that is hanging on in the WEBSERVER01 repository. It doesn't want to disappear regardless if I forcerem ... |
Topic: Cannot Put To Clustered Queue |
sysera
Replies: 34 Views: 24632
|
Forum: Clustering Posted: Fri Jul 29, 2005 7:34 am Subject: Cannot Put To Clustered Queue |
I've been able to remove the queue manager from one repository it seems, but there is still one that is hanging on in the WEBSERVER01 repository. It doesn't want to disappear regardless if I forcerem ... |