Author |
Message
|
zdenek4 |
Posted: Fri Oct 22, 2010 6:20 am Post subject: How to list names or IPs of 'IPPROC'. |
|
|
Newbie
Joined: 22 Oct 2010 Posts: 2
|
Hello, I would like to ask how can I list names or IPs of processes (IPPROC) connected to queue.
"display queue(MYQUEUE) IPPROC" will list only number of preccesses, I would like to see details of these processes.
I'm using Websphere MQ 6.0.2.9 for AIX.
Example:
Code: |
dis q(MYQUEUE) IPPROCS
1 : dis q(MYQUEUE) IPPROCS
AMQ8409: Display Queue details.
QUEUE(MYQUEUE) TYPE(QLOCAL)
IPPROCS(4) |
|
|
Back to top |
|
 |
mqjeff |
Posted: Fri Oct 22, 2010 6:35 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
|
Back to top |
|
 |
zpat |
Posted: Fri Oct 22, 2010 7:39 am Post subject: |
|
|
 Jedi Council
Joined: 19 May 2001 Posts: 5866 Location: UK
|
for more details display the queue connection handle detail.
Easiest done with MO71 or MQExplorer. |
|
Back to top |
|
 |
Sam Uppu |
Posted: Mon Oct 25, 2010 2:28 am Post subject: |
|
|
 Yatiri
Joined: 11 Nov 2008 Posts: 610
|
You can try using
Display qstatus(qname) type(handle) all |
|
Back to top |
|
 |
zdenek4 |
Posted: Wed Jul 27, 2011 5:19 am Post subject: |
|
|
Newbie
Joined: 22 Oct 2010 Posts: 2
|
Thanks, qstatus command helped. I dont know name of the process but it lists PID. |
|
Back to top |
|
 |
zpat |
Posted: Wed Jul 27, 2011 6:46 am Post subject: |
|
|
 Jedi Council
Joined: 19 May 2001 Posts: 5866 Location: UK
|
MQ explorer (Queue status) and MO71 (Queue usage) display this information as well. |
|
Back to top |
|
 |
mqjeff |
Posted: Wed Jul 27, 2011 6:52 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
Also, IPPROCS has nothing to do with IP Addresses. |
|
Back to top |
|
 |
|