The requested article is not available. Either it doesn't apply to this version of the product or the relevant information is organized differently in this version of the docs. You can search, browse, or go back to the other version.
Enable or disable pNFS
-
PDF of this doc site
-
Cluster administration
-
Volume administration
-
Logical storage management with the CLI
-
-
NAS storage management
-
Configure NFS with the CLI
-
Manage NFS with the CLI
-
Manage SMB with the CLI
-
Manage file access using SMB
-
-
-
Security and data encryption
-
Data protection and disaster recovery
-

Collection of separate PDF docs
Creating your file...
This may take a few minutes. Thanks for your patience.
Your file is ready
pNFS improves performance by allowing NFS clients to perform read/write operations on storage devices directly and in parallel, bypassing the NFS server as a potential bottleneck. To enable or disable pNFS (parallel NFS), you can modify the -v4.1-pnfs
option.
If the ONTAP release is… | The pNFS default is… |
---|---|
9.8 or later |
disabled |
9.7 or earlier |
enabled |
What you'll need
NFSv4.1 support is required to be able to use pNFS.
If you want to enable pNFS, you must first disable NFS referrals. They cannot both be enabled at the same time.
If you use pNFS with Kerberos on SVMs, you must enable Kerberos on every LIF on the SVM.
Step
-
Perform one of the following actions:
If you want to… Enter the command… Enable pNFS
vserver nfs modify -vserver vserver_name -v4.1-pnfs enabled
Disable pNFS
vserver nfs modify -vserver vserver_name -v4.1-pnfs disabled
Related information