I was instructed by support to disable the fiber channel driver on our esxi hosts.
esxcli system module set --enabled=false --module=qfle3f
.
Whta's the command to verify that the module is off (or on)?
Hi..
I believe you can do a "esxcli system module list --module qfle3f" to retrieve the configuration of that particular module....
"esxcli system module list --enabled=false" might show all disabled modules in one go.. can't remember.
/Rubeck
Thanks, a variation of what you suggested gave me the information
esxcli system module list |grep qfle3f
came back with two columns
Name Is Loaded Is Enabled
----------------------------- --------- ----------
qfle3f false false
