View Single Post
  #1   (View Single Post)  
Old 10th April 2009
vermaden's Avatar
vermaden vermaden is offline
Administrator
 
Join Date: Apr 2008
Location: pl_PL.lodz
Posts: 1,056
Post AIX: Which Application is Using a Specific Port

How to check which application is binded to specific port on IBM AIX, maybe somebody will find it usefull.

Code:
# netstat -Aan | grep 5524
f100060005e1eb98 tcp4       0      0  *.5524             *.*                LISTEN

# rmsock f1000600060d8b98 tcpcb
The socket 0x60d8808 is being held by proccess 1982694 (java.bin).

# ps ax | grep 1982694
 1003654  pts/6 A     0:00 grep 1982694 
 1982694  pts/3 A     3:03 /u00/orahome3/jdk/bin/java.bin -Dibm.stream.nio=true
__________________
religions, worst damnation of mankind
"If 386BSD had been available when I started on Linux, Linux would probably never had happened." Linus Torvalds

Linux is not UNIX! Face it! It is not an insult. It is fact: GNU is a recursive acronym for “GNU's Not UNIX”.
vermaden's: links resources deviantart spreadbsd
Reply With Quote