Does anyone know of a way to determine (from an AIX 5.3 NFS Server) if any hosts are NFS mounted to the server.
I have searched many threads on here, and this is the closest one I've gotten to a solution. thread52-1139757.
netstat -an |grep 2049 works great....assuming a connection has been recently established. After a few minutes of inactivity, the netstat doesn't show the connect any more.
showmount -d is ok for most cases, but this happens to be a NIM server so most of the entries that show up with showmount -d are wrong.
I would like to try the lsof command, but I haven't figured out the syntax yet.
Any help would be great.
I have searched many threads on here, and this is the closest one I've gotten to a solution. thread52-1139757.
netstat -an |grep 2049 works great....assuming a connection has been recently established. After a few minutes of inactivity, the netstat doesn't show the connect any more.
showmount -d is ok for most cases, but this happens to be a NIM server so most of the entries that show up with showmount -d are wrong.
I would like to try the lsof command, but I haven't figured out the syntax yet.
Any help would be great.