1ipmiseld.conf(5) ipmiseld.conf ipmiseld.conf(5)
2
3
4
6 ipmiseld.conf - ipmiseld configuration file
7
9 The ipmiseld configuration file configures the ipmiseld daemon.
10
11 The default configuration file loaded is /etc/freeipmi//ipmiseld.conf.
12
13 The configuration options that can be specified in the configuration
14 file are listed below. Each configuration option must be listed on a
15 separate line. Arguments for an option are separated by any amount of
16 whitespace. Multiple arguments are also separated by whitespace. Com‐
17 ments can be marked by using the pound sign ("#") character, and lines
18 can be continued on the next using backslash ("\").
19
20 Note that it is possible to list the username, password and other
21 potentially sensitive information in the configuration file. If this
22 data is stored in a configuration file, system administrators should
23 limit access to this file.
24
26 driver-type IPMIDRIVER
27 Specify the driver type to use.
28
29 disable-auto-probe ENABLE|DISABLE
30 Specify if IPMI devices should be probed for settings.
31
32 driver-address DRIVER-ADDRESS
33 Specify the in-band driver address to use.
34
35 driver-device DEVICE
36 Specify the in-band driver device path to use.
37
38 register-spacing REGISTER-SPACING
39 Specify the in-band driver register spacing to use.
40
41 target-channel-number CHANNEL-NUMBER
42 Specify the in-band driver target channel number.
43
44 target-slave-address SLAVE-ADDRESS
45 Specify the in-band driver target slave address.
46
47 hostname IPMIHOST1,IPMIHOST2,...
48 Specify the remote host(s) to communicate with. Multiple host‐
49 names may be separated by comma or may be specified in a range
50 format.
51
52 username USERNAME
53 Specify the username to use.
54
55 password PASSWORD
56 Specify the password to use.
57
58 k_g str
59 Specify the BMC key (K_g) to use. Prefix with '0x' to enter the
60 key in hex.
61
62 session-timeout MILLISECONDS
63 Specify the session timeout length to use in milliseconds.
64
65 retransmission-timeout MILLISECONDS
66 Specify the retransmission timeout length to use in millisec‐
67 onds.
68
69 authentication-type AUTHENTICATION-TYPE
70 Specify the authentication type to use. The following authenti‐
71 cation types are supported: NONE, STRAIGHT_PASSWORD_KEY, MD2,
72 and MD5.
73
74 cipher-suite-id CIPHER-SUITE-ID
75 Specify the cipher suite id to use. The following cipher suite
76 ids are supported: 0, 1, 2, 3, 6, 7, 8, 11, 12.
77
78 privilege-level PRIVILEGE-LEVEL
79 Specify the privilege type to use. The following privilege lev‐
80 els are supported: USER, OPERATOR, ADMIN.
81
82 workaround-flags WORKAROUNDS
83 Specify workaround flags to use. Multiple workarounds can be
84 specified separated by whitespace. Please see tool manpages for
85 details about available workarounds for each tool. The following
86 workarounds are supported: assumeio, spinpoll, idzero, for‐
87 cepermsg, unexpectedauth, endianseq, authcap, intel20, supermi‐
88 cro20, sun20, opensesspriv, integritycheckvalue, assumesyste‐
89 mevent.
90
91 verbose-count COUNT
92 Specify default verbose count to use for ipmi-sel(8).
93
94 sensors-types TYPE-LIST
95 Specify sensor types of SEL events to log. Multiple types can be
96 specified separated by whitespace. Users may specify sensor
97 types by string or by number (decimal or hex). Please see ipmi-
98 sel(8) --list-types option to see possible string input types.
99
100 exclude-sensor-types ENSOR-TYPES-LIST
101 Specify sensor types of SEL events to not log. default sensor
102 types to not show sensor outputs for. Multiple sensor types can
103 be specified separated by whitespace. Users may specify sensor
104 types by string or by number. Please see ipmi-sel(8)
105 --list-types option to see possible string input types.
106
107 system-event-only ENABLE|DISABLE
108 Specify if output should only include system event records.
109
110 oem-event-only ENABLE|DISABLE
111 Specify if output should only include OEM event records.
112
113 event-state-config-file FILE
114 Specify the event state configuration file.
115
116 interpret-oem-data ENABLE|DISABLE
117 Specify if ipmiseld should attempt to interpret OEM data or not.
118
119 entity-sensor-names ENABLE|DISABLE
120 Specify if output of sensor names should include entity ids and
121 instances or not.
122
123 non-abbreviated-units ENABLE|DISABLE
124 Specify if output should have units abbreviated by default or
125 not.
126
127 event-state-filter FILTERSTRING
128 Specify event states to be filtered out and not logged.
129
130 --warning-threshold PERCENTINT
131 Specify SEL fullness warning threshold as an integer percentage.
132
133 --clear-threshold PERCENTINT
134 Specify SEL fullness clear threshold as an integer percentage.
135
136 system-event-format FORMATSTRING
137 Specify the format of the log output when a SEL system event is
138 encountered.
139
140 oem-timestamped-event-format FORMATSTRING
141 Specify the format of the log output when a SEL OEM timestamped
142 event is encountered.
143
144 oem-non-timestamped-event-format FORMATSTRING
145 Specify the format of the log output when a SEL OEM non-times‐
146 tamped event is encountered.
147
148 poll-interval SECONDS
149 Specify the poll interval to check the SEL for new events.
150
151 log-facility STRING
152 Specify the log facility to use.
153
154 log-priority STRING
155 Specify the log priority to use.
156
157 cache-directory DIRECTORY
158 Specify the cache directory to use.
159
160 ignore-sdr DISABLE
161 Specify if the SDR should be ignored.
162
163 re-download-sdr DISABLE
164 Specify if the SDR should be re-downloaded on start.
165
166 clear-sel DISABLE
167 Specify if the SEL should be cleared on start.
168
169 threadpool-count NUM
170 Specify the threadpool count for parallel SEL polling.
171
173 /etc/freeipmi//ipmiseld.conf
174
176 Report bugs to <freeipmi-users@gnu.org> or <freeipmi-devel@gnu.org>.
177
179 Copyright (C) 2012-2015 Lawrence Livermore National Security, LLC.
180
182 ipmiseld(8), ipmi-sel(8)
183
184 http://www.gnu.org/software/freeipmi/
185
186
187
188ipmiseld.conf 1.6.2 2018-05-03 ipmiseld.conf(5)