Reply to Message

View discussion in a popup

Replying to:
SupreetK
Commander
Commander

Please follow the below steps and check if it works -

1) Upgrade the ixgbe driver to the version 4.5.3 - Download VMware vSphere

2) Run the below commands to disable the native driver module and enable the async module -

<esxcli system module set --enabled=false --module=ixgben>

<esxcli system module set --enabled=true --module=ixgbe> (or) <esxcli system module set --enabled=true --module=net-ixgbe>

3) Reboot the host

Please consider marking this answer as "correct" or "helpful" if you think your questions have been answered.

Cheers,

Supreet

View solution in original post