ferdnyc / rpms / OpenIPMI

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