Author |
Message |
Topic: Monitoring if the remote queue is still one |
rjl_state
Replies: 8 Views: 10848
|
Forum: IBM MQ Performance Monitoring Posted: Wed May 26, 2010 6:56 am Subject: Monitoring if the remote queue is still one |
It may be accurate, but it's not a good way to monitor channel status.
You should, you know, be monitoring the status of the channel.
Not making educated guesses about why the xmitq is get-d ... |
Topic: Monitoring if the remote queue is still one |
rjl_state
Replies: 8 Views: 10848
|
Forum: IBM MQ Performance Monitoring Posted: Tue May 25, 2010 10:26 am Subject: Monitoring if the remote queue is still one |
Any monitoring program that gets a get inhibited error (and then worse yet alerts you on that) when a sending channel goes down is not written properly.
I would normally bow to your experience, b ... |
Topic: Monitoring if the remote queue is still one |
rjl_state
Replies: 8 Views: 10848
|
Forum: IBM MQ Performance Monitoring Posted: Wed May 19, 2010 11:04 am Subject: Monitoring if the remote queue is still one |
You could write a simple program to monitor the queue depth of the transmit queue your remote queue is pointing to. If the progam monitors the sequence number of the mesasges in the queue they should ... |
Topic: saveqmgr install on Tandem NSK |
rjl_state
Replies: 6 Views: 8718
|
Forum: IBM MQ Installation/Configuration Support Posted: Tue Apr 13, 2010 6:29 am Subject: saveqmgr install on Tandem NSK |
I was able to get this to work a few years ago with changes to the make file and I posted them at the bottom of this link:
http://www.mqseries.net/phpBB2/viewtopic.php?t=42168&highlight=nsk
... |
Topic: MQ Program amqrmppa |
rjl_state
Replies: 2 Views: 6577
|
Forum: General IBM MQ Support Posted: Fri Jun 13, 2008 7:11 am Subject: MQ Program amqrmppa |
Thanks for your response.
We are on v5.3.1.1 patch 3.
/: mqver
Name: WebSphere MQ
Version: 531.1 FP5311
CMVC level: WMQ-5-3-1-1
BuildType: IKAP - (Production)
Thankfully we ... |
Topic: MQ Program amqrmppa |
rjl_state
Replies: 2 Views: 6577
|
Forum: General IBM MQ Support Posted: Wed Jun 11, 2008 7:00 am Subject: MQ Program amqrmppa |
I am getting the following message on my system on some days, I hope someone can explain it to me. Thanks!
This is on a NSK Tandem running 5.3 under OSS.
--------------------------------------- ... |
Topic: Tandem/NSK MQ releases |
rjl_state
Replies: 6 Views: 11856
|
Forum: IBM MQ Installation/Configuration Support Posted: Wed May 14, 2008 8:15 am Subject: Tandem/NSK MQ releases |
V53, and now V5.3.1.2 is the current version for NSK. I believe it is more comparable to V6 for other platforms.
There is a 'hidden' manual in the READMES directory called 'Upgmqmreadme.pdf'. Thi ... |
Topic: Does the saveqmgr work for different MQ Series version? |
rjl_state
Replies: 9 Views: 7324
|
Forum: IBM MQ Installation/Configuration Support Posted: Mon Apr 14, 2008 12:08 pm Subject: Does the saveqmgr work for different MQ Series version? |
The makefile for Tandem was built under OSS to create a version of the saveqmgr utility that works for V5.3 that runs in the OSS space.
If you are not familiar with Tandem you will have a difficult ... |
Topic: NSK saveqmgr |
rjl_state
Replies: 1 Views: 4731
|
Forum: IBM MQ Performance Monitoring Posted: Wed Apr 09, 2008 10:17 am Subject: NSK saveqmgr |
To whom it may concern:
After getting the saveqmgr utility to compile sucessfully, I was able to test the output last week at a BCP test site. The process creation didn't work because of the follo ... |
Topic: MS03 Save Qmgr for NSK |
rjl_state
Replies: 14 Views: 15741
|
Forum: IBM MQ Performance Monitoring Posted: Wed Mar 05, 2008 1:46 pm Subject: MS03 Save Qmgr for NSK |
Here it is, feel free to use it.
I followed the instructions already there about how to uncompress the files, and this worked for me to create a version of saveqmgr that runs in oss and works for W ... |
Topic: MS03 Save Qmgr for NSK |
rjl_state
Replies: 14 Views: 15741
|
Forum: IBM MQ Performance Monitoring Posted: Wed Mar 05, 2008 10:58 am Subject: MS03 Save Qmgr for NSK |
I figured it out!!
I was able to get this to work with WMQ 5.3.1.1, compiled it and ran it under oss.
jefflowrey, do you want me to post the make file I used?
The changes had to do wi ... |
Topic: MS03 Save Qmgr for NSK |
rjl_state
Replies: 14 Views: 15741
|
Forum: IBM MQ Performance Monitoring Posted: Wed Mar 05, 2008 5:30 am Subject: MS03 Save Qmgr for NSK |
[quote]rjl_state, if this QM allows client connections just run MS03 in client mode from a central server and pick a central server that can run one of the supplied compiled MS03 client versions (i.e. ... |
Topic: MS03 Save Qmgr for NSK |
rjl_state
Replies: 14 Views: 15741
|
Forum: IBM MQ Performance Monitoring Posted: Tue Mar 04, 2008 2:18 pm Subject: Re: MS03 Save Qmgr for NSK |
[quote="rjl_state"]
I saw old post the had a link to something that they said worked for I assume was 5.1, but the link no longer works.
[/quote]
As I said, I saw the link, but it no lo ... |
Topic: MS03 Save Qmgr for NSK |
rjl_state
Replies: 14 Views: 15741
|
Forum: IBM MQ Performance Monitoring Posted: Tue Mar 04, 2008 12:47 pm Subject: MS03 Save Qmgr for NSK |
From the command output it looks like the .c filename is present:
c89 -c -DUNIX -Wextensions -Wsystype=oss -Wnowarn=262,1506,770 -I. -I/G/data/zmq
slib -I. -I/usr/include -I/usr/include/sys [b]sa ... |
Topic: MS03 Save Qmgr for NSK |
rjl_state
Replies: 14 Views: 15741
|
Forum: IBM MQ Performance Monitoring Posted: Tue Mar 04, 2008 12:05 pm Subject: MS03 Save Qmgr for NSK |
If that is what you wanted, I was able to get a little further by just hard coding in the copy commands into the make file.
Now when I run it with the -n option to view the commands it looks like t ... |