Saturday, February 22, 2020

cannot start vmware USB arbitration service error 2

Had this issue, needed to run the manual process of installing hcmon to fix it.

https://kb.vmware.com/s/article/2043656


  • VMware USB Arbitration service fails to start in VMware Workstation
  • While powering on a virtual machine, you see the error:

    Host USB device connections disabled: The connection to the VMware USB Arbitration Service was unsuccessful. Please check the status of this service in the Microsoft Management Console.
     
  • Attempting to start the service manually from Windows Services fails with the error:

    Windows could not start the VMware USB Arbitration Service on Local Computer. Error 2: the system cannot find the file specified.
 Cause
This issue occurs if some of the files that are required to run the service are missing. The files may be missing if the product was installed or upgraded using an account that does not have sufficient privileges/permissions.
 Resolution
To resolve this issue:
  1. Launch a command prompt on the host machine using an Administrator account. For more information, see the Microsoft TechNet article Start a command prompt as an administrator.

    Note: The preceding link was correct as of January 25, 2013. If you find the link is broken, provide feedback and a VMware employee will update the link.
     
  2. Run this command:

    net start hcmon
     
  3. Open the Windows service console and start the service manually.
If the service fails to start, try installing the hcmon service manually.
To install the hcmon service manually:
  1. Launch a command prompt on the host machine using an Administrator account.
  2. Run this command:
     
    • In a 32-bit host operating system:

      "C:\Program Files\VMware\VMware Workstation\vnetlib.exe" -- install hcmon

      In a 64-bit host operating system:

      "C:\Program Files (x86)\VMware\VMware Workstation\vnetlib64.exe" -- install hcmon

       
  3. Open the Windows service console and start the service manually. The service should now start successfully.
If the issue persists even after trying the preceding steps, reinstall/repair VMware Workstation as a user with Administrative rights on the Windows host. For more information, see the Getting Started with VMware Workstation guide.

No comments:

Post a Comment