Author |
Message
|
ibmmqrock |
Posted: Thu May 30, 2019 3:09 am Post subject: Hung IPPROCS on MQ Appliance |
|
|
Novice
Joined: 30 May 2019 Posts: 14
|
I have not seen this problem before but then I never used MQ appliance before.
we have shut down our application but we are still seeing IPPROCS on our MQ Appliance QMGR. We relooked but we could not find any application instances running, infact we killed all Java processes on application server and then we stopped SVRCONN channel manually on MQ Appliance QMGR.
But I am still seeing multiple IPPROCS on those local queues.
What could be the reason and if there is a way to fix it without restarting QMGR? |
|
Back to top |
|
 |
fjb_saper |
Posted: Thu May 30, 2019 3:49 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
You need to look at dis conn(") where (objname = qname) or dis qs(qname) all
This will allow you to narrow down where the ipprocs are comming from.  _________________ MQ & Broker admin |
|
Back to top |
|
 |
ibmmqrock |
Posted: Tue Jun 04, 2019 7:22 am Post subject: |
|
|
Novice
Joined: 30 May 2019 Posts: 14
|
fjb_saper wrote: |
You need to look at dis conn(") where (objname = qname) or dis qs(qname) all
This will allow you to narrow down where the ipprocs are comming from.  |
Quote: |
infact we killed all Java processes on application server and then we stopped SVRCONN channel manually on MQ Appliance QMGR.
|
Hi , it was showing the IP addresses of application servers and we went ahead and killed all Java processes and application instances on that server but it is still showing those IPPROCS.
looks like a bug on MQ Appliance. |
|
Back to top |
|
 |
bruce2359 |
Posted: Tue Jun 04, 2019 7:30 am Post subject: |
|
|
 Poobah
Joined: 05 Jan 2008 Posts: 9469 Location: US: west coast, almost. Otherwise, enroute.
|
Have you opened a PMR with IBM on this issue? _________________ 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 |
|
 |
hughson |
Posted: Tue Jun 04, 2019 9:57 pm Post subject: |
|
|
 Padawan
Joined: 09 May 2013 Posts: 1959 Location: Bay of Plenty, New Zealand
|
ibmmqrock wrote: |
fjb_saper wrote: |
You need to look at dis conn(") where (objname = qname) or dis qs(qname) all
This will allow you to narrow down where the ipprocs are comming from.  |
Quote: |
infact we killed all Java processes on application server and then we stopped SVRCONN channel manually on MQ Appliance QMGR.
|
Hi , it was showing the IP addresses of application servers and we went ahead and killed all Java processes and application instances on that server but it is still showing those IPPROCS.
looks like a bug on MQ Appliance. |
When you stopped the SVRCONN channel manually, what command did you use?
Did you remember to use MODE(FORCE)?
In short, the queue manager still believes that there is a network connection for the application. Once it detects (or is told) that the network connection is not there, then the IPPROCs count should free up. Using STOP CHANNEL MODE(FORCE) will forcibly break the network connection.
Cheers,
Morag _________________ Morag Hughson @MoragHughson
IBM MQ Technical Education Specialist
Get your IBM MQ training here!
MQGem Software |
|
Back to top |
|
 |
fjb_saper |
Posted: Wed Jun 05, 2019 7:52 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
ibmmqrock wrote: |
Hi , it was showing the IP addresses of application servers and we went ahead and killed all Java processes and application instances on that server but it is still showing those IPPROCS.
looks like a bug on MQ Appliance. |
Who said it was a java process? Remember some tools (MO71) and programs do not use Java...  _________________ MQ & Broker admin |
|
Back to top |
|
 |
|