The esxcli system module and vicfg-module commands support setting and retrieving VMkernel module options.vicfg-module and esxcli system module commands are implementations of the deprecated esxcfg-module service console command. The two commands support most of the options esxcfg-module supports. vicfg-module and esxcli system module are commonly used when VMware Technical Support, a Knowledge Base article, or VMware documentation instruct you to do so.Not all VMkernel modules have settable module options. The following example illustrates how to examine and enable a VMkernel. Specify one of the connection options listed in Connection Options in place of <conn_options>.esxcli <conn_options> system module set --module=module_name --enabled=trueNot all VMkernel modules have settable module options. The following example illustrates how the examine and enable a VMkernel modules. Specify one of the connection options listed in Connection Options in place of <conn_options>.
1 Run vicfg-module --list to list the modules on the host.
2 Run vicfg-module --set-options with connection options, the option string to be passed to a module, and the module name. For example:To retrieve the option string that is configured to be passed to a module when the module is loaded, run vicfg-module --get-options. This string is not necessarily the option string currently in use by the module.