DaemonForums  

Go Back   DaemonForums > Miscellaneous > Guides

Guides All Guides and HOWTO's.

Reply
 
Thread Tools Display Modes
  #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
  #2   (View Single Post)  
Old 11th April 2009
TerryP's Avatar
TerryP TerryP is offline
Arp Constable
 
Join Date: May 2008
Location: USofA
Posts: 1,547
Default

I do believe that owes itself a shell function or micro-script ;-)
__________________
My Journal

Thou shalt check the array bounds of all strings (indeed, all arrays), for surely where thou typest ``foo'' someone someday shall type ``supercalifragilisticexpialidocious''.
Reply With Quote
  #3   (View Single Post)  
Old 11th April 2009
vermaden's Avatar
vermaden vermaden is offline
Administrator
 
Join Date: Apr 2008
Location: pl_PL.lodz
Posts: 1,056
Default

owes itself?
__________________
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
  #4   (View Single Post)  
Old 11th April 2009
ephemera's Avatar
ephemera ephemera is offline
Knuth's homeboy
 
Join Date: Apr 2008
Posts: 537
Default

Vermaden, are you working on AIX systems?
I believe it's feels very different from any other *nix.

Last edited by ephemera; 11th April 2009 at 08:38 PM.
Reply With Quote
  #5   (View Single Post)  
Old 11th April 2009
vermaden's Avatar
vermaden vermaden is offline
Administrator
 
Join Date: Apr 2008
Location: pl_PL.lodz
Posts: 1,056
Default

@ephemera

Recently yes, but I did not had enought time to get more deep into it, generally its like comparing Solaris to FreeBSD, diffrent tools, diffrent approach but standart tools like df/ps/vmstat are there. For example, we have top at FreeBSD, prstat on Solaris and topas on AIX.

But first feelings are that its more similar to Solaris then to BSDs.
__________________
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
  #6   (View Single Post)  
Old 12th April 2009
TerryP's Avatar
TerryP TerryP is offline
Arp Constable
 
Join Date: May 2008
Location: USofA
Posts: 1,547
Default

Quote:
Originally Posted by vermaden View Post
owes itself?
worth making a quicker way of accessing it, without needing a notepad to remember it later ;-)




AIX was originally built on an AT&T UNIX System V base, had has developed commercially over the years; so it would make sense if it's more distant from FreeBSD, then Solaris is. Solaris still had to consider SunOS users at first, lol.
__________________
My Journal

Thou shalt check the array bounds of all strings (indeed, all arrays), for surely where thou typest ``foo'' someone someday shall type ``supercalifragilisticexpialidocious''.
Reply With Quote
Reply

Tags
aix, ibm, listen, port

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
download specific file from freebsd source kasse FreeBSD General 2 9th November 2008 11:13 AM
Upgrading application not installed in default port directory APACHE ijk FreeBSD Ports and Packages 5 13th July 2008 04:34 PM
how extract specific test from Postfix logs with PHP or Perl marco64 Programming 3 21st June 2008 12:46 PM
Where to go for specific freebsd router problems? borngeniusat1974 FreeBSD General 3 19th June 2008 11:21 PM
OpenBSD specific books I have WeakSauceIII OpenBSD General 1 25th May 2008 09:40 PM


All times are GMT. The time now is 04:55 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Content copyright © 2007-2010, the authors
Daemon image copyright ©1988, Marshall Kirk McKusick