Knowledge Base

The VMware Knowledge Base provides support solutions, error messages and troubleshooting guides
 
Search the VMware Knowledge Base (KB)   View by Article ID
 

Adding More Than Three SCSI Adapters to a Virtual Machine Causes Error

Details

When I add more than three SCSI adapters to a virtual machine, I am unable to power on the virtual machine. Workstation displays the error message
Unable to allocate PCI sound adapter. Too many PCI devices already configured.
What should I do?

Solution

To work around this issue, you need to remove one of the PCI adapters from the virtual machine. The only way to remove a SCSI adapter is by editing the configuration (.vmx) file manually.

  1. Remove all devices connected to the virtual SCSI adapter you are going to remove.
  2. Disable the SCSI adapter. Using a text editor, open the configuration file and add the following lines:
    scsi.present = "FALSE"
    scsi3.present = "FALSE"

  3. In this example, 3 is the SCSI adapter number of the virtual SCSI adapter to remove.

The virtual machine should now power on successfully.

Request a Product Feature

To request a new product feature or to provide feedback on a VMware product, please visit the Request a Product Feature page.

Feedback


Did this article help you?
This article resolved my issue.
This article did not resolve my issue.
This article helped but additional information was required to resolve my issue.
What can we do to improve this information? (4000 or fewer characters)
Actions
KB: