3–Driver Installation
Installing VMware Driver Software
30
AH0054602-00 J
4.
Place the host in maintenance mode by issuing the following command:
#
esxcli --maintenance-mode
5.
Select one of the following installation options:
Option 1:
Install the driver bundle (which will install all of the driver
VIBs at one time) by issuing the following command:
#
esxcli software vib install -d /tmp/qedentv-2.0.3.zip
Option 2:
Install the
.vib
directly on an ESX server using either the
CLI or the VMware Update Manager (VUM). To do this, unzip the
driver ZIP file, and then extract the
.vib
file.
To install the
.vib
file using the CLI, issue the following
command. Be sure to specify the full
.vib
file path:
#
esxcli software vib install -v /tmp/qedentv-1.0.3.11-1OEM.550.0.0.1331820.x86_64.vib
To install the
.vib
file using the VUM, see the knowledge base
article here:
Updating an ESXi/ESX host using VMware vCenter Update
Manager 4.x and 5.x (1019545)
To upgrade the existing driver bundle:
Issue the following command:
#
esxcli software vib update -d /tmp/qedentv-bundle-2.0.3.zip
To upgrade an individual driver:
Follow the steps for a new installation (see
To install the VMware driver)
, except
replace the command in Option 1 with the following:
#
esxcli software vib update -v /tmp/qedentv-1.0.3.11-1OEM.550.0.0.1331820.x86_64.vib
NOTE
The maximum number of supported qedentv Ethernet interfaces on an
ESXi host is 32 because the vmkernel allows only 32 interfaces to
register for management callback.