/[pkgs]/devel/OpenIPMI/openipmi.sysconf
ViewVC logotype

Contents of /devel/OpenIPMI/openipmi.sysconf

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.3 - (show annotations) (download)
Wed Nov 23 11:21:46 2005 UTC (4 years ago) by pknirsch
Branch: MAIN
CVS Tags: OpenIPMI-2_0_6-4, F-12-split, OpenIPMI-2_0_14-10_fc11, F-7-split, OpenIPMI-2_0_6-2, OpenIPMI-2_0_13-2_fc9, OpenIPMI-2_0_11-2_fc8, OpenIPMI-2_0_14-11_fc11, OpenIPMI-2_0_14-8_fc11, FC-5-split, OpenIPMI-2_0_14-9_fc11, OpenIPMI-2_0_14-5_fc10, OpenIPMI-2_0_14-1_fc10, F-10-split, OpenIPMI-2_0_6-6_fc7, OpenIPMI-2_0_14-7_fc11, OpenIPMI-2_0_14-2_fc10, OpenIPMI-2_0_14-3_fc10, F-11-split, F-9-split, OpenIPMI-2_0_6-4_1, FC-6-split, OpenIPMI-2_0_14-4_fc10, OpenIPMI-2_0_16-3_fc12, OpenIPMI-2_0_6-1, OpenIPMI-2_0_6-3, OpenIPMI-2_0_16-1_fc11, OpenIPMI-2_0_6-5, OpenIPMI-2_0_16-5_fc13, OpenIPMI-1_4_14-18_1, OpenIPMI-2_0_16-4_fc12, OpenIPMI-2_0_13-1_fc9, OpenIPMI-1_4_14-16, OpenIPMI-1_4_14-17, OpenIPMI-1_4_14-14, OpenIPMI-1_4_14-15, OpenIPMI-1_4_14-18_2_1, OpenIPMI-1_4_14-18, OpenIPMI-1_4_14-19, OpenIPMI-1_4_14-14_1, F-8-split, OpenIPMI-2_0_16-2_fc12, OpenIPMI-2_0_16-2_fc11, OpenIPMI-2_0_6-7_fc7, OpenIPMI-2_0_11-1_fc7, OpenIPMI-1_4_14-18_2, OpenIPMI-2_0_14-6_fc10, OpenIPMI-2_0_11-3_fc8, HEAD
Changes since 1.2: +43 -11 lines
- Some more initscript and sysconf updates from Dell.
1 ## Path: Hardware/IPMI
2 ## Description: Enable standard hardware interfaces (KCS, BT, SMIC)
3 ## Type: yesno
4 ## Default: "yes"
5 ## Config: ipmi
6 # Enable standard hardware interfaces (KCS, BT, SMIC)
7 # You probably want this enabled.
8 IPMI_SI=yes
9
10 ## Path: Hardware/IPMI
11 ## Description: Enable /dev/ipmi0 interface, used by ipmitool, ipmicmd,
12 ## Type: yesno
13 ## Default: "yes"
14 ## Config: ipmi
15 # Enable /dev/ipmi0 interface, used by ipmitool, ipmicmd,
16 # and other userspace IPMI-using applications.
17 # You probably want this enabled.
18 DEV_IPMI=yes
19
20 ## Path: Hardware/IPMI
21 ## Description: Enable IPMI_WATCHDOG if you want the IPMI watchdog
22 ## Type: yesno
23 ## Default: "no"
24 ## Config: ipmi
25 # Enable IPMI_WATCHDOG if you want the IPMI watchdog
26 # to reboot the system if it hangs
27 IPMI_WATCHDOG=no
28
29 ## Path: Hardware/IPMI
30 ## Description: Watchdog options - modinfo ipmi_watchdog for details
31 ## Type: string
32 ## Default: "timeout=60"
33 ## Config: ipmi
34 # Watchdog options - modinfo ipmi_watchdog for details
35 # watchdog timeout value in seconds
36 # as there is no userspace ping application that runs during shutdown,
37 # be sure to give it enough time for any device drivers to
38 # do their cleanup (e.g. megaraid cache flushes)
39 # without the watchdog triggering prematurely
40 IPMI_WATCHDOG_OPTIONS="timeout=60"
41
42 ## Path: Hardware/IPMI
43 ## Description: Enable IPMI_POWEROFF if you want the IPMI poweroff module to be loaded.
44 ## Type: yesno
45 ## Default: "no"
46 ## Config: ipmi
47 # Enable IPMI_POWEROFF if you want the IPMI
48 # poweroff module to be loaded.
49 IPMI_POWEROFF=no
50
51 ## Path: Hardware/IPMI
52 ## Description: Enable IPMI_POWERCYCLE if you want the system to be power-cycled on reboot
53 ## Type: yesno
54 ## Default: "no"
55 ## Config: ipmi
56 # Enable IPMI_POWERCYCLE if you want the system to be power-cycled (power
57 # down, delay briefly, power on) rather than power off, on systems
58 # that support such. IPMI_POWEROFF=yes is also required.
59 IPMI_POWERCYCLE=no
60
61 ## Path: Hardware/IPMI
62 ## Description: Enable "legacy" interfaces for applications
63 ## Type: yesno
64 ## Default: "no"
65 ## Config: ipmi
66 # Enable "legacy" interfaces for applications
67 # Intel IMB driver interface
68 IPMI_IMB=no

admin@fedoraproject.org
ViewVC Help
Powered by ViewVC 1.1.2