Author |
Message |
Topic: Monitoring With Nagios |
any2xml
Replies: 2 Views: 7881
|
Forum: IBM MQ Performance Monitoring Posted: Thu Mar 17, 2005 9:01 pm Subject: Monitoring Websphere MQ via nagios |
You need to write a plug-in to execute remotely. There is a generic plug-in called "nrpep" in Perl. I used it to report some key MQ information on Nagios. My Perl script uses MQSeries::Command perl m ... |
Topic: Weird error with Clients. |
any2xml
Replies: 7 Views: 11852
|
Forum: IBM MQ API Support Posted: Sun Feb 27, 2005 4:36 pm Subject: Re: Same problem only if my client runs as a cron job (SuSE |
Solved:
Called IBM. I needed to export the following env. vars in the shell script:
export LD_ASSUME_KERNEL=2.4.19
export AMQ_THREADMODEL_RESET=1
export AMQ_INHIBIT_DLCLOSE=TRUE
I will now add ... |
Topic: Weird error with Clients. |
any2xml
Replies: 7 Views: 11852
|
Forum: IBM MQ API Support Posted: Sun Feb 27, 2005 3:50 pm Subject: Same problem only if my client runs as a cron job (SuSE 9 ) |
We are on CSD09 in SuSE 9 on z/Series. Previously MQ was running on SuSE 8 with no problem. Today I migrated it to SuSE 9. I can run my client scripts from the shell - no problem. But when I run as a ... |
Topic: persistent / not-persistent messages in c# .Net |
any2xml
Replies: 6 Views: 9832
|
Forum: General IBM MQ Support Posted: Mon Feb 21, 2005 8:22 pm Subject: persistent / not-persistent messages in c# .Net |
Persitent message are a drag on performance. You asked if you should make all you messages persistent. No. Only the ones that need to be, i.e. they need to survive a QM restart.
I have turned on De ... |
Topic: error message 893 |
any2xml
Replies: 7 Views: 22082
|
Forum: General IBM MQ Support Posted: Thu Feb 17, 2005 1:57 pm Subject: CSD09 problems solved. |
When I tried to re-install CSD09 over WMQ5.3, it complained that the PTF was already applied. We traced it down to the /opt/mqm/ptf/ptf09directory and removed it. The installs went OK.
This is a b ... |
Topic: error message 893 |
any2xml
Replies: 7 Views: 22082
|
Forum: General IBM MQ Support Posted: Thu Feb 17, 2005 9:31 am Subject: Had to force un-install and re-install |
I had to force un-install using
rpm -e --nodeps --noscripts <package>
in order to uninstall everything and reinstall the base 5.3
I still have problems with CSD09.
Thanks all. |
Topic: error message 893 |
any2xml
Replies: 7 Views: 22082
|
Forum: General IBM MQ Support Posted: Wed Feb 16, 2005 12:05 am Subject: But I have the same problem with CSD09 (z/Series Linux) |
WMQ 5.3 works fine
I successfully installed MQ5.3 and applied the CSD09 and brought up the queue managers. But after I rebooted, I am getting the error:
AMQ8101: WebSphere MQ error (893) has o ... |
Topic: MQ Monitoring via SNMP |
any2xml
Replies: 4 Views: 4506
|
Forum: General IBM MQ Support Posted: Tue Nov 02, 2004 6:24 pm Subject: I can hack but .....being a Perler, I am also lazy! |
I am considering HYBODUS, a network + resources monitoring tool. It works with NetSNMP. If MQ can hook into that, then I dont have to hack perl scripts. Of course I love to hack, but I need to priorit ... |
Topic: MQ Monitoring via SNMP |
any2xml
Replies: 4 Views: 4506
|
Forum: General IBM MQ Support Posted: Fri Oct 29, 2004 3:41 pm Subject: MQ Monitoring via SNMP |
Can someone point to some documentation on how to monitor MQ via SNMP trap? I have not come across any SNMP reference in any of the MQ manuals.
TIA |
Topic: Does MQ keep statistics? |
any2xml
Replies: 6 Views: 11285
|
Forum: IBM MQ Performance Monitoring Posted: Fri Oct 29, 2004 9:42 am Subject: Does MQ keep statistics? |
Does MQ Manager keep statistics that can be interrogated?
I can get queue statistics from MO71 but that is since the last reset. What I need is some time-series data for charting.
Thanks |
Topic: MO71 - How to suppress an error to avoid alarm? |
any2xml
Replies: 2 Views: 3995
|
Forum: IBM MQ Performance Monitoring Posted: Fri Oct 29, 2004 9:38 am Subject: Got it! |
I managed to turn-off the "Channel %c no partner channels found" message in View --> Network --> Problem selection. I had to exit the application and re-start it.
Now the remote qmgr icons a ... |
Topic: MO71 - How to suppress an error to avoid alarm? |
any2xml
Replies: 2 Views: 3995
|
Forum: IBM MQ Performance Monitoring Posted: Sun Oct 24, 2004 3:06 am Subject: A clarification |
I did not mention clearly that the box running MQx can only be reached from the box running MQ1, due to security restrictions. Thus the box running MO71 can not check the channel between MQ1 and MQx. |
Topic: MO71 - How to suppress an error to avoid alarm? |
any2xml
Replies: 2 Views: 3995
|
Forum: IBM MQ Performance Monitoring Posted: Fri Oct 22, 2004 1:22 pm Subject: MO71 - How to suppress an error to avoid alarm? |
We are using MO71 to monitor a queue manager which is connecting to another queue manager via a restricted frame relay connection.
MO71 box --- monitors---> MQ1 <--------frame relay ------ ... |
Topic: Unable to connect to Remote QM from MQexplorer |
any2xml
Replies: 5 Views: 4330
|
Forum: IBM MQ Installation/Configuration Support Posted: Thu Oct 21, 2004 7:40 pm Subject: Silly mistake? Hey I never make any ... except this time :-) |
I had the same problem and I made the same mistake. I created a new QM in addition to the default. There were two listeners but both on the same default port. The remote qmgr could not connect to the ... |
Topic: MO71 - MQ GUI Tool - how to secure + remote admin |
any2xml
Replies: 6 Views: 12785
|
Forum: IBM MQ Installation/Configuration Support Posted: Mon Oct 18, 2004 9:36 am Subject: Thank you all for the suggestions |
Thanks y'all for the guidance and suggestions. I was thinking along the lines of using setmqaut but you have provided me with the details to set up the security.
I will post my results soon. Thank ... |