Author |
Message |
Topic: (Closed) CLUSSDR RETRYING after adding a QMGR to CLUSTER |
Nigelg
Replies: 13 Views: 13065
|
Forum: Clustering Posted: Thu Jun 19, 2008 9:39 pm Subject: (Closed) CLUSSDR RETRYING after adding a QMGR to CLUSTER |
You have made a right old mess of it all.
Delete all the qmgrs and start again.
HINT: Think first, then act. |
Topic: Algorithm for autodefined channels |
Nigelg
Replies: 4 Views: 5703
|
Forum: Clustering Posted: Sun Jun 15, 2008 10:24 pm Subject: Algorithm for autodefined channels |
No. In a cluster all msgs are sent direct. If the channel is not working, the msg waits until it is. |
Topic: MQ V6 Triggering issue on Windows 2003 server |
Nigelg
Replies: 9 Views: 9914
|
Forum: General IBM MQ Support Posted: Tue Jun 10, 2008 10:47 pm Subject: MQ V6 Triggering issue on Windows 2003 server |
This has got to be something to do with permissions. A search should find out what. |
Topic: Challenge Question - 06 / 2008 |
Nigelg
Replies: 36 Views: 113864
|
Forum: Challenge Forum Posted: Mon Jun 09, 2008 11:28 am Subject: Challenge Question - 06 / 2008 |
IBM do recommend linear logging
Where? |
Topic: Challenge Question - 06 / 2008 |
Nigelg
Replies: 36 Views: 113864
|
Forum: Challenge Forum Posted: Mon Jun 09, 2008 4:50 am Subject: Challenge Question - 06 / 2008 |
Buy a bigger disk.
What has this got to do with IBM?
Calculate for yourself the size the log is going to grow to, and allocate sufficient disk space accordingly. |
Topic: CLUSTER QUERY1 |
Nigelg
Replies: 2 Views: 3904
|
Forum: IBM MQ Java / JMS Posted: Fri Jun 06, 2008 5:52 am Subject: CLUSTER QUERY1 |
On a partial repos qmgr only queues which have been put to are visible in runmqsc. |
Topic: Challenge Question - 06 / 2008 |
Nigelg
Replies: 36 Views: 113864
|
Forum: Challenge Forum Posted: Thu Jun 05, 2008 1:44 am Subject: Challenge Question - 06 / 2008 |
Hey, let's all rubbish my 10-second thought.
Anybody else want to put their five eggs in?
Let me put it in words of one syllable.
If it does not find the log msgs the first time, have another go ... |
Topic: Challenge Question - 06 / 2008 |
Nigelg
Replies: 36 Views: 113864
|
Forum: Challenge Forum Posted: Wed Jun 04, 2008 9:28 pm Subject: Challenge Question - 06 / 2008 |
bburson:
I thought the idea was to come up with a solution of your own, not criticise other people's.
While we are doing that, you are wrong. The msg is witten to the file, but is removed from t ... |
Topic: Challenge Question - 06 / 2008 |
Nigelg
Replies: 36 Views: 113864
|
Forum: Challenge Forum Posted: Wed Jun 04, 2008 1:43 pm Subject: Challenge Question - 06 / 2008 |
tail -f AMQERR01.LOG > e1
wait...
check for AMQ7467/8 in e1
repeat until the msgs are in e1
then use e1 as input to MS62.
Perl is rather twee.
Real UNIX programmers use awk. |
Topic: CLWLUSEQ(ANY) attribute |
Nigelg
Replies: 17 Views: 23563
|
Forum: Clustering Posted: Mon Jun 02, 2008 11:50 am Subject: CLWLUSEQ(ANY) attribute |
That the descriptions are not updated in the amqrfdm output suggests that the qmgrs are not communicating properly, or that the repos mgr process is not running.
Instead of DIS QL on each qmgr, try ... |
Topic: Force user identifier to upper case. |
Nigelg
Replies: 16 Views: 18980
|
Forum: IBM MQ API Support Posted: Tue May 27, 2008 1:50 pm Subject: Force user identifier to upper case. |
On distributed the user name is transcoded to upper case when it is sent out, and back to lower case when it is received. If the channel has a msg exit, neither of these is done. There was a bug in an ... |
Topic: Is MQ using a nslookup even if I do not use DNS ? |
Nigelg
Replies: 2 Views: 4915
|
Forum: IBM MQ Installation/Configuration Support Posted: Tue May 27, 2008 1:42 pm Subject: Is MQ using a nslookup even if I do not use DNS ? |
WMQ tries to find the hostname from the IP address (reverse lookup) to put into the error log. |
Topic: Receiver Channel Issue - TCP/IP (read) call was 73 (X'49'). |
Nigelg
Replies: 2 Views: 4889
|
Forum: General IBM MQ Support Posted: Tue May 27, 2008 1:41 pm Subject: Receiver Channel Issue - TCP/IP (read) call was 73 (X'49'). |
73 is ECONNRESET, so you have a network glitch somewhere.
Note that the restart is driven from the partner SDR channel. |
Topic: CLWLPRTY and the dead letter queue |
Nigelg
Replies: 5 Views: 6683
|
Forum: Clustering Posted: Tue May 27, 2008 1:39 pm Subject: CLWLPRTY and the dead letter queue |
A destination queue full is not a reason not to send a msg to a qmgr. If the queue full causes the channel to go into RETRYING, possibly because there is no dead letter queue and persistent msgs are f ... |
Topic: Backward Migration of a WMQ V6 Queue Manager to V5.3 on Win |
Nigelg
Replies: 11 Views: 10578
|
Forum: General IBM MQ Support Posted: Wed May 14, 2008 10:56 pm Subject: Backward Migration of a WMQ V6 Queue Manager to V5.3 on Win |
No, this is not possible. The persistent data files, queues and logs, are migrated to the format required by the new release. |