Author |
Message |
Topic: RDQM "centralized" start / stop qm scripts? |
mqprimerib
Replies: 3 Views: 4252
|
Forum: General IBM MQ Support Posted: Fri Sep 27, 2024 4:34 am Subject: RDQM "centralized" start / stop qm scripts? |
Thanks for given me another way to approach this. I appreciate it. |
Topic: RDQM "centralized" start / stop qm scripts? |
mqprimerib
Replies: 3 Views: 4252
|
Forum: General IBM MQ Support Posted: Thu Sep 26, 2024 9:14 am Subject: RDQM "centralized" start / stop qm scripts? |
Hi gang,
We've recently spun up a couple of 3 node RDQM clusters running MQ 9.3. No issues there but it is still new to me. I find some simple tasks like endmqm $QM and strmqm $QM a bit more invo ... |
Topic: all messages to a RDQM are ending up in DEADLETTER queue |
mqprimerib
Replies: 1 Views: 7386
|
Forum: Clustering Posted: Tue May 23, 2023 12:38 pm Subject: all messages to a RDQM are ending up in DEADLETTER queue |
Hey gang,
Setting up a new RDQMs.
MQ 9.2.0.4
3 nodes
We point traffic to our the floating IP for our first queue manager, it connects fine, but all messages end up in the deadletter queu ... |
Topic: Log monitoring for MQ? |
mqprimerib
Replies: 5 Views: 5010
|
Forum: General IBM MQ Support Posted: Tue Feb 08, 2022 7:26 am Subject: Re: Log monitoring for MQ? |
Our MQ Errors logs are ingested into the central Enterprise Logging system and we use those facilities to run searches, reports, build alerts for interesting log entries, etc.
Nice to be able to ... |
Topic: Log monitoring for MQ? |
mqprimerib
Replies: 5 Views: 5010
|
Forum: General IBM MQ Support Posted: Fri Feb 04, 2022 12:13 pm Subject: Log monitoring for MQ? |
My bad. I'm at v9.1.0.7
And we use the default circular logging so 1 primary, 2 secondary.
And obviously interested in how others are looking through /var/mqm/qmgrs/QM*/errors/AMQERR01.LOG |
Topic: Log monitoring for MQ? |
mqprimerib
Replies: 5 Views: 5010
|
Forum: General IBM MQ Support Posted: Fri Feb 04, 2022 9:50 am Subject: Log monitoring for MQ? |
We're running MQ9 on Redhat. We have Netflixity Qflex to tell us when messages are not flowing as expected.
But last week we were bitten by this issue:
IT15913: Queue manager becomes unrespons ... |
Topic: visual queue layout |
mqprimerib
Replies: 4 Views: 6984
|
Forum: General Discussion Posted: Fri Mar 26, 2021 6:12 am Subject: visual queue layout |
My management loves pictures and graphs and shiny things. LOL. They are asking if there any tools available to be able to see the layout of our MQ implementation(s).
For instance, we have many B ... |
Topic: source of connection |
mqprimerib
Replies: 6 Views: 12400
|
Forum: IBM MQ Installation/Configuration Support Posted: Tue Jun 18, 2019 9:32 am Subject: source of connection |
So I'm moving a new MQ 9.0.0.4 instance (from MQ8).
I did the dump, the authrecs everything looks good. But now I'm seeing errors in my /var/mqm/qmgrs/QM\!EC1\!1\!DEV02/errors/AMQERR01.LOG
Abou ... |
Topic: dltmqinst : Entry is still active and has not been deleted |
mqprimerib
Replies: 3 Views: 6826
|
Forum: General IBM MQ Support Posted: Thu Jul 13, 2017 6:46 am Subject: dltmqinst : Entry is still active and has not been deleted |
fjb_saper,
I hadn't removed the packages. I removed them and the instance delete works now.
[root@mq8 ~]# dltmqinst -n Installation1 -p /opt/mqm
Entry deleted successfully.
Thanks!!! |
Topic: dltmqinst : Entry is still active and has not been deleted |
mqprimerib
Replies: 3 Views: 6826
|
Forum: General IBM MQ Support Posted: Tue Jul 11, 2017 10:50 am Subject: dltmqinst : Entry is still active and has not been deleted |
Hey folks,
I did a side by side upgrade from MQ7 to MQ8 last year. Now I'm trying to remove the old MQ7 installation that we've upgraded from, leaving the mq8 installation. Some info:
Ident ... |
Topic: load balancing in front of QM clusters |
mqprimerib
Replies: 5 Views: 10691
|
Forum: Clustering Posted: Thu Nov 17, 2016 12:50 pm Subject: load balancing in front of QM clusters |
You wouldn't use MQCONNX with a qmgr name. You'd use it with a hostname/port. This would be a virtual hostname/port, that the F5 load balanced between the qmgrs.
Ah, I see. Thanks.
For every q ... |
Topic: load balancing in front of QM clusters |
mqprimerib
Replies: 5 Views: 10691
|
Forum: Clustering Posted: Thu Nov 17, 2016 10:55 am Subject: load balancing in front of QM clusters |
It's not clear how to configure QM clusters AND use a F5 load balancer in front for incoming WAS puts. If I have a QM cluster pair (QM1 and QM2) and I use a F5 load balancer in front, how do I simpli ... |
Topic: load balancing in front of QM clusters |
mqprimerib
Replies: 5 Views: 10691
|
Forum: Clustering Posted: Tue Nov 15, 2016 6:13 am Subject: load balancing in front of QM clusters |
So we're still considering the use of QM clusters. My dev counterpart asked if we could use the F5 load balancer in front of the QM cluster pair I have set up.
Has anyone done this? I could ... |
Topic: how to test QM clusters and workload balancing |
mqprimerib
Replies: 4 Views: 8995
|
Forum: Clustering Posted: Tue Nov 08, 2016 6:56 am Subject: how to test QM clusters and workload balancing |
So I have my environment all setup and now I want to test workload balancing. I want to make sure I open the queue with BIND_NOT_FIXED but I don't see an option in MQ Visual Edit's put server for th ... |
Topic: 2 FRs, can only put to 1 of them? |
mqprimerib
Replies: 14 Views: 18099
|
Forum: Clustering Posted: Wed Nov 02, 2016 10:08 am Subject: 2 FRs, can only put to 1 of them? |
Makes sense. I've defined qlocals with the cluster on both QMs now.
Did you intend to define ALL of your local queues as cluster queues? If so, why?
Being new to QM clustering, I ran with the a ... |