Network and Storage Protocols

identify which server is being mounted to a NFS volume

modi_bitterman
4,790 Views

Not sure if this is the right place for this kind of question but I'll try.

Is there a way to find out which server is being mounted (using NFS)  to a volume or qtree?

Thanks,

Modi

3 REPLIES 3

shaunjurr
4,790 Views

Hi,

Try reading 'man showmount' on one of your unix systems.  It won't give you a perfect statefull picture of exactly which machines have mounted a volume, but it is a start.

reide
4,790 Views

You can try the new "Collect Client Statistics" feature in Performance Advisor 4.0.  It will report on every server (IP address) that is accessing the NFS export at that time. In addition, it will show how many operations each client is performing at that time. You can run this on-demand or schedule it to run on a regular basis.

You can access this in the NetApp Management Console for a GUI.  You can also run this from the DFM server's CLI.

# dfm perf clientstat collect [ -p <collection-period> ] <host-id>

rwelshman
4,790 Views

You can also use "netstat -a" on the filer to give some info. Like showmount it won't be 100% but between the two of those commands you should get a good idea.

Public