Hi everyone,
we're in trouble with some sockets that never close.
We need to close this connections (shown with the following command: netstat | grep -i node_commander | grep -i FIN_WAIT_2):
tcp4 0 0 f1n3.34148 node_commander.6666 FIN_WAIT_2
......
We don't know hot to associate a PID number to this connections, maybe someone have the answer.
Anoter option is using the ndd command, but it is not provided with AIX. With this command you can find all your connections which are in FIN_WAIT_2 and then kill them. Anyone knows a similar command for aix?
Tks in advance,
norbes.
we're in trouble with some sockets that never close.
We need to close this connections (shown with the following command: netstat | grep -i node_commander | grep -i FIN_WAIT_2):
tcp4 0 0 f1n3.34148 node_commander.6666 FIN_WAIT_2
......
We don't know hot to associate a PID number to this connections, maybe someone have the answer.
Anoter option is using the ndd command, but it is not provided with AIX. With this command you can find all your connections which are in FIN_WAIT_2 and then kill them. Anyone knows a similar command for aix?
Tks in advance,
norbes.