What is the command to list multipathing modules on an ESXi 6.x host?
A.
esxcli storage core list plugin –plugin-class=MP
B.
esxcli storage core list plugin –class-plugin=MP
C.
esxcli storage core plugin list –plugin-class=MP
D.
esxcli storage core plugin list –class-plugin=MP
Explanation:
Explanation/Reference:
C is correct:
https://pubs.vmware.com/vsphere-60/index.jsp#com.vmware.vsphere.storage.doc/GUID-0F631B8E-EDA0-4930-94E6-0BB2E4ADA02F.html?resultof=%2522%2570%256c%2575%2567%2569%256e%2520%256c%2569%2573%2574%2520%252d%2570%256c%2575%2567%2569%256e%2522%2520
Agreed.