Jul 29, 2002 #1 asharma3 Technical User Jul 29, 2002 4 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
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
Sep 10, 2002 #2 burza Technical User Jul 19, 2001 23 PL 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 Upvote 0 Downvote
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