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 IBM MQ Support » channel max connection.

Post new topic  Reply to topic Goto page 1, 2  Next
 channel max connection. « View previous topic :: View next topic » 
Author Message
bkiran2020
PostPosted: Wed Feb 13, 2013 6:00 am    Post subject: channel max connection. Reply with quote

Master

Joined: 20 Jan 2011
Posts: 243
Location: US

How to find the max channel connection on the server.

I have tried the command

1)echo 'dis chs(*)' | runmqsc QMGR | grep
CONNAME| sort | uniq -c

but if has given some count like 400 but the max channel connection for the QMGR is 100 only.
but when i tried this command I have got some count like this.
2)echo 'dis chs(*)' | runmqsc QMGR | grep
CONNAME| grep | RUNNING sort | uniq -c
78

Could any one suggest which is the correct command ?
Back to top
View user's profile Send private message
zpat
PostPosted: Wed Feb 13, 2013 7:16 am    Post subject: Reply with quote

Jedi Council

Joined: 19 May 2001
Posts: 5849
Location: UK

Join me in the 21st century and use a GUI like MO71.
Back to top
View user's profile Send private message
mqjeff
PostPosted: Wed Feb 13, 2013 7:24 am    Post subject: Reply with quote

Grand Master

Joined: 25 Jun 2008
Posts: 17447

zpat wrote:
Join me in the 21st century and use a GUI like MO71.

M071's GUI is circa 1993, not 21st century at all.

Use MS0P.
Back to top
View user's profile Send private message
zpat
PostPosted: Wed Feb 13, 2013 7:51 am    Post subject: Reply with quote

Jedi Council

Joined: 19 May 2001
Posts: 5849
Location: UK

Shame that the MQ explorer regularly freezes (for me at least) and has other unpleasant interface bugs (like the navigator pane blanking).

This is despite using the very latest versions of MQ and explorer and MBX available.
Back to top
View user's profile Send private message
mqjeff
PostPosted: Wed Feb 13, 2013 8:04 am    Post subject: Reply with quote

Grand Master

Joined: 25 Jun 2008
Posts: 17447

zpat wrote:
Shame that the MQ explorer regularly freezes (for me at least) and has other unpleasant interface bugs (like the navigator pane blanking).

This is despite using the very latest versions of MQ and explorer and MBX available.


Yeah, there are bugs in the most recent level of MBX, particularly with Broker Toolkit also running.

It's also a shame that MO71 is not being maintained.
Back to top
View user's profile Send private message
pfarrel
PostPosted: Wed Feb 13, 2013 8:25 am    Post subject: Reply with quote

Centurion

Joined: 16 Mar 2004
Posts: 120
Location: Kansas City

I have experienced hangs and loops in MQ/Explorer with the Broker plugin. The problem has turned out to be that I am running out of handles. This can be seen in a file named .log. On my windows system this file is in this directory:
C:\Documents and Settings\<userid>\IBM\WebSphereMQ\workspace\.metadata\
In the file named .log I will see this message:
org.eclipse.swt.SWTError: No more handles
IBM has sent me a new jar file which seems to have improved the situation. It is a new version of this file:
com.ibm.etools.wmadmin.broker.explorer_8.0.0.1.jar
Back to top
View user's profile Send private message
mqjeff
PostPosted: Wed Feb 13, 2013 8:27 am    Post subject: Reply with quote

Grand Master

Joined: 25 Jun 2008
Posts: 17447

pfarrel wrote:
I have experienced hangs and loops in MQ/Explorer with the Broker plugin. The problem has turned out to be that I am running out of handles. This can be seen in a file named .log. On my windows system this file is in this directory:
C:\Documents and Settings\<userid>\IBM\WebSphereMQ\workspace\.metadata\
In the file named .log I will see this message:
org.eclipse.swt.SWTError: No more handles
IBM has sent me a new jar file which seems to have improved the situation. It is a new version of this file:
com.ibm.etools.wmadmin.broker.explorer_8.0.0.1.jar


Yes, there are iFixes to the problems in the current release.
Back to top
View user's profile Send private message
zpat
PostPosted: Wed Feb 13, 2013 12:37 pm    Post subject: Reply with quote

Jedi Council

Joined: 19 May 2001
Posts: 5849
Location: UK

mqjeff wrote:
It's also a shame that MO71 is not being maintained.


