Check the CIFS multiplex settings
Suggest changes
If slow CIFS network performance causes a performance issue, you can modify the multiplex settings to improve and correct it.
Steps
-
Check the CIFS multiplex setting:
vserver cifs options show -vserver -vserver_name -instance
-
Modify the CIFS multiplex setting:
vserver cifs options modify –vserver -vserver_name –max-mpx integer
Example
The following example changes the maximum multiplex count on SVM1
to 255:
cluster1::> vserver cifs options modify -vserver SVM1 -max-mpx 255