netstat on Solaris 10 sparc
# netstat -na | grep CLOSE_WAIT
from the output to find out which PID / process is creating those sockets?
In Linux there is a switch -p is there many some other way on Solaris to point to PID. On the server there iare multipe processes running and currently I am just checking logs to try to find out problematic process.
Thanks for your help
Andrew