Author |
Message
|
GRIFF |
Posted: Thu Apr 13, 2006 10:15 am Post subject: MQ Series Client connections on MQ 5.3 AIX QMGR |
|
|
 Acolyte
Joined: 19 Sep 2005 Posts: 64 Location: VA
|
Does anyone know the maximum client connections permitted on MQ 5.3 on AIX? Also; is there a runmqsc command to see the number of current connections?
Please advise,
GRIFF |
|
Back to top |
|
 |
vennela |
Posted: Thu Apr 13, 2006 10:17 am Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
Isn't that in qm.ini file |
|
Back to top |
|
 |
jefflowrey |
Posted: Thu Apr 13, 2006 10:18 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
vennela wrote: |
Isn't that in qm.ini file |
Not by default.
You have to create the MaxActiveChannels stanza yourself. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
vennela |
Posted: Thu Apr 13, 2006 10:19 am Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
In that case I think the default is 100 |
|
Back to top |
|
 |
jefflowrey |
Posted: Thu Apr 13, 2006 10:29 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Yes, the default value is 100. But the stanza is not there by default!  _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
GMcCarthy |
Posted: Thu Apr 13, 2006 10:30 am Post subject: Re: MQ Series Client connections on MQ 5.3 AIX QMGR |
|
|
 Centurion
Joined: 06 Nov 2001 Posts: 113 Location: Melville NY
|
GRIFF wrote: |
Also; is there a runmqsc command to see the number of current connections?
Please advise,
GRIFF |
are you using inetd or runmqlsr? _________________ Regards,
Gina
IBM Certified MQSeries Specialist |
|
Back to top |
|
 |
GRIFF |
Posted: Thu Apr 13, 2006 10:45 am Post subject: MQ Series Client connections on MQ 5.3 AIX QMGR |
|
|
 Acolyte
Joined: 19 Sep 2005 Posts: 64 Location: VA
|
Thanks for the max connection info; that answered the question of how many are possible. How can I tell how many client connections are on a QM currently?
Please advise,
GRIFF |
|
Back to top |
|
 |
jefflowrey |
Posted: Thu Apr 13, 2006 10:50 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
"display channel status"... _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
GMcCarthy |
Posted: Thu Apr 13, 2006 10:53 am Post subject: |
|
|
 Centurion
Joined: 06 Nov 2001 Posts: 113 Location: Melville NY
|
Just be aware that "dis chstatus" will show ALL channels, not necessarily just client connections. _________________ Regards,
Gina
IBM Certified MQSeries Specialist |
|
Back to top |
|
 |
jefflowrey |
Posted: Thu Apr 13, 2006 10:55 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Yes, but "dis chstatus(<my svrconnname>)" will only show client connections... _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
GMcCarthy |
Posted: Thu Apr 13, 2006 10:57 am Post subject: |
|
|
 Centurion
Joined: 06 Nov 2001 Posts: 113 Location: Melville NY
|
Yes, but, unless you have good naming conventions where you can use a generic name AND they're different from non-svrconn channels....this may be tough.  _________________ Regards,
Gina
IBM Certified MQSeries Specialist |
|
Back to top |
|
 |
jefflowrey |
Posted: Thu Apr 13, 2006 11:05 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
"dis chstatus(*) where(chltype eq svrconn)" in v6...
And I'm sure that most good monitoring tools would allow for a similar type of thing with v5.x qmgrs... _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
GMcCarthy |
Posted: Thu Apr 13, 2006 11:07 am Post subject: |
|
|
 Centurion
Joined: 06 Nov 2001 Posts: 113 Location: Melville NY
|
The OP states he's on 5.3.
Thank for that tidbit of info...I tried that on 5.3 and it spit up at me  _________________ Regards,
Gina
IBM Certified MQSeries Specialist |
|
Back to top |
|
 |
jefflowrey |
Posted: Thu Apr 13, 2006 11:10 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Well, you could fairly easily write a script that would "dis chl(*) chltype(svrconn)", extract the names and the loop over "dis chs(...)".
I seem to remember some wag posting some AWK or somesuch that would grab some things from runmqsc output...
I'd just do it with PCFs and MA89, myself. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
GMcCarthy |
Posted: Thu Apr 13, 2006 11:13 am Post subject: |
|
|
 Centurion
Joined: 06 Nov 2001 Posts: 113 Location: Melville NY
|
|
Back to top |
|
 |
|