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 trunking on an ONTAP NFS server
-
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
Trunking must be explicitly enabled on NFS servers. NFSv4.1 is enabled by default when NFS servers are created.
After enabling trunking, verify that the following services are configured as needed.
Steps
-
Enable trunking and ensure that NFSv4.1 is enabled:
vserver nfs create -vserver svm_name -v4.1 enabled -v4.1-trunking enabled
-
Verify that NFS is running:
vserver nfs status -vserver svm_name
-
Verify that NFS is configured as desired:
vserver nfs show -vserver svm_name
Learn more about NFS server configuration. .. If you are serving to Windows clients from this SVM, move the shares then delete the server.
vserver cifs show -vserver svm_name
+
vserver cifs delete -vserver svm_name