Author |
Message |
Topic: Old MQ died after huge amount of data - AMQ4059 |
Buster
Replies: 17 Views: 14534
|
Forum: General IBM MQ Support Posted: Mon Apr 29, 2024 6:38 am Subject: Old MQ died after huge amount of data - AMQ4059 |
Gosh! Sometimes Murphy hits hard and unforgiving...
I just learned that our IT team have reconfigured the firewall and closing port 1414 without telling us. Port 1414 is what I use for the MQ!
... |
Topic: Old MQ died after huge amount of data - AMQ4059 |
Buster
Replies: 17 Views: 14534
|
Forum: General IBM MQ Support Posted: Sun Apr 28, 2024 9:10 pm Subject: Old MQ died after huge amount of data - AMQ4059 |
I suggest ending the qmgr and then kill all mqm processes associated with it.
endmqm -i YOURQMNAME
ps -ef | grep mqm
kill -9 processidnumber
strmqm YOURQMNAME
Check that the listener has star ... |
Topic: Old MQ died after huge amount of data - AMQ4059 |
Buster
Replies: 17 Views: 14534
|
Forum: General IBM MQ Support Posted: Sun Apr 28, 2024 9:01 pm Subject: Old MQ died after huge amount of data - AMQ4059 |
Hmmmm. What are the create date/time for AMQERR01.LOG, AMQERR02.LOG and AMQERR03.LOG?
Since this is a test qmgr and of minimal value, I'd suggest deleting and recreating it with the same attribut ... |
Topic: Old MQ died after huge amount of data - AMQ4059 |
Buster
Replies: 17 Views: 14534
|
Forum: General IBM MQ Support Posted: Sun Apr 28, 2024 9:05 am Subject: Old MQ died after huge amount of data - AMQ4059 |
Really? There were zero log entries from the first three months of 2024 thru these error messages? And the qmgr is used daily? No checkpoints logged? No channels started or ended?
Was this qm ... |
Topic: Old MQ died after huge amount of data - AMQ4059 |
Buster
Replies: 17 Views: 14534
|
Forum: General IBM MQ Support Posted: Sun Apr 28, 2024 6:19 am Subject: Old MQ died after huge amount of data - AMQ4059 |
Is the test qmgr left RUNNING when not being used?
What is the last changed date on the mq.ini file for this qmgr? What change was made?
The test qmgr is always running. Test messages are n ... |
Topic: Old MQ died after huge amount of data - AMQ4059 |
Buster
Replies: 17 Views: 14534
|
Forum: General IBM MQ Support Posted: Sun Apr 28, 2024 5:13 am Subject: Old MQ died after huge amount of data - AMQ4059 |
This is telling you to look backward in the AMQERR01.LOG to find the cause of the failure.
The two messages that I listed are the first from 2024. The one before is from last year. Any other pla ... |
Topic: Old MQ died after huge amount of data - AMQ4059 |
Buster
Replies: 17 Views: 14534
|
Forum: General IBM MQ Support Posted: Sat Apr 27, 2024 9:14 pm Subject: Old MQ died after huge amount of data - AMQ4059 |
Before you do anything to restore the qmgr, look in the error logs for more detail as to what occured before the qmgr became unresponsive. Look for FDC's related to the error. Post results here.
... |
Topic: Old MQ died after huge amount of data - AMQ4059 |
Buster
Replies: 17 Views: 14534
|
Forum: General IBM MQ Support Posted: Sat Apr 27, 2024 8:22 am Subject: Old MQ died after huge amount of data - AMQ4059 |
We have an old test system that has run for years in a Linux environment. It is never changed since it always works.
During recent tests an unusual huge amount of test data was sent. After that MQ ... |