Please enable Javascript for better experience...
 
Identifying Network firmware and driver version in ESXi
By Pranay Jha | May 4, 2016 | In Articles | Update: Jun 21, 2016 | Total Views [ 8020 ]
Taged In
(0 Like)
Rate

Identify currently running NIC Card Driver Version on ESXi Host with below esxcli command line.

Login to ESXi Host through SSH.

Run below command to obtain the Network driver type:

Command:-

# esxcfg-nics -l

or

# esxcli network nic list

Output:-

Name    PCI           Driver      Link Speed     Duplex MAC Address       MTU    Description

vmnic0  0000:04:00.00 be2net      Up   10000Mbps Full   80:c1:6e:7b:e6:b8 1500   Emulex Corporation HP FlexFabric 10Gb 2-port 554FLB Adapter

vmnic1  0000:04:00.01 be2net      Up   10000Mbps Full   80:c1:6e:7b:e6:bc 1500   Emulex Corporation HP FlexFabric 10Gb 2-port 554FLB Adapter

 

Run the ethtool -i command to check the NIC Driver version:-

Command:-

# ethtool -i vmnic0

Output:-

driver: be2net

version: 4.1.334.48

firmware-version: 4.1.450.7

bus-info: 0000:04:00.0

 

Run below command to get list of all NICs present in ESXi Host.

 

Command:-

# for a in $(esxcfg-nics -l|awk '{print $1}'|grep [0-9]) ;do ethtool -i $a;done

Output:-

driver: be2net

version: 4.1.334.48

firmware-version: 4.1.450.7

bus-info: 0000:04:00.0

driver: be2net

version: 4.1.334.48

firmware-version: 4.1.450.7

bus-info: 0000:04:00.1

 

 

 

To identify suitable driver, we must obtain the Vendor ID (VID), Device ID (DID), Sub-Vendor ID (SVID), and Sub-Device ID (SDID) using the vmkchdev command:-

 

Command:-

# vmkchdev -l |grep vmnic0

Output:-

000:004:00.0 19a2:0710 103c:337b vmkernel vmnic0

Values are:

                VID = 19a2

                DID = 0710

                SVID = 103c

                SDID = 337b

 

Run this command to obtain vendor information for all NICs in the system using:

 

Command:-

# for a in $(esxcfg-nics -l |awk '{print $1}' |grep [0-9]) ;do vmkchdev -l |grep $a ;done

Output:-

000:004:00.0 19a2:0710 103c:337b vmkernel vmnic0

000:004:00.1 19a2:0710 103c:337b vmkernel vmnic1

 

# Open VMware Hardware Compatibility Guide to find out compatible driver Drivers and Firmware.

 

 


Thanks for visiting here. Share this article if you found it useful.
Like Facebook Page https://www.facebook.com/VMwareInsight/
Connect to twitter https://twitter.com/imPranayK
Subscribe my Channel https://www.youtube.com/vmwareinsight
Connect over Linkedin https://in.linkedin.com/in/impranayk
Share this on Social Media

About the Author

Pranay Jha
Pranay Jha
Founder, Contributer VMwareInsight.com

Public profile: user/profile/99900000


Follow me

facebook linkedin twitter G+ VMTN youtube

Thank you for visiting my profile. I am Pranay Jha, bring along a total of 11+ years of extensive experience with me in Information Technology sector for organizations from small business to large enterprises, wherein my current assignment I am associated with IBM as a Technical Solution Architect for Virtualization platform. I am vExpert x 3 (16/17/18), VCIX-DCV, VCAP5/6-DCD, VCAP5-DCA, VCP7-CMA, VCP5/6-DCV, VCA-DCV, VCA-Cloud, VSP, VCE-CIA, MCITP, MCSE, MCSA(Messaging). I am also an Independent blogger and founder of http://vmwareinsight.com and https://cloudpathshala.com. I can be reached via email at pranay1988jha@gmail.com or Direct Message via Contact Us form.

 
Please SignUp/Login to comment...

Or comment as anonymous...
* Name
* Email ID
Comment
 
Sponsors
 
 
 
 
 
Facebook Likes