Author |
Message
|
Gibbs00 |
Posted: Wed Oct 31, 2007 1:36 am Post subject: Listener Port |
|
|
Novice
Joined: 06 Sep 2007 Posts: 14
|
Hi there,
In MQ5.3 how can I see on what port a QManagers Listener is listening on?
Thank you,
Gibbs00 |
|
Back to top |
|
 |
Vitor |
Posted: Wed Oct 31, 2007 1:37 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
See what port the runmqlsr process is set to use. Or do a netstat. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
Gibbs00 |
Posted: Wed Oct 31, 2007 1:53 am Post subject: |
|
|
Novice
Joined: 06 Sep 2007 Posts: 14
|
Thanks for the reply.
There are hundreds of entries when I run netstat. How do I see which entry is for what queue manager?
and
When I do a runmqlsr with the relevant parameters I cannot see anything that indicates what the port is. It just says "Listener already running"
Thank you,
Gibbs00 |
|
Back to top |
|
 |
Suresh Gupta |
Posted: Wed Oct 31, 2007 2:49 am Post subject: |
|
|
Apprentice
Joined: 29 Jun 2005 Posts: 46 Location: India
|
If ur MQ5.3 on windows then u can use "websphere MQ services snap -in "
to check the listener _________________ regards,
Suresh |
|
Back to top |
|
 |
AkankshA |
Posted: Wed Oct 31, 2007 2:50 am Post subject: |
|
|
 Grand Master
Joined: 12 Jan 2006 Posts: 1494 Location: Singapore
|
Gibbs00 wrote: |
When I do a runmqlsr with the relevant parameters I cannot see anything that indicates what the port is. It just says "Listener already running"
|
that means the port on which u r trying to run the listener is already being used by another listener...
do a netstat -s | find "<port no which u want the listener to run on>"
to chk the availability _________________ Cheers |
|
Back to top |
|
 |
Vitor |
Posted: Wed Oct 31, 2007 2:50 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
if you do a netstat (maybe a netstat -a?) look (or grep) for the port(s) assigned to MQSeries.
As to runmqlsr, grep for the running process which will have the port in it's command (or not if it's using the default) _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
|