vSAN – Which driver ESXi host is using?
Hello all, Today, I’ll show you how to know which driver and version we are using in our ESXs. Connect to the ESXi using SSH. Run the following command to understand which driver host is using.
1 |
esxcli storage core adapter list |
1 2 3 |
HBA Name Driver Link State UID Capabilities Description -------- -------------- ---------- -------------- ------------ ---------------------------------------------------------- vmhba0 megaraid_perc9 link-n/a unknown.vmhba0 (0000:0x:xx.0) LSI / Symbios Logic PERC H730 Mini |
In our case, the host is using megaraid_perc9. This driver is not supported, so we need to disable […]