Author |
Message
|
atheek |
Posted: Mon Feb 19, 2007 1:34 am Post subject: Queue Manager Listener port. |
|
|
 Partisan
Joined: 01 Jun 2006 Posts: 327 Location: Sydney
|
I am running MQ 5.3 on a Solaris 2.9 box:
I want to find the port at which the queue manager listener is running for an already running qmgr QMA:
I diid a ps -ef | grep amqcrsta
A amqcrsta -m QMA eentry got listed.
Then I did a :
grep QMA /etc/inetd.conf
---> MQTC stream tcp nowait mqm /opt/mqm/bin/amqcrsta amqcrsta -m QMA
then I did a :
grep MQTC /etc/services
--> nothing got listed. Then how i will know the port at which the listener for QMA is running??
Thanks in Advance!~! |
|
Back to top |
|
 |
jefflowrey |
Posted: Mon Feb 19, 2007 2:31 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
ps -ef|grep runmqlsr _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
atheek |
Posted: Mon Feb 19, 2007 2:44 am Post subject: |
|
|
 Partisan
Joined: 01 Jun 2006 Posts: 327 Location: Sydney
|
The mQ admin team out here uses inetd and not runmqlsr.
I did a ps -ef | grep runmqlsr and nothing got listed for the qmanager in question.
the amqcrsta process is already running for the QMGR and I expected an entry for MQTC in /etc/services file. But its not there.
Then how do i know the port. |
|
Back to top |
|
 |
jefflowrey |
Posted: Mon Feb 19, 2007 4:28 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Ask the admin team.
Also, ask them why they are using a deprecated method of starting a listener. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
wbimb |
Posted: Thu Mar 01, 2007 11:17 pm Post subject: |
|
|
 Centurion
Joined: 17 Aug 2006 Posts: 144
|
I want to write a bat script on Windows 2000 for MQ5.3, which we executed will give me a Qmgr Name and the listener names and their port....
Can someone help me with the commands tht will give me the same |
|
Back to top |
|
 |
|