VMware Cloud Community
HPU-ADM
Enthusiast
Enthusiast

Command to verify driver disabled?

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)?

Reply
0 Kudos
2 Replies
Rubeck
Virtuoso
Virtuoso

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

HPU-ADM
Enthusiast
Enthusiast

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

Reply
0 Kudos