ABOUT ME

-

Today
-
Yesterday
-
Total
-
  • Esxi 5 Network Adapter Driver
    카테고리 없음 2020. 2. 22. 10:19

    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 vmnic0driver: tg3version: 3.135b.v50.1firmware-version: FFV7.6.14 bc 5720-v1.31bus-info: 0000:01:00.0.

    Network

    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”. The following esxcli command list the driver and firmware version: esxcli network nic get -n vmnic0Identify 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. Click on the the Download link (if exist).

    Network Adapter Driver Dell

    Vmware esxi driversEsxi 5 Network Adapter Driver

    Download the driver and use VMware Update Manager (VUM) or use “ esxcli software vib update” command to install the driver.

Designed by Tistory.