Paul Clarke regularly updated it and has tested it with MQ 7.1 and 7.5.

So I don't see that it needs maintenance since it actually works brilliantly.

Eventually it might need some more, I assume that Mark E Taylor will be doing that.

I'll use that slow and buggy MQ explorer one day if I have to...

It won't be a patch on the multi-QM display and other advanced features that MO71 has though.
Back to top
View user's profile Send private message
bruce2359
PostPosted: Wed Feb 13, 2013 1:14 pm    Post subject: Reply with quote

Poobah

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

zpat wrote:
I'll use that slow and buggy MQ explorer one day if I have to...

Luddite!
_________________
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
RogerLacroix
PostPosted: Wed Feb 13, 2013 4:34 pm    Post subject: Re: channel max connection. Reply with quote

Jedi Knight

Joined: 15 May 2001
Posts: 3253
Location: London, ON Canada

bkiran2020 wrote:
Could any one suggest which is the correct command ?

Well, you have 78 running channels and 322 stale connections. How do you get stale connections? Easy. An application or thread exits but does not explicitly disconnect from the queue manager. I have noticed that Java/JMS programmers "assume" MQ will clean up after them, so them don't bother disconnecting from the queue manager.

Regards,
Roger Lacroix
Capitalware Inc.
_________________
Capitalware: Transforming tomorrow into today.
Connected to MQ!
Twitter
Back to top
View user's profile Send private message Visit poster's website
bkiran2020
PostPosted: Wed Feb 13, 2013 5:34 pm    Post subject: Re: channel max connection. Reply with quote

Master

Joined: 20 Jan 2011
Posts: 243
Location: US

RogerLacroix wrote:
bkiran2020 wrote:
Could any one suggest which is the correct command ?

Well, you have 78 running channels and 322 stale connections. How do you get stale connections? Easy. An application or thread exits but does not explicitly disconnect from the queue manager. I have noticed that Java/JMS programmers "assume" MQ will clean up after them, so them don't bother disconnecting from the queue manager.

Regards,
Roger Lacroix
Capitalware Inc.


Thanks you ...

small doubt queue manger also have some max handle option what is the use of that
Back to top
View user's profile Send private message
bruce2359
PostPosted: Wed Feb 13, 2013 7:13 pm    Post subject: Re: channel max connection. Reply with quote

Poobah

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

bkiran2020 wrote:
... queue manger also have some max handle option what is the use of that

Have you tried using google to search for an answer to your doubt?
_________________
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: Thu Feb 14, 2013 6:26 am    Post subject: Reply with quote

Poobah

Joined: 15 May 2001
Posts: 7717

zpat wrote:
mqjeff wrote:
It's also a shame that MO71 is not being maintained.


Paul Clarke regularly updated it and has tested it with MQ 7.1 and 7.5.

So I don't see that it needs maintenance since it actually works brilliantly.

Eventually it might need some more, I assume that Mark E Taylor will be doing that.

I'll use that slow and buggy MQ explorer one day if I have to...

It won't be a patch on the multi-QM display and other advanced features that MO71 has though.


There was the following post on the list server last week:
Quote:

Any word on IBM picking up where Paul left off on MO71?
I am running 7.5.0 and just tried an export on an Alias queue from a Queue List.
It isn’t picking up the base queue name when using MQSC or XML exports.
If you open the Alias queue then it exports everything just fine, so it seems to be only a problem with exporting from a Queue List.


MO71 probably works fine for 99.9% of things right now, but without Paul's TLC going forward....
_________________
Peter Potkay
Keep Calm and MQ On
Back to top
View user's profile Send private message
zpat
PostPosted: Thu Feb 14, 2013 6:31 am    Post subject: Reply with quote

Jedi Council

Joined: 19 May 2001
Posts: 5849
Location: UK

First thing - check the person is using the latest MO71 version.

Second thing - when exporting definitions from lists of objects - make sure the field name that you want exported is included in the list of field names being displayed. It won't export field values that are not being shown in the list.
Back to top
View user's profile Send private message
mqjeff
PostPosted: Thu Feb 14, 2013 6:31 am    Post subject: Reply with quote

Grand Master

Joined: 25 Jun 2008
Posts: 17447

And any assumptions about Mark E Taylor adding to his list of things to do is rather optimistic.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Goto page 1, 2  Next Page 1 of 2

MQSeries.net Forum Index » General IBM MQ Support » channel max connection.
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.