Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

In a cluster environment , I see channels to a particular server is ending abnormally and resuming frequently in a day.
Eg: QMGR A has several QMGRS(B,C,D,E,F) connected to it.(each in different server)
Cluster Receiver channels from QMGR B,C,D,E,F are ended abnormally on QMGR A and resuming quite frequently in a day.

QMGR A LOGS


    -------------------------------------------------------------------------------  
08/04/12 08:44:41 - Process(1720412.1165) User(mqad) Program(amqrmppa)  
AMQ9209: Connection to host 'HOST.B (139.120.210.19)' closed.  

EXPLANATION:  
An error occurred receiving data from 'HOST.B (139.120.210.19)' over TCP/IP.  
 The connection to the remote host has unexpectedly terminated.  
ACTION:  
Tell the systems administrator.  
----- amqccita.c : 3094 -------------------------------------------------------  
08/04/12 08:44:41 - Process(1720412.1165) User(mqad) Program(amqrmppa)  
AMQ9999: Channel program ended abnormally.  

EXPLANATION:  
Channel program 'CHANNEL.TO.B' ended abnormally.  
ACTION:  
Look at previous error messages for channel program 'CHANNEL.TO.B' in the  
error files to determine the cause of the failure.  
----- amqrccca.c : 777 --------------------------------------------------------  
08/04/12 08:44:41 - Process(1720412.1175) User(mqad) Program(amqrmppa)  
AMQ9209: Connection to host 'HOST.C (155.10.186.20)' closed.  

EXPLANATION:  
An error occurred receiving data from 'HOST.C (155.10.186.20)' over TCP/IP.  
The connection to the remote host has unexpectedly terminated.  
ACTION:  
Tell the systems administrator.  
----- amqccita.c : 3094 -------------------------------------------------------  
08/04/12 08:44:41 - Process(1720412.1175) User(mqad) Program(amqrmppa)  
AMQ9999: Channel program ended abnormally.  

EXPLANATION:  
Channel program 'CHANNEL.TO.C' ended abnormally.  
ACTION:  
Look at previous error messages for channel program 'CHANNEL.TO.C' in the  
error files to determine the cause of the failure.  
    -------------------------------------------------------------------------------  

QMGR LOG on HOST B


08/04/2012 08:44:09 AM - Process(17174.16023) User(mqad) Program(amqrmppa)
AMQ9259: Connection timed out from host 'HOST.A'.

EXPLANATION:
A connection from host 'HOST.A' over TCP/IP timed out.
ACTION:
Check to see why data was not received in the expected time. Correct the
problem. Reconnect the channel, or wait for a retrying channel to reconnect
itself.
----- amqccita.c : 3546 -------------------------------------------------------
08/04/2012 08:44:09 AM - Process(17174.16023) User(mqad) Program(amqrmppa)
AMQ9999: Channel program ended abnormally.

EXPLANATION:
Channel program 'CHANNEL.TO.B' ended abnormally.
ACTION:
Look at previous error messages for channel program 'CHANNEL.TO.B' in the
error files to determine the cause of the failure.


QMGR LOG on HOST C

-------------------------------------------------------------------------------
08/04/12 08:44:35 - Process(462890.4658) User(mqad) Program(amqrmppa)
AMQ9259: Connection timed out from host 'HOST.A'.

EXPLANATION:
A connection from host 'HOST.A' over TCP/IP timed out.
ACTION:
Check to see why data was not received in the expected time. Correct the
problem. Reconnect the channel, or wait for a retrying channel to reconnect
itself.
----- amqccita.c : 3341 -------------------------------------------------------
08/04/12 08:44:35 - Process(462890.4658) User(mqad) Program(amqrmppa)
AMQ9999: Channel program ended abnormally.

EXPLANATION:
Channel program 'CHANNEL.TO.C' ended abnormally.
ACTION:
Look at previous error messages for channel program 'CHANNEL.TO.C' in the
error files to determine the cause of the failure.
----- amqrmrsa.c : 468 --------------------------------------------------------

I'm trying to understand what is causing this?? Is it caused if the Queue manager A is overloaded with as many connections ?? I don't see any TCP/IP error code logged on the qmgr log.

share|improve this question
1  
Please provide the CLUSRCVR definitions form A, B & C. Also, the qm.ini files. There are a number of tuning options that shed light on what might be going on. Also, what version of WMQ? – T.Rob Aug 4 '12 at 16:26

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.