Video Screencast Help
Search Video Help Close Back
to help
New in the Rewards Catalog: Vouchers for "Symantec Technical Specialist" and "Symantec Certified Specialist" exams.

Can we check the ports used by different applications?

Updated: 21 Oct 2010 | 6 comments
Pinku's picture
0 0 Votes
Login to vote

Hi,
Can we check the ports used by different applications in:
1) master server
2) client server

is there any command exists to verify this or we need to use a 3rd party software for this.

enviorment is 6.5 both unix and windows.

discussion Filed Under:

Comments

fieldnmultistream's picture
19
Mar
2010
1 Vote +1
Login to vote

Not exactly sure about

Not exactly sure about question, but if you're use 6.5, then the two ports you should be concerned about is:

13724 - vnetd
1556 - pbx

Nicolai's picture
19
Mar
2010
1 Vote +1
Login to vote

netstat

Use the command "netstat" on both Windows and Linux/UNIX. This will show what ports are connected.

C:\netstat -n

 Active Connections

  Proto  Local Address          Foreign Address        State
  TCP    OP54698:2570           localhost:2571         ESTABLISHED
  TCP    OP54698:2571           localhost:2570         ESTABLISHED
  TCP    OP54698:2572           localhost:2573         ESTABLISHED
  TCP    OP54698:2573           localhost:2572         ESTABLISHED

Assumption is the mother of all mess ups.

If this post solved you’re questions please send a gratitude by marking it as a solution.

 

Marianne van den Berg's picture
19
Mar
2010
2 Votes +2
Login to vote

Another doc: Port Usage Guide

Another doc: Port Usage Guide for Windows and UNIX Platforms

Supporting Storage Foundation and VCS on Unix and Windows as well as NetBackup on Unix and Windows.
Handy NBU links

Deepak W's picture
22
Mar
2010
1 Vote +1
Login to vote

For windows you can even use

For windows you can even use TCPView. This is a graphical tool which lists all running processes with protocols and port numbers.

http://technet.microsoft.com/en-us/sysinternals/bb897437.aspx

-- Deepak W (Kindly close the thread if your query is resolved)

Pinku's picture
20
Apr
2010
0 Votes 0
Login to vote

Thanks everyone.... every

Thanks everyone....
every post helped me in some or the other way ;)