Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Port of Queue Manager

Status
Not open for further replies.

asharma3

Technical User
Jul 29, 2002
4
0
0
US
In unix , how can I find out the port no. on which queue manager is running?
I have only browse permission for objects.

Thanks
Alok
 
if listenr was startet manualy:

#ps -ef|grep mqm

(for example:$ ps -ef|grep mqm
mqm 10994 10933 0 11:22:54 pts/tb 0:00 grep mqm
mqm 10959 10933 0 09:42:12 pts/tb 0:00 runmqlsr -t tcp -p 1414 -m QM_QMQ ---> posr no. is 1414

if listener is startet automaticly check:

/etc/services - there are more port numbers ;)










 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top