Author |
Message
|
RogerLacroix |
Posted: Sat Aug 16, 2008 3:00 pm Post subject: Survey on the number of unique channels per queue manager |
|
|
 Jedi Knight
Joined: 15 May 2001 Posts: 3264 Location: London, ON Canada
|
All,
Ok, I have an odd survey request. For your queue managers, what is the number of unique channel definitions? (i.e. not running channels or instances of running channels).
For WMQ v6, when you create a queue manager, 10 SYSTEM channels are created. So, if you did the MQSC command of DIS CHL(*), how many channels in total do you have defined per queue manager?
On Unix or Linux, you can use the following command to find out the number:
Code: |
echo dis chl(*) | runmqsc {QMgrName} | grep CHANNEL | wc -l |
On Windows, you can use the following command:
Code: |
echo dis chl(*) | runmqsc {QMgrName} | findstr CHANNEL |
Sorry, I don't have any easy commands for z/OS or iSeries.
I'm not looking for confident information and if you want you round the number that is fine too.
How about we use the format of: OS - Environment = ##
i.e.
Windows - Test = 35
Solaris - PROD = 45
Thanks to all who will reply.
Regards,
Roger Lacroix
Capitalware Inc. _________________ Capitalware: Transforming tomorrow into today.
Connected to MQ!
Twitter
Last edited by RogerLacroix on Sat Aug 16, 2008 10:18 pm; edited 1 time in total |
|
Back to top |
|
 |
PeterPotkay |
Posted: Sat Aug 16, 2008 7:46 pm Post subject: |
|
|
 Poobah
Joined: 15 May 2001 Posts: 7722
|
I have about a hundred SVRCONNs defined on several of my Windows Queue Managers. _________________ Peter Potkay
Keep Calm and MQ On |
|
Back to top |
|
 |
SAFraser |
Posted: Sun Aug 17, 2008 9:01 pm Post subject: |
|
|
 Shaman
Joined: 22 Oct 2003 Posts: 742 Location: Austin, Texas, USA
|
All my queue managers are running on Solaris.
The number of channels is the same for test and production.
Typically, I have:
1-2 senders
1-2 receivers
10-12 svrconn for applications
plus whatever system channels are installed by default |
|
Back to top |
|
 |
exerk |
Posted: Mon Aug 18, 2008 12:23 am Post subject: |
|
|
 Jedi Council
Joined: 02 Nov 2006 Posts: 6339
|
Win, AIX, HP-UX and z/OS:
No SVRCONN's (that I'm aware of), a lot of SDR/RCVR's on z/OS and minimal SDR/RCVR's elsewhere. Sorry, can't give numbers but they don't change much across environments. _________________ It's puzzling, I don't think I've ever seen anything quite like this before...and it's hard to soar like an eagle when you're surrounded by turkeys. |
|
Back to top |
|
 |
AkankshA |
Posted: Mon Aug 18, 2008 1:09 am Post subject: |
|
|
 Grand Master
Joined: 12 Jan 2006 Posts: 1494 Location: Singapore
|
Typically, I have:
3-4 senders / receiver
1-2 cluster channels
10-12 svrconn for applications
OS is Linux _________________ Cheers |
|
Back to top |
|
 |
fjb_saper |
Posted: Mon Aug 18, 2008 1:34 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
Cluster Gateways around 50 channels (including system)
Cluster qmgr less than 10 defined (excluding system)
 _________________ MQ & Broker admin |
|
Back to top |
|
 |
javagate |
Posted: Mon Aug 18, 2008 2:42 pm Post subject: |
|
|
 Disciple
Joined: 15 Nov 2004 Posts: 159
|
On one sysplex 6 qmgr all connected.
Less than 5 svrconn total.
On one plex 5 qmgr, 25+ senders no svrconn.
On the last plex same as mr saper(spiderman) i.e. same machine  _________________ WebSphere Application Server 7.0 z/OS &
MQ 6.0. I work with WebSphere in the real world not in some IBM lab. |
|
Back to top |
|
 |
fjb_saper |
Posted: Mon Aug 18, 2008 6:06 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
javagate wrote: |
On the last plex same as mr saper(spiderman) i.e. same machine  |
Well I had not integrated the ZOS qmgr in this because for us it is a little bit the "outsider". I would guess that we have about 25 to 30 defined channels of which less than 15 would be active at any time.
Don't get me wrong... active means up to 300+ instances...(CAF)  _________________ MQ & Broker admin |
|
Back to top |
|
 |
javagate |
Posted: Tue Aug 19, 2008 3:19 am Post subject: |
|
|
 Disciple
Joined: 15 Nov 2004 Posts: 159
|
All z/OS boxs are outsiders.  _________________ WebSphere Application Server 7.0 z/OS &
MQ 6.0. I work with WebSphere in the real world not in some IBM lab. |
|
Back to top |
|
 |
rgprasanna |
Posted: Thu Aug 21, 2008 2:09 am Post subject: |
|
|
 Voyager
Joined: 02 May 2007 Posts: 91 Location: Chennai - India
|
i've queue managers running on windows and AIX
19 SVRCONN channels on windows machine
average of 6 channels(mostly sender - receiver pair) per queue manager (53 queue managers in total) _________________ Prasanna |
|
Back to top |
|
 |
|