esxcfg-module
- VMware ESX Server Advanced Configuration Option Tool
esxcfg-module
NAME
esxcfg-module - VMware ESX Server Advanced Configuration Option
Tool
COPYRIGHT
VMware ESX Server is Copyright 2006 VMware, Inc. All rights
reserved.
SYNOPSIS
esxcfg-module OPTIONS MODULE
DESCRIPTION
esxcfg-module provides an interface into the driver modules
loaded on system startup and allows modules to be disabled
or added.
OPTIONS
-g -get-options
Get the value of a specific configuration item given its identifying
path, and print the value to stdout.
-s -set-options options
Set the options string for the given module. Replaces any
old options with these new options, which will be passed to
the module on load.
-e -enable
Enable the given module, indicating it should load at boot
time.
-d -disable
Disable the given module preventing it from loading at boot.
This will have no immediate effect on the module state on
a running system.
-a -add
Add a new module to the system. This should be used only in
the case where a new or updated module is provided.
-q -query
Query the system for the modules to load at boot.
-l -list
List the modules and their current state and type.
-h -help
Print the help message.
EXAMPLES
-g e1000
--set some_value /Misc/SomeOption
|