ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » Clustering » Unable to start channel - odd characters in conname

Post new topic  Reply to topic
 Unable to start channel - odd characters in conname « View previous topic :: View next topic » 
Author Message
meaton78
PostPosted: Fri Feb 27, 2009 9:33 am    Post subject: Unable to start channel - odd characters in conname Reply with quote

Centurion

Joined: 16 Oct 2008
Posts: 100

I have a queue manager that is having a strange issue. When I try to start the clusssdr, I get the following error in the error log:

Remote host 'server_name (<èr) (1415)' not available, retry later.

The attempt to allocate a conversation using TCP/IP to host 'server_name (<èr) (1415)' was not successful.

I have deleted and defined the channel a couple of times. Same thing happens if I ping the channel:
2 : ping CHANNEL(TO.QMANAGER)
AMQ9202: Remote host 'server_name (Df?) (1415)' not available, retry later.

Anyone ever see anything like this?

Windows Server 2003
MQ 6.0.2.0
Back to top
View user's profile Send private message
PeterPotkay
PostPosted: Fri Feb 27, 2009 9:50 am    Post subject: Reply with quote

Poobah

Joined: 15 May 2001
Posts: 7722

What is the corresponding CLUSRCVR channel definition?

(Moved to Cluster Forum)
_________________
Peter Potkay
Keep Calm and MQ On
Back to top
View user's profile Send private message
meaton78
PostPosted: Fri Feb 27, 2009 10:59 am    Post subject: Here's both the clussdr and clusrcvr definitions on the box Reply with quote

Centurion

Joined: 16 Oct 2008
Posts: 100

AMQ8414: Display Channel details.
CHANNEL(TO.QM.PR) CHLTYPE(CLUSRCVR)
ALTDATE(2009-02-10) ALTTIME(14.06.51)
BATCHHB(0) BATCHINT(0)
BATCHSZ(50) CLUSNL(NL.CLUSTERS)
CLUSTER( ) CLWLPRTY(0)
CLWLRANK(0) CLWLWGHT(50)
COMPHDR(NONE) COMPMSG(NONE)
CONNAME(MYSELF(1414)) CONVERT(NO)
DESCR( ) DISCINT(6000)
HBINT(60) KAINT(AUTO)
LOCLADDR( ) LONGRTY(999999999)
LONGTMR(1200) MAXMSGL(4194304)
MCANAME( ) MCATYPE(THREAD)
MCAUSER( ) MODENAME( )
MONCHL(QMGR) MRDATA( )
MREXIT( ) MRRTY(10)
MRTMR(1000) MSGDATA( )
MSGEXIT( ) NETPRTY(0)
NPMSPEED(FAST) PUTAUT(DEF)
RCVDATA( ) RCVEXIT( )
SCYDATA( ) SCYEXIT( )
SENDDATA( ) SENDEXIT( )
SEQWRAP(999999999) SHORTRTY(10)
SHORTTMR(60) SSLCAUTH(REQUIRED)
SSLCIPH(MY_SSL_CIPH) SSLPEER( )
STATCHL(QMGR) TPNAME( )
TRPTYPE(TCP)

AMQ8414: Display Channel details.
CHANNEL(TO.QM.FR) CHLTYPE(CLUSSDR)
ALTDATE(2009-02-27) ALTTIME(12.23.35)
BATCHHB(0) BATCHINT(0)
BATCHSZ(50) CLUSNL(NL.CLUSTERS)
CLUSTER( ) CLWLPRTY(0)
CLWLRANK(0) CLWLWGHT(50)
COMPHDR(NONE) COMPMSG(NONE)
CONNAME(FULL_REPOS(1415)) CONVERT(NO)
DESCR( ) DISCINT(90)
HBINT(60) KAINT(AUTO)
LOCLADDR( ) LONGRTY(999999999)
LONGTMR(300) MAXMSGL(4194304)
MCANAME( ) MCATYPE(THREAD)
MCAUSER( ) MODENAME( )
MONCHL(QMGR) MSGDATA( )
MSGEXIT( ) NPMSPEED(FAST)
PASSWORD( ) RCVDATA( )
RCVEXIT( ) SCYDATA( )
SCYEXIT( ) SENDDATA( )
SENDEXIT( ) SEQWRAP(999999999)
SHORTRTY(240) SHORTTMR(30)
SSLCIPH(MY_SSL_CIPH) SSLPEER( )
STATCHL(QMGR) TPNAME( )
TRPTYPE(TCP) USERID( )
Back to top
View user's profile Send private message
bruce2359
PostPosted: Fri Feb 27, 2009 11:31 am    Post subject: Reply with quote

Poobah

Joined: 05 Jan 2008
Posts: 9470
Location: US: west coast, almost. Otherwise, enroute.

CLUSTER( ) CLWLPRTY(0)
Neither the clussdr or clusrcvr are part of any cluster.
_________________
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
View user's profile Send private message
mqjeff
PostPosted: Fri Feb 27, 2009 11:33 am    Post subject: Reply with quote

Grand Master

Joined: 25 Jun 2008
Posts: 17447

bruce2359 wrote:
CLUSTER( ) CLWLPRTY(0)
Neither the clussdr or clusrcvr are part of any cluster.


They're part of every cluster that is in
meaton78 wrote:
CLUSNL(NL.CLUSTERS)
Back to top
View user's profile Send private message
bruce2359
PostPosted: Fri Feb 27, 2009 11:35 am    Post subject: Reply with quote

Poobah

Joined: 05 Jan 2008
Posts: 9470
Location: US: west coast, almost. Otherwise, enroute.

dang. missed that one.

Is the qm where the channel defs exist part of a cluster that is named in the namelist?

Please do a dis chs(*) and dis clusqmgr(*).
_________________
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
View user's profile Send private message
PeterPotkay
PostPosted: Fri Feb 27, 2009 11:48 am    Post subject: Re: Here's both the clussdr and clusrcvr definitions on the Reply with quote

Poobah

Joined: 15 May 2001
Posts: 7722

meaton78 wrote:
AMQ8414: Display Channel details.
CHANNEL(TO.QM.PR) CHLTYPE(CLUSRCVR)
ALTDATE(2009-02-10) ALTTIME(14.06.51)
BATCHHB(0) BATCHINT(0)
BATCHSZ(50) CLUSNL(NL.CLUSTERS)
CLUSTER( ) CLWLPRTY(0)
CLWLRANK(0) CLWLWGHT(50)
COMPHDR(NONE) COMPMSG(NONE)
CONNAME(MYSELF(1414)) CONVERT(NO)
DESCR( ) DISCINT(6000)
HBINT(60) KAINT(AUTO)
LOCLADDR( ) LONGRTY(999999999)
LONGTMR(1200) MAXMSGL(4194304)
MCANAME( ) MCATYPE(THREAD)
MCAUSER( ) MODENAME( )
MONCHL(QMGR) MRDATA( )
MREXIT( ) MRRTY(10)
MRTMR(1000) MSGDATA( )
MSGEXIT( ) NETPRTY(0)
NPMSPEED(FAST) PUTAUT(DEF)
RCVDATA( ) RCVEXIT( )
SCYDATA( ) SCYEXIT( )
SENDDATA( ) SENDEXIT( )
SEQWRAP(999999999) SHORTRTY(10)
SHORTTMR(60) SSLCAUTH(REQUIRED)
SSLCIPH(MY_SSL_CIPH) SSLPEER( )
STATCHL(QMGR) TPNAME( )
TRPTYPE(TCP)

