Skip to main content

Check the CIFS multiplex settings

Contributors netapp-ahibbard

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

Steps
  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