Author |
Message
|
morpheus |
Posted: Sat Jun 21, 2003 10:01 am Post subject: How to see portnumber |
|
|
 Acolyte
Joined: 08 Mar 2003 Posts: 72 Location: Austin, TX
|
Hi all
I am having a problem finding the portnumber on which listener program is running? I tried "amqmdain" command but it shows only the status but not the port number. I want to see this on the command prompt of Windows operating system.
Thanx in advance
morpheus |
|
Back to top |
|
 |
kirani |
Posted: Sat Jun 21, 2003 10:35 am Post subject: |
|
|
Jedi Knight
Joined: 05 Sep 2001 Posts: 3779 Location: Torrance, CA, USA
|
If you don't mind using the GUI then goto MQSeries Services and then click on your queue manager in the left pane. In the right pane, right click on Listners and then select properties. You can see the port number in the parameters tab. _________________ Kiran
IBM Cert. Solution Designer & System Administrator - WBIMB V5
IBM Cert. Solutions Expert - WMQI
IBM Cert. Specialist - WMQI, MQSeries
IBM Cert. Developer - MQSeries
|
|
Back to top |
|
 |
vennela |
Posted: Sat Jun 21, 2003 1:14 pm Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
netstat -an
-------
Venny |
|
Back to top |
|
 |
morpheus |
Posted: Sat Jun 21, 2003 1:37 pm Post subject: Thank you |
|
|
 Acolyte
Joined: 08 Mar 2003 Posts: 72 Location: Austin, TX
|
Netstat-an worked. Thanks for the reply |
|
Back to top |
|
 |
rwa |
Posted: Mon Jun 23, 2003 12:05 am Post subject: |
|
|
Voyager
Joined: 22 Jan 2002 Posts: 76 Location: Duesseldorf/Germany
|
I am confuced about the solution netstat -an. This command shows all used ports without naming the process owning that port. On a unix box lsof relates ports with processes. Is there a similar command on Windows? |
|
Back to top |
|
 |
clindsey |
Posted: Mon Jun 23, 2003 6:39 am Post subject: |
|
|
Knight
Joined: 12 Jul 2002 Posts: 586 Location: Dallas, Tx
|
www.sysinternals.com has a Windows utility called TCPView that will show you the processes associated with a port.
Charlie |
|
Back to top |
|
 |
|