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