In Linux (RHEL), we are able to get a ForeignAddress/PID pair with "netstat -ntp" command:
[root@rhel ~]# netstat -ntp
Active Internet connections (w/o servers)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 10.30.39.13:139 10.30.36.190:22239 ESTABLISHED 15255/smbd
tcp 0 0 ::ffff:10.30.39.13:22 ::ffff:10.30.34.64:2523 ESTABLISHED 27970/sshd: james [pri
tcp 0 148 ::ffff:10.30.39.13:22 ::ffff:10.30.34.64:2518 ESTABLISHED 27937/3
For example, for the user james above, we have 10.30.34.64:2523 & 27970.
Is it somehow possible to get the same information (ForeignAddress/PID) in AIX 5.3?