Checking the iSCSI TCP read/write size
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.
Before you begin
Advanced privilege level commands are required for this task.
- Change to advanced privilege level: set -privilege advanced
- Check the TCP window size setting: vserver iscsi show -vserver 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
Give documentation feedback