USB Is Not Working after Upgrading to ESX Server 3.0.2

Details

After performing an upgrade from ESX Server 3.0.1 to ESX Server 3.0.2, you are unable to use USB-attached devices and remote access tools such as iLO and DRAC.
 
This is caused by an error in the upgrade process that removes the USB drivers from /etc/modules.conf, which prevents the use of USB items.
 
Note: New installations of ESX Server 3.0.2 are not affected by this issue.

Solution

To correct this issue you will need to be able to login. You may be able to SSH into the service console. Alternatively you should be able to use a locally attached keyboard as long as the BIOS setting: Legacy USB Keyboard / Mouse , is enabled.
Note: The exact name of the BIOS setting may vary in different BIOSes.

To correct the issue:
  1.  Login to your ESX Server host as root

  2. Run the following commands in order:
    1. cd /etc/sysconfig
    2. mv hwconf hwconf~
    3. kudzu -q

  3. Reboot the server

If for some reason you are unable to run kudzu, you can alternatively use the following steps:

  1. Edit /etc/modules.conf and remove any existing 'usb-controller ' entries. 

  2. Add the following two lines to the end of the file.

    alias usb-controller usb-uhci
    alias usb-controller usb-ohci
    alias usb-controller1 ehci-hcd

    Note: The system will print harmless error messages if it does not have all three types of
    USB HCI (Host Controller Interface).

You can add the kudzu command to a %post script if you are using kickstart, but you must append the following to the kudzu command:

-k 2.4.21-47.0.1.ELvmnix 

Note: 2.4.21-47.0.1 is the console OS kernel version for ESX Server 3.0.2 GA. For other releases, the version will be different.

Keywords

USB, iLO, DRAC, keyboard, mouse, upgrade, 3.0.2, alt, F1, alt-F1, alt+F1
Based on VMware KB 1001853
  • 0 Korisnici koji smatraju članak korisnim
Je li Vam ovaj odgovor pomogao?

Vezani članci

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...