Blame SOURCES/openipmi.sysconf

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