Sunday, July 8, 2018

How to find the ESXi host nic driver/ firmware using command

SSH the ESXi host using putty.
Type ethtool -i vmnic#
displays with nic driver and firmware version.
useful for updating the nic drivers and firmware to latest version.

 

No comments:

Post a Comment

ESXI-check multiple ports using one command

  [root@ESXI:~] nc -w 1 -z IP 80-902 Connection to IP 80 port [tcp/http] succeeded! Connection to IP 88 port [tcp/kerberos] succeeded! Conne...