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.
Check the NFS TCP maximum transfer size
-
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
For NFS, you can check whether the TCP maximum transfer size for reads and writes might be causing a performance issue. If you think the size is slowing performance, you can increase it.
What you'll need
-
You must have cluster administrator privileges to perform this task.
-
You must use advanced privilege level commands for this task.
Steps
-
Change to the advanced privilege level:
set -privilege advanced
-
Check the TCP maximum transfer size:
vserver nfs show -vserver vserver_name -instance
-
If the TCP maximum transfer size is too small, increase the size:
vserver nfs modify -vserver vserver_name -tcp-max-xfer-size integer
-
Return to the administrative privilege level:
set -privilege admin
Example
The following example changes the TCP maximum transfer size of SVM1
to 1048576:
cluster1::*> vserver nfs modify -vserver SVM1 -tcp-max-xfer-size 1048576