Unfortunately, the driver for this card isn’t in the default set installed with VMware vSphere. Like all things VMware, getting these to work in an existing host is not the easiest of things. During ESX installation, a big glaring warning message is displayed: “If you choose to not install additional drivers at this time, you will not be able to do so later.” Well, that’s not exactly true. To work around this, just follow the instructions below.
- Verify that the card is supported by the VMware HCL.
- Download the driver from VMware’s Driver CD Repository.
- Put your ESX/ESXi host into maintenance mode.
1. If you haven’t already installed the vSphere CLI, you can get it at VMware.
2. Burn the downloaded ISO to a CD and leave it inserted in your drive.
3. Open a command prompt at “C:\Program Files (x86)\VMware\VMware vSphere CLI\bin” (assuming you are using an x64 flavor of Windows).
4. Use the vihostupdate Perl script as shown: vihostupdate.pl –server <IP Address of host> -username root –install –bundle <path to offline bundle> The “path to offline bundle” is much like what was used in the other option, but it just looks at your local drive. An example would be “D:\offline-bundle\driver.zip”.
vihostupdate.pl --server 192.168.123.10 --username root --install --bundle D:\offline-bundle\driver.zip
Source : http://4sysops.com
0 comments:
Post a Comment