Esxi Intel Nic Drivers

On
Esxi Intel Nic Drivers Average ratng: 5,8/10 9272 reviews

A while back I posted about the Realtek 8168/9 and Marvell NIC drivers being removed in ESXi 5.5. Arcsoft totalmedia 3.5 activation code. They are still available in ESXi 5.0/5.1 and thus in the VMware Online depot. So it is quite easy to create a customized ESXi 5.5 installation ISO that includes these ESXi 5.1 drivers (they still work with ESXi 5.5). ESXi: How to find HBA/NIC driver/Firmware version. I have seen some problems when running the wrong driver version against. ESXi 6.0/6.5 and Intel X710 NIC.

Chris isaak. Lately I troubleshoot some NIC driver problems in VMware ESXi 5.x. During the troubleshooting I needed to Identify the NIC driver, software version used and the latest driver version supported by VMware. Here are the steps outlined.

Identify the NIC driver and software version: • Make a SSH connection to the ESXi host • Identify all the NIC’s by using the following command: esxcli network nic list • In this example you can see that Intel (igb) and Broadcom (tg3) NICs are used. • To identify the driver version of the Broadcom NIC (vmnic0) use the following command: ethtool -i vmnic0 driver: tg3 version: 3.135b.v50.1 firmware-version: FFV7.6.14 bc 5720-v1.31 bus-info: 0000:01:00.0 • The output list the driver and firmware version. Run the “ethtool” command for all different NICs drivers to obtain the driver version. With the introduction of the new native mode driver, ethtool is no longer supported. Using ethtool with a native drivers results in the following warning “Can not get control fd: No such file or directory”.

Esxi

The following esxcli command list the driver and firmware version: esxcli network nic get -n vmnic0 Identify the latest NIC driver supported by VMware: • We need to find the hardware ID’s of the NIC by using the following command: vmkchdev -L grep “vmnic” The hardware ID contains the following parts: VID = Vendor Id (Red part) DID = Device Id (Yellow part) SVID = Sub-Vendor Id (Green part) SSID = Sub-Device Id (Blue part) • Open the VMware Compatibility Guide (HCL) webpage and choose IO Devices, • On the right you see the “Additional Criteria” Colum. Enter the VID, DID, SVID and SSID generated by the “vmkchdev” command • Click the “Update and View Results” button • The NIC is displayed, click on the Model • Expand the version of ESXi (release) used.

Intel Nic Drivers

Click on the the Download link (if exist). • Download the driver and use VMware Update Manager (VUM) or use “ esxcli software vib update” command to install the driver.