Degraded Windows network file copy performance after full ESXi 5 VMware Tools installation

Symptoms

After a full install of the ESXi 5 VMware Tools:
  • Copying files to or from a CIFS share takes considerably longer than before the install
  • The impact is especially noticeable if one side of the copy is not capable of SMB 2.0
  • Disabling the VMCI or the vsepflt driver resolves the performance issue (requires reboot)
  • Unloading the vsepflt filter resolves the performance issue (no reboot required)

Cause

Starting with ESXi 5.0, VMware Tools ships with the vShield Endpoint filter driver. This driver is automatically loaded when VMware Tools are installed using the Full option, rather than the Typical default.

Due to certain handling implementations in the filter driver and restrictions in the filter driver framework, file copy operations to or from a Windows network share might have noticeable impacted performance.

Resolution

If you are not using vShield Endpoint for antivirus protection, unload the filter driver and disable it.    

  1. Click Start > Run, type cmd and press Enter to open a command prompt.
  2. To view the currently loaded filters, run the command:

    C:\> fltmc

    Filter Name             Num Instances    Altitude    Frame
    ----------------------  -------------  ------------  -----
    vsepflt                         5       328200         0
    luafv                           1       135000         0

  3. To unload the vsepflt driver, run the command:

    C:\> fltmc unload vsepflt

  4. To prevent the vsepflt driver from loading on subsequent reboots:

    Note: Before making any registry modifications, ensure that you have a current and valid backup of the registry and the virtual machine. For more information on backing up and restoring the registry, see the Microsoft article 136393.

    1. Click Start > Run, type regedit, and press Enter. The Registry Editor window opens.
    2. Navigate to:

      HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\vsepflt

    3. Locate the Start DWORD.
    4. Right-click Start and click Modify...
    5. Change the value to 4 and press OK.
    6. Click File > Exit to close the Registry Editor.

  5. Based on VMware KB 2034490

  • 0 Uživatelům pomohlo
Byla tato odpověď nápomocná?

Související články

Hardware and firmware requirements for 64-bit guest operating systems

PurposeThis article explains the host machine hardware and firmware requirements for installing...

Logging in to the vCenter Server 5.0 Web Client fails with the error: unable to connect to vCenter Inventory Service

DetailsAfter upgrading from vCenter Server 4.1 to 5.0, you experience these symptoms:Cannot log...

Multiple network entries in vCenter Server 5.0.x after migrating virtual machines from a virtual switch to a virtual distributed switch

SymptomsAfter migrating virtual machines from a virtual switch to a virtual Distributed...

Minimum requirements for the VMware vCenter Server 5.x Appliance

PurposeIf you are using the VMware vCenter Server Appliance, beginning with vSphere 5.0 you can...