AMQ8414: Display Channel details.
CHANNEL(TO.QM.FR) CHLTYPE(CLUSSDR)
ALTDATE(2009-02-27) ALTTIME(12.23.35)
BATCHHB(0) BATCHINT(0)
BATCHSZ(50) CLUSNL(NL.CLUSTERS)
CLUSTER( ) CLWLPRTY(0)
CLWLRANK(0) CLWLWGHT(50)
COMPHDR(NONE) COMPMSG(NONE)
CONNAME(FULL_REPOS(1415)) CONVERT(NO)
DESCR( ) DISCINT(90)
HBINT(60) KAINT(AUTO)
LOCLADDR( ) LONGRTY(999999999)
LONGTMR(300) MAXMSGL(4194304)
MCANAME( ) MCATYPE(THREAD)
MCAUSER( ) MODENAME( )
MONCHL(QMGR) MSGDATA( )
MSGEXIT( ) NPMSPEED(FAST)
PASSWORD( ) RCVDATA( )
RCVEXIT( ) SCYDATA( )
SCYEXIT( ) SENDDATA( )
SENDEXIT( ) SEQWRAP(999999999)
SHORTRTY(240) SHORTTMR(30)
SSLCIPH(MY_SSL_CIPH) SSLPEER( )
STATCHL(QMGR) TPNAME( )
TRPTYPE(TCP) USERID( )


These are not partner channels. They have different names.

Please post the corresponding CLUSRCVR for your problem CLUSSNDR.
_________________
Peter Potkay
Keep Calm and MQ On
Back to top
View user's profile Send private message
bruce2359
PostPosted: Fri Feb 27, 2009 11:56 am    Post subject: Reply with quote

Poobah

Joined: 05 Jan 2008
Posts: 9470
Location: US: west coast, almost. Otherwise, enroute.

...and please display the namelist NL.CLUSTERS.
_________________
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
View user's profile Send private message
meaton78
PostPosted: Fri Feb 27, 2009 12:22 pm    Post subject: Reply with quote

Centurion

Joined: 16 Oct 2008
Posts: 100

Thanks Peter, turns out I am just not smart today...

This server was copied to a VM, so I assumed the original queue manager worked previously. The Full Repos was setup on 1414, not 1415. I was convinced that the issue was the odd characters in the error message, so I did not start with the basics.

Thanks again
Back to top
View user's profile Send private message
PeterPotkay
PostPosted: Fri Feb 27, 2009 1:04 pm    Post subject: Reply with quote

Poobah

Joined: 15 May 2001
Posts: 7722

meaton78 wrote:
This server was copied to a VM...


We have that going on here too for non production non SAN attached Windows servers. I've had about 7 Queue Managers migrated to VMWare...so far so good. Hope the performance is maintained as they add more and more images to the VMWare farm. But I guess I'm not supposed to worry about that.
_________________
Peter Potkay
Keep Calm and MQ On
Back to top
View user's profile Send private message
fjb_saper
PostPosted: Sat Feb 28, 2009 4:10 am    Post subject: Reply with quote

Grand High Poobah

Joined: 18 Nov 2003
Posts: 20756
Location: LI,NY

PeterPotkay wrote:
meaton78 wrote:
This server was copied to a VM...


We have that going on here too for non production non SAN attached Windows servers. I've had about 7 Queue Managers migrated to VMWare...so far so good. Hope the performance is maintained as they add more and more images to the VMWare farm. But I guess I'm not supposed to worry about that.

Goes well until your VMWare is strapped for cpu and doing anything on your config mgr takes forever. As soon as I start doing some work on my VMWare config mgr the cpu shows maxed out... You need to make clear to them that they need to cater for your peak needs and not the average...which they have a tendency to do.... in my shop. Well I have an oddity on my VMWare config manager. 2 cpus show up in the device list but ony one shows on the performance monitor. Had to ask my VMWare guy to look into it...
_________________
MQ & Broker admin
Back to top
View user's profile Send private message Send e-mail
meaton78
PostPosted: Sat Feb 28, 2009 11:38 am    Post subject: Reply with quote

Centurion

Joined: 16 Oct 2008
Posts: 100

Thanks, I'll have to test my config managers on Monday and see if we experience that as well.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » Clustering » Unable to start channel - odd characters in conname
Jump to:  



You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.