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 iSCSI TCP read/write 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 iSCSI, you can check the TCP read/write size to determine if the size setting is creating a performance issue. If the size is the source of an issue, you can correct it.
What you'll need
Advanced privilege level commands are required for this task.
Steps
-
Change to advanced privilege level:
set -privilege advanced
-
Check the TCP window size setting:
vserver iscsi show -vserv,er vserver_name -instance
-
Modify the TCP window size setting:
vserver iscsi modify -vserver vserver_name -tcp-window-size integer
-
Return to administrative privilege:
set -privilege admin
Example
The following example changes the TCP window size of SVM1
to 131,400 bytes:
cluster1::*> vserver iscsi modify -vserver vs1 -tcp-window-size 131400