Author |
Message |
Topic: error in installing perfharness on linux machine |
Dread86
Replies: 3 Views: 18323
|
Forum: IBM MQ Performance Monitoring Posted: Sat Aug 05, 2017 1:22 am Subject: error in installing perfharness on linux machine |
Have you tried yum install gcc-c++, or sudo apt-get install g++ (depending on your Linux flavour)?
I have tried yum install, throwing version mismatch error.
[root@server ]# yum install gcc-c++
R ... |
Topic: error in installing perfharness on linux machine |
Dread86
Replies: 3 Views: 18323
|
Forum: IBM MQ Performance Monitoring Posted: Fri Aug 04, 2017 8:54 pm Subject: error in installing perfharness on linux machine |
Hi All,
I am trying to install performance harness (CPH) tool in linux machine.
Once i copied the extract and placed in my server location and then ran "make"..It executed couple of buil ... |
Topic: SYSTEM.CHANNEL.INITQ reaching it MAXDEPTH |
Dread86
Replies: 2 Views: 4874
|
Forum: General IBM MQ Support Posted: Thu Sep 08, 2016 11:10 pm Subject: SYSTEM.CHANNEL.INITQ reaching it MAXDEPTH |
It might be worth just offloading the messages to another queue/file so you can analyse what all these messages are.
Ok i will do that and check.
Just out of interest how many transmission queues ... |
Topic: SYSTEM.CHANNEL.INITQ reaching it MAXDEPTH |
Dread86
Replies: 2 Views: 4874
|
Forum: General IBM MQ Support Posted: Thu Sep 08, 2016 8:57 pm Subject: SYSTEM.CHANNEL.INITQ reaching it MAXDEPTH |
Hi All,
My project uses MQv8.0 with multi-instance queue manager set up. From past few days i can see the SYSTEM.CHANNEL.INITQ is reaching its CURDEPTH to 1000 and then after 2 to 3 min its comes t ... |
Topic: How to Read the MQ Queue manager Error Logs as non-mqm |
Dread86
Replies: 29 Views: 34669
|
Forum: General IBM MQ Support Posted: Wed Aug 10, 2016 6:52 pm Subject: How to Read the MQ Queue manager Error Logs as non-mqm |
One site where I worked, we were not allowed (so called security experts) to give anyone including the MQ Admins unticketed access to the MQ Logs. They said we could read the data in the messages on t ... |
Topic: How to Read the MQ Queue manager Error Logs as non-mqm |
Dread86
Replies: 29 Views: 34669
|
Forum: General IBM MQ Support Posted: Wed Aug 10, 2016 5:30 am Subject: How to Read the MQ Queue manager Error Logs as non-mqm |
Splunk should also access the error log location as non-mqm user right, which is again the same problem. how is this possible? |
Topic: How to Read the MQ Queue manager Error Logs as non-mqm |
Dread86
Replies: 29 Views: 34669
|
Forum: General IBM MQ Support Posted: Wed Aug 10, 2016 5:02 am Subject: How to Read the MQ Queue manager Error Logs as non-mqm |
I tried it earlier but didn't work. Let me give a try again. |
Topic: How to Read the MQ Queue manager Error Logs as non-mqm |
Dread86
Replies: 29 Views: 34669
|
Forum: General IBM MQ Support Posted: Wed Aug 10, 2016 4:52 am Subject: How to Read the MQ Queue manager Error Logs as non-mqm |
Hmm.. Any other best solutions for allowing ABC user to read the queue manager logs? |
Topic: How to Read the MQ Queue manager Error Logs as non-mqm |
Dread86
Replies: 29 Views: 34669
|
Forum: General IBM MQ Support Posted: Tue Aug 09, 2016 8:52 pm Subject: How to Read the MQ Queue manager Error Logs as non-mqm |
Hi All,
-rw-rw---- 1 mqm mqm 2097833 Jun 5 05:52 AMQERR03.LOG
-rw-rw---- 1 mqm mqm 2097745 Jun 5 05:53 AMQERR02.LOG
-rw-rw---- 1 mqm mqm 1922389 Aug 10 04:08 AMQERR01.LOG
As i have mentioned ... |
Topic: How to Read the MQ Queue manager Error Logs as non-mqm |
Dread86
Replies: 29 Views: 34669
|
Forum: General IBM MQ Support Posted: Thu Mar 17, 2016 3:39 pm Subject: How to Read the MQ Queue manager Error Logs as non-mqm |
What is the MQ version you are using? MQ v8?
Yes, It's v 8.0 |
Topic: How to Read the MQ Queue manager Error Logs as non-mqm |
Dread86
Replies: 29 Views: 34669
|
Forum: General IBM MQ Support Posted: Wed Mar 16, 2016 8:53 pm Subject: How to Read the MQ Queue manager Error Logs as non-mqm |
There is an option in MQ to retain the file permissions.
Filesystem:
ValidateAuth=No
Add this to qm.ini and then restart the queue manager. The queue manager will retain the permissions(mod ... |
Topic: How to Read the MQ Queue manager Error Logs as non-mqm |
Dread86
Replies: 29 Views: 34669
|
Forum: General IBM MQ Support Posted: Wed Mar 16, 2016 4:46 pm Subject: How to Read the MQ Queue manager Error Logs as non-mqm |
sudo could be an option to allow your non-mqm user id to have some limited mqm access to read the error log files. I didnt understand you. Could you please explain it what should i do with sudo option ... |
Topic: How to Read the MQ Queue manager Error Logs as non-mqm |
Dread86
Replies: 29 Views: 34669
|
Forum: General IBM MQ Support Posted: Wed Mar 16, 2016 3:46 pm Subject: How to Read the MQ Queue manager Error Logs as non-mqm |
ln -s
I tried with ln -s as well. Created a hard link file and changed the permissions as required. But later once the queue manager updates the error logs, the file permissions are gone. |
Topic: How to Read the MQ Queue manager Error Logs as non-mqm |
Dread86
Replies: 29 Views: 34669
|
Forum: General IBM MQ Support Posted: Wed Mar 16, 2016 3:39 pm Subject: Re: How to Read the MQ Queue manager Error Logs as non-mqm |
Hi All,
For monitoring the Queue manager error logs present under /var/opt/app/mq1/MQHA/qmgrs/*/errors/AMQERR01.LOG we had written a script to read the logs and send them to the monitoring tool. T ... |
Topic: How to Read the MQ Queue manager Error Logs as non-mqm |
Dread86
Replies: 29 Views: 34669
|
Forum: General IBM MQ Support Posted: Tue Mar 15, 2016 8:05 pm Subject: How to Read the MQ Queue manager Error Logs as non-mqm |
Hi All,
For monitoring the Queue manager error logs present under /var/opt/app/mq1/MQHA/qmgrs/*/errors/AMQERR01.LOG we had written a script to read the logs and send them to the monitoring tool. T ... |