Author |
Message
|
rajendra |
Posted: Wed Oct 14, 2009 2:56 am Post subject: cluster channel is down |
|
|
Novice
Joined: 06 Sep 2009 Posts: 13
|
Hi All,
Can you please help me to solve the following problem.
if the channel is down in cluster and transmission queue is having some number of messages how to proceed with the messages.
Thanks in advance.
Regards,
Rajendra. |
|
Back to top |
|
 |
WMBDEV1 |
Posted: Wed Oct 14, 2009 3:02 am Post subject: |
|
|
Sentinel
Joined: 05 Mar 2009 Posts: 888 Location: UK
|
Find out why the channel is down and then start it back up? |
|
Back to top |
|
 |
shashivarungupta |
Posted: Wed Oct 14, 2009 5:21 am Post subject: Re: cluster channel is down |
|
|
 Grand Master
Joined: 24 Feb 2009 Posts: 1343 Location: Floating in space on a round rock.
|
rajendra wrote: |
if the channel is down in cluster and transmission queue is having some number of messages how to proceed with the messages.
|
Check the properties of the channels ( cluster sender and cluster receiver )
They should be in UP state..if all is fine in the cluster. They used to come up automatically. If they are not then something is wrong and xmitq will have msgs on it. START the channel (cluster sender) after checking the channel properties. All should be fine.
Make sure the queues are able to accept the msgs that you are sending. _________________ *Life will beat you down, you need to decide to fight back or leave it. |
|
Back to top |
|
 |
Sam Uppu |
Posted: Wed Oct 14, 2009 6:39 am Post subject: |
|
|
 Yatiri
Joined: 11 Nov 2008 Posts: 610
|
When the qmgrs are in cluster make sure the cluster channels NOT in retrying state. Check the msgs on the SCTQ where they are destined for. You can look into the CorrelId of the msgs on SCTQ which shows the destination channel and you can find the destination qmgr where the msgs are destined for. Make sure the destination qmgr is up and running and accepting the msgs.
Thanks. |
|
Back to top |
|
 |
bruce2359 |
Posted: Wed Oct 14, 2009 7:02 am Post subject: |
|
|
 Poobah
Joined: 05 Jan 2008 Posts: 9469 Location: US: west coast, almost. Otherwise, enroute.
|
Quote: |
They should be in UP state |
There is no UP state. Channels must be in RUNNING state in order to transmit messages.
Cluster channels start automatically - unless there are errors. Take a look in the error logs.
Do a DISPLAY CHSTATUS(*) to see which channels are not RUNNING - look for RETRYING or some other non-STOPPED state. DIS CLUSQMGR(*) will yield similar information. _________________ I like deadlines. I like to wave as they pass by.
ב''ה
Lex Orandi, Lex Credendi, Lex Vivendi. As we Worship, So we Believe, So we Live. |
|
Back to top |
|
 |
shashivarungupta |
Posted: Wed Oct 14, 2009 11:21 am Post subject: |
|
|
 Grand Master
Joined: 24 Feb 2009 Posts: 1343 Location: Floating in space on a round rock.
|
bruce2359 wrote: |
Quote: |
They should be in UP state |
There is no UP state. Channels must be in RUNNING state in order to transmit messages.
Cluster channels start automatically - unless there are errors. Take a look in the error logs.... |
I know that... I meant to say It should be in UP and RUNNING mode... Ofcourse the RUN State  _________________ *Life will beat you down, you need to decide to fight back or leave it. |
|
Back to top |
|
 |
bruce2359 |
Posted: Wed Oct 14, 2009 11:37 am Post subject: |
|
|
 Poobah
Joined: 05 Jan 2008 Posts: 9469 Location: US: west coast, almost. Otherwise, enroute.
|
I knew that you knew that. But newbies might take your UP literally, and believe if the channel status doesn't say UP that it is a bad thing.
Endlessly struggling for clarity. _________________ I like deadlines. I like to wave as they pass by.
ב''ה
Lex Orandi, Lex Credendi, Lex Vivendi. As we Worship, So we Believe, So we Live. |
|
Back to top |
|
 |
|