3–Driver Installation
Installing VMware Driver Software
26
BC0154501-00 P
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
VMware NIC Driver Optional Parameters
describes the optional parameters that can be supplied as command
line arguments to the
esxcfg-module
command.
Table 3-6. VMware NIC Driver Optional Parameters
Parameter
Description
hw_vlan
Globally enables (
1
) or disables (
0
) hardware vLAN insertion and removal.
Disable this parameter when the upper layer needs to send or receive fully
formed packets.
hw_vlan=1
is the default.