Skip to main content
NetApp Knowledge Base

What is a NFS op with the ONTAP operating system?

Views:
1,090
Visibility:
Public
Votes:
0
Category:
ontap-9
Specialty:
nas
Last Updated:

Applies to

  • ONTAP 9
  • Data ONTAP 8
  • Data ONTAP 7-Mode
  • NFS version 3

Answer

  • A single Network File System operation (NFS op) is the combination of a NFS request from a client, and a NFS reply to the request from a server.
  • In many cases, a single NFS call will generate several NFS operations.

Example:  

If an NFS client were to lookup a directory named /home/netapp , two NFS ops may be generated to determine if the /home/netapp directory already exists: 

  1. NFS client performs a lookup of /home ; then the NFS server responds with the results. 
  2. NFS client performs a lookup of /home/netapp ; then the NFS server responds with the results.
  • The list of NFS ops available to the client, and the number of calls per op can be viewed with the following command: 

MyMac:~ nfsstat

Getattr      Setattr       Lookup     Readlink         Read        Write

   515            10            62         0            110         107

Create       Remove       Rename         Link      Symlink        Mkdir

   20            9            0            0            0            4

Rmdir      Readdir     RdirPlus       Access        Mknod       Fsstat

   0          55            24            17            0            77

Fsinfo     PathConf       Commit

   88            5            24

  •  Refer to your own nfsstat manual page for additional information.

Additional Information

 

Sign in to view the entire content of this KB article.

New to NetApp?

Learn more about our award-winning Support

NetApp provides no representations or warranties regarding the accuracy or reliability or serviceability of any information or recommendations provided in this publication or with respect to any results that may be obtained by the use of the information or observance of any recommendations provided herein. The information in this document is distributed AS IS and the use of this information or the implementation of any recommendations or techniques herein is a customer's responsibility and depends on the customer's ability to evaluate and integrate them into the customer's operational environment. This document and the information contained herein may be used solely in connection with the NetApp products discussed in this document.