|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
about ports numbers of qmgrs |
« View previous topic :: View next topic » |
Author |
Message
|
jsanza@terra.es |
Posted: Thu Jul 28, 2005 9:24 am Post subject: about ports numbers of qmgrs |
|
|
Newbie
Joined: 28 Jul 2005 Posts: 7
|
hello,
I am newbie and i've defined four differentes qmgrs to test remote
connections, ssl connection, etc
But, i think that i was using a sequence to the qmgr ports, 1414, 1515,
1616, 1717, but, I forgot the two last one, because, i can´t defined
new thing about them
My question is
How can i get the ports of all my defined and running queue managers?
thank y |
|
Back to top |
|
 |
jefflowrey |
Posted: Thu Jul 28, 2005 9:29 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
What platform? _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
jsanza@terra.es |
Posted: Thu Jul 28, 2005 11:56 pm Post subject: ports - platform |
|
|
Newbie
Joined: 28 Jul 2005 Posts: 7
|
Hello,
I would like to know under Windows and AIX.
thank you
J |
|
Back to top |
|
 |
sebastianhirt |
Posted: Fri Jul 29, 2005 12:12 am Post subject: |
|
|
Yatiri
Joined: 07 Jun 2004 Posts: 620 Location: Germany
|
On Windows open the MQServices snap in, choose your queuemanager name and look to the properties of your listener.
On AIX type
that will show you all running listeners and their ports (unless you use inetd)
I believe on MQ 6 there is also a runmqsc commd to do this. |
|
Back to top |
|
 |
wschutz |
Posted: Fri Jul 29, 2005 2:44 am Post subject: |
|
|
 Jedi Knight
Joined: 02 Jun 2005 Posts: 3316 Location: IBM (retired)
|
Quote: |
I believe on MQ 6 there is also a runmqsc commd to do this. |
That would be
Code: |
display lsstatus(*) all
AMQ8631: Display listener status details.
LISTENER(SYSTEM.LISTENER.TCP.2) STATUS(RUNNING)
PID(12614) STARTDA(2005-07-29)
STARTTI(06.31.17) DESCR( )
TRPTYPE(TCP) CONTROL(MANUAL)
IPADDR(*) PORT(1400)
BACKLOG(100)
AMQ8631: Display listener status details.
LISTENER(TCP1456) STATUS(RUNNING)
PID(13297) STARTDA(2005-07-29)
STARTTI(06.41.16) DESCR( )
TRPTYPE(TCP) CONTROL(MANUAL)
IPADDR(*) PORT(1456)
BACKLOG(100)
|
But be careful, this display will show the status of listener objects (port 1456) and runmqlsr instances (port 1400), but not anything listening via inetd.
And of course, you have to issue the comand at each queue manager. _________________ -wayne |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
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
|
|
|
|