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 » General Discussion » MQ Series Client connections on MQ 5.3 AIX QMGR

Post new topic  Reply to topic Goto page Previous  1, 2
 MQ Series Client connections on MQ 5.3 AIX QMGR « View previous topic :: View next topic » 
Author Message
fjb_saper
PostPosted: Thu Apr 13, 2006 1:19 pm    Post subject: Reply with quote

Grand High Poobah

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

jefflowrey wrote:
Well, you could fairly easily write a script that would "dis chl(*) chltype(svrconn)", extract the names and the loop over "dis chs(...)".


Remember 5.3 syntax
dis chs(*) type(svrconn)

alter chl(mychlname) chltype(mychltype) ....

Enjoy
_________________
MQ & Broker admin
Back to top
View user's profile Send private message Send e-mail
Anirud
PostPosted: Thu Apr 13, 2006 1:19 pm    Post subject: Reply with quote

Master

Joined: 12 Feb 2004
Posts: 285
Location: Vermont

Code:
echo "dis chs(*)"|runmqsc QMGR|grep "CHLTYPE(SVRCONN)"|wc -l
should give you the total number of svrconn channels running.

HTH.
Back to top
View user's profile Send private message Visit poster's website
jefflowrey
PostPosted: Thu Apr 13, 2006 1:49 pm    Post subject: Reply with quote

Grand Poobah

Joined: 16 Oct 2002
Posts: 19981

fjb_saper wrote:
Remember 5.3 syntax
dis chs(*) type(svrconn)

alter chl(mychlname) chltype(mychltype) ....

Enjoy


Why remember, when I can look it up?
http://publibfp.boulder.ibm.com/epubs/html/csqzaj09/csqzaj091j.htm#HDRDISCHS

Which one of is right, according to this?


_________________
I am *not* the model of the modern major general.
Back to top
View user's profile Send private message
fjb_saper
PostPosted: Thu Apr 13, 2006 2:01 pm    Post subject: Reply with quote

Grand High Poobah

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

jefflowrey wrote:
fjb_saper wrote:
Remember 5.3 syntax
dis chs(*) type(svrconn)

alter chl(mychlname) chltype(mychltype) ....

Enjoy


Why remember, when I can look it up?
http://publibfp.boulder.ibm.com/epubs/html/csqzaj09/csqzaj091j.htm#HDRDISCHS

Which one of is right, according to this?



mea maxima culpa got confused CHS does not support the TYPE arg. only chl does....

You are RIGHT I should have looked it up -- perhaps getting early altzheimers...
_________________
MQ & Broker admin


Last edited by fjb_saper on Thu Apr 13, 2006 2:26 pm; edited 1 time in total
Back to top
View user's profile Send private message Send e-mail
GMcCarthy
PostPosted: Thu Apr 13, 2006 2:07 pm    Post subject: Reply with quote

Centurion

Joined: 06 Nov 2001
Posts: 113
Location: Melville NY

Documentation...

http://publib.boulder.ibm.com/infocenter/wmqv6/v6r0/index.jsp?topic=/com.ibm.mq.csqzah.doc/csqzah0721.htm

CHLTYPE is correct for the alter....doesn't work on a dis chstatus.

I do like this (above):

echo "dis chs(*)"|runmqsc QMGR|grep "CHLTYPE(SVRCONN)"|wc -l
Back to top
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
Display posts from previous:   
Post new topic  Reply to topic Goto page Previous  1, 2 Page 2 of 2

MQSeries.net Forum Index » General Discussion » MQ Series Client connections on MQ 5.3 AIX QMGR
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.