Disable an individual native driver from the command line
At the command line, you have the option to enable or disable an individual Native driver. This is a good method of implementing a temporary workaround or eliminating drivers as possible causes for failure. In order to disable a specific driver, use a command similar to:
- On the ESXi host, log in to the console or use SSH. For more information, see Using Tech Support Mode for VMware ESXi 4.1, ESXi 5.x and ESXi 6.x (1017910).
- From the console, use this command to disable a specific native driver on next reboot.
esxcli system module set --enabled=false --module=<Module name>
Example:
esxcli system module set --enabled=false --module=elxnet
- Reboot the ESXi host by using this console command.
reboot
Native driver details
Native driver details, such as driver version and firmware are not in the usual /proc node location.
Run this command to view native drivers details:
/usr/lib/vmware/vmkmgmt_keyval/vmkmgmt_keyval -a
You can still find the details of legacy VMKLinux drivers in the /proc nodes.