Skip to main content

Checking the CIFS multiplex settings

If slow CIFS network performance causes a performance issue, you can modify the multiplex settings to improve and correct it.

  1. Check the CIFS multiplex setting: vserver cifs options show -vserver -vserver_name -instance
  2. 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