|
|
42d98b |
## Path: Hardware/IPMI
|
|
|
42d98b |
## Description: Enable standard hardware interfaces (KCS, BT, SMIC)
|
|
|
42d98b |
## Type: yesno
|
|
|
42d98b |
## Default: "yes"
|
|
|
42d98b |
## Config: ipmi
|
|
|
42d98b |
# Enable standard hardware interfaces (KCS, BT, SMIC)
|
|
|
42d98b |
# You probably want this enabled.
|
|
|
42d98b |
IPMI_SI=yes
|
|
|
42d98b |
|
|
|
42d98b |
## Path: Hardware/IPMI
|
|
|
42d98b |
## Description: Enable /dev/ipmi0 interface, used by ipmitool, ipmicmd,
|
|
|
42d98b |
## Type: yesno
|
|
|
42d98b |
## Default: "yes"
|
|
|
42d98b |
## Config: ipmi
|
|
|
42d98b |
# Enable /dev/ipmi0 interface, used by ipmitool, ipmicmd,
|
|
|
42d98b |
# and other userspace IPMI-using applications.
|
|
|
42d98b |
# You probably want this enabled.
|
|
|
42d98b |
DEV_IPMI=yes
|
|
|
42d98b |
|
|
|
42d98b |
## Path: Hardware/IPMI
|
|
|
42d98b |
## Description: Enable IPMI_WATCHDOG if you want the IPMI watchdog
|
|
|
42d98b |
## Type: yesno
|
|
|
42d98b |
## Default: "no"
|
|
|
42d98b |
## Config: ipmi
|
|
|
42d98b |
# Enable IPMI_WATCHDOG if you want the IPMI watchdog
|
|
|
42d98b |
# to reboot the system if it hangs
|
|
|
42d98b |
IPMI_WATCHDOG=no
|
|
|
42d98b |
|
|
|
42d98b |
## Path: Hardware/IPMI
|
|
|
42d98b |
## Description: Watchdog options - modinfo ipmi_watchdog for details
|
|
|
42d98b |
## Type: string
|
|
|
42d98b |
## Default: "timeout=60"
|
|
|
42d98b |
## Config: ipmi
|
|
|
42d98b |
# Watchdog options - modinfo ipmi_watchdog for details
|
|
|
42d98b |
# watchdog timeout value in seconds
|
|
|
42d98b |
# as there is no userspace ping application that runs during shutdown,
|
|
|
42d98b |
# be sure to give it enough time for any device drivers to
|
|
|
42d98b |
# do their cleanup (e.g. megaraid cache flushes)
|
|
|
42d98b |
# without the watchdog triggering prematurely
|
|
|
42d98b |
IPMI_WATCHDOG_OPTIONS="timeout=60"
|
|
|
42d98b |
|
|
|
42d98b |
## Path: Hardware/IPMI
|
|
|
42d98b |
## Description: Enable IPMI_POWEROFF if you want the IPMI poweroff module to be loaded.
|
|
|
42d98b |
## Type: yesno
|
|
|
42d98b |
## Default: "no"
|
|
|
42d98b |
## Config: ipmi
|
|
|
42d98b |
# Enable IPMI_POWEROFF if you want the IPMI
|
|
|
42d98b |
# poweroff module to be loaded.
|
|
|
42d98b |
IPMI_POWEROFF=no
|
|
|
42d98b |
|
|
|
42d98b |
## Path: Hardware/IPMI
|
|
|
42d98b |
## Description: Enable IPMI_POWERCYCLE if you want the system to be power-cycled on reboot
|
|
|
42d98b |
## Type: yesno
|
|
|
42d98b |
## Default: "no"
|
|
|
42d98b |
## Config: ipmi
|
|
|
42d98b |
# Enable IPMI_POWERCYCLE if you want the system to be power-cycled (power
|
|
|
42d98b |
# down, delay briefly, power on) rather than power off, on systems
|
|
|
42d98b |
# that support such. IPMI_POWEROFF=yes is also required.
|
|
|
42d98b |
IPMI_POWERCYCLE=no
|
|
|
42d98b |
|
|
|
42d98b |
## Path: Hardware/IPMI
|
|
|
42d98b |
## Description: Enable "legacy" interfaces for applications
|
|
|
42d98b |
## Type: yesno
|
|
|
42d98b |
## Default: "no"
|
|
|
42d98b |
## Config: ipmi
|
|
|
42d98b |
# Enable "legacy" interfaces for applications
|
|
|
42d98b |
# Intel IMB driver interface
|
|
|
42d98b |
IPMI_IMB=no
|