Author |
Message |
Topic: MQ monitoring via web browser |
Troilus
Replies: 2 Views: 4808
|
Forum: IBM MQ Performance Monitoring Posted: Tue Oct 19, 2004 5:18 am Subject: MQ monitoring via web browser |
Pathwai Editor is for looking/editing message on your queues, it has nothing to do with OMEGAMON.
The browser interface is called CandleNet Portal. You should check with whoever has set up OMEGEMON ... |
Topic: Windows MQ Explorer & OS/390 |
Troilus
Replies: 5 Views: 4505
|
Forum: General IBM MQ Support Posted: Fri Mar 28, 2003 8:30 am Subject: Windows MQ Explorer & OS/390 |
Yes, it is disappointing. However I don't think we will see full PCF support in MQ on z/OS in the future. For legal reasons in the US, IBM would have to make it a seperately billable optional feature. ... |
Topic: How do I view msgs on local q's via MQ Web Admin ? |
Troilus
Replies: 7 Views: 6190
|
Forum: General IBM MQ Support Posted: Wed Mar 26, 2003 8:03 am Subject: How do I view msgs on local q's via MQ Web Admin ? |
Reconda,
Thanks for the info.
How do you get from the server to the queue manager? Since you don't have an agent at the queue manager machine, I imagine it is via an MQClient connection, ... |
Topic: MQSeries Administrator Account Losing its Password |
Troilus
Replies: 1 Views: 2814
|
Forum: IBM MQ Installation/Configuration Support Posted: Tue Mar 25, 2003 7:40 am Subject: MQSeries Administrator Account Losing its Password |
I am having similar problems.
Did you ever get this resolved?
Have a look at this http://www.alphaworks.ibm.com/forum/webservicestoolkit.nsf/archived/10B2183A403AF79EB5E9041385901220?OpenDocument
... |
Topic: How do I view msgs on local q's via MQ Web Admin ? |
Troilus
Replies: 7 Views: 6190
|
Forum: General IBM MQ Support Posted: Tue Mar 25, 2003 6:16 am Subject: How do I view msgs on local q's via MQ Web Admin ? |
Mitch,
Isn't it a shame that MQSeries Explorer doesn't work with Terminal Server? I don't understand why that is. Does anyone?
Webadmin doesn't have functionality to look at queue content. ... |
Topic: Tracking messages through MQSeries |
Troilus
Replies: 13 Views: 30527
|
Forum: IBM MQ Performance Monitoring Posted: Tue Mar 18, 2003 1:41 am Subject: Tracking messages through MQSeries |
Me too, me too
We have a tool that tracks a message by analyzing MQ recovery logs. As long as the message is persistent, every PUT and GET anywhere by any application (including channels) leaves ... |
Topic: How to make a consistent Qmgr Backup for Restore? |
Troilus
Replies: 3 Views: 2938
|
Forum: General IBM MQ Support Posted: Mon Mar 17, 2003 7:59 am Subject: How to make a consistent Qmgr Backup for Restore? |
It means even the actual used active log files. |
Topic: MQXQH missing |
Troilus
Replies: 1 Views: 3957
|
Forum: Clustering Posted: Mon Mar 17, 2003 7:56 am Subject: MQXQH missing |
Strange indeed.
Either someone is putting the message directly in the system cluster queue, or MQ has a serious bug. Check the message header to see which application put it there. |
Topic: Recovery with circular logging |
Troilus
Replies: 21 Views: 15167
|
Forum: General IBM MQ Support Posted: Wed Mar 12, 2003 2:44 am Subject: Recovery with circular logging |
imho: No.
Only advantage I see in stopping all channels AND all other applications neatly, is that less logs might be needed for recovery.
dgolding: sharing our log-analyzer? Sure. At the right pri ... |
Topic: Recovery with circular logging |
Troilus
Replies: 21 Views: 15167
|
Forum: General IBM MQ Support Posted: Tue Mar 11, 2003 6:44 am Subject: Recovery with circular logging |
dgolding is right in his last reply, but do keep in mind that at the time of recovery MQ (non-z/OS) expects all logfiles to be on the same folder, meaning on the same disk. That could become an issue. ... |
Topic: Recovery with circular logging |
Troilus
Replies: 21 Views: 15167
|
Forum: General IBM MQ Support Posted: Fri Mar 07, 2003 9:02 am Subject: Recovery with circular logging |
If you are serious about data integrity, linear logging is a must since it is the only way MQ garuantees media recovery. Also consider the danger of long running transactions. If one application "forg ... |
Topic: URGENT PROBLEM |
Troilus
Replies: 7 Views: 5381
|
Forum: IBM MQ Installation/Configuration Support Posted: Tue Mar 04, 2003 7:31 am Subject: URGENT PROBLEM |
Difficult to help you this way.
Looks like you have some communication problem. I bet the channel is in retrying mode. Be carefull on how you interprete curdepth. The channel might read all messages ... |
Topic: Monitoring Channel Activity |
Troilus
Replies: 5 Views: 5881
|
Forum: General IBM MQ Support Posted: Tue Mar 04, 2003 7:24 am Subject: Monitoring Channel Activity |
On MVS-OS/309-z/OS you can send a message to the command server to stop a channel too. But to keep live interesting you can not use the same PCF format.
Just looking at the transmission queue depth d ... |
Topic: Message Input Count |
Troilus
Replies: 5 Views: 6460
|
Forum: General Discussion Posted: Fri Feb 28, 2003 3:48 am Subject: Message Input Count |
Or if the messages where persistent you can scan through the MQ recovery log and count them. |
Topic: MQJMS0003: Destination not understood or no longer valid |
Troilus
Replies: 7 Views: 16021
|
Forum: IBM MQ API Support Posted: Thu Feb 20, 2003 12:59 pm Subject: MQJMS0003: Destination not understood or no longer valid |
It is a very nice tool Larry, especially the code snippet generating feature. I wish some of the other tools, like the API exerciser and supportpac MS10 would do this as well. |