1FREEIPMI(5) Configuration FREEIPMI(5)
2
3
4
6 freeipmi.conf - specify default values to FreeIPMI
7
9 The FreeIPMI configuration file can be used to set alternate default
10 values to many FreeIPMI tools so values don't have to be configured on
11 the command line. This allows users to avoid typing in a long list of
12 command line options everytime a command is executed. It can also be
13 used to hide usernames, passwords, and other sensitive information from
14 the ps(1) command.
15
16 Currently, the tools that can be configured with the configuration file
17 are: bmc-config(8), bmc-device(8), bmc-info(8), bmc-watchdog(8), ipmi-
18 chassis(8), ipmi-chassis-config(8), ipmi-fru(8), ipmi-oem(8), ipmi-pef-
19 config(8), ipmi-pet(8), ipmi-raw(8), ipmi-sel(8), ipmi-sensors(8),
20 ipmi-sensors-config(8), ipmiconsole(8), and ipmipower(8).
21
22 By default, the configuration file is stored at /etc//freeipmi.conf.
23 But users may select a different configuration file at the command line
24 with the --config-file option.
25
26 Values specified on the command line override the configuration values
27 specified in the configuration file.
28
30 The configuration options that can be specified in the configuration
31 file are listed below. Each configuration option must be listed on a
32 separate line. Arguments for an option are separated by any amount of
33 whitespace. Multiple arguments are also separated by whitespace. Com‐
34 ments can be marked by using the pound sign ("#") character, and lines
35 can be continued on the next using backslash ("\").
36
37 Note that it is possible to list the username, password and other
38 potentially sensitive information in the configuration file. If this
39 data is stored in a configuration file, system administrators should
40 limit access to this file.
41
42
44 The following options are options generally available to all tools,
45 although specific options may be ignored by some. (For example, ipmi‐
46 console(8) and ipmipower(8) do not perform in-band communication,
47 therefore they would ignore in-band communication options. Similarly
48 bmc-watchdog(8) does not perform out-of-band communication, therefore
49 it would ignore all out-of-band options).
50
51 driver-type IPMIDRIVER
52 Specify the default driver type to use.
53
54 disable-auto-probe ENABLE|DISABLE
55 Specify if IPMI devices should be probed for default settings.
56
57 driver-address DRIVER-ADDRESS
58 Specify the default in-band driver address to use.
59
60 driver-device DEVICE
61 Specify the default in-band driver device path to use.
62
63 register-spacing REGISTER-SPACING
64 Specify the default in-band driver register spacing to use.
65
66 target-channel-number CHANNEL-NUMBER
67 Specify the default in-band driver target channel number.
68
69 target-slave-address SLAVE-ADDRESS
70 Specify the default in-band driver target slave address.
71
72 username USERNAME
73 Specify the default username to use.
74
75 password PASSWORD
76 Specify the default password to use.
77
78 k_g str
79 Specify the default BMC key (K_g) to use. Prefix with '0x' to
80 enter the key in hex.
81
82 session-timeout MILLISECONDS
83 Specify the default session timeout length to use in millisec‐
84 onds.
85
86 retransmission-timeout MILLISECONDS
87 Specify the default retransmission timeout length to use in mil‐
88 liseconds.
89
90 authentication-type AUTHENTICATION-TYPE
91 Specify the default authentication type to use. The following
92 authentication types are supported: NONE, STRAIGHT_PASSWORD_KEY,
93 MD2, and MD5.
94
95 cipher-suite-id CIPHER-SUITE-ID
96 Specify the default cipher suite id to use. The following cipher
97 suite ids are supported: 0, 1, 2, 3, 6, 7, 8, 11, 12.
98
99 privilege-level PRIVILEGE-LEVEL
100 Specify the default privilege type to use. The following privi‐
101 lege levels are supported: USER, OPERATOR, ADMIN.
102
103 workaround-flags WORKAROUNDS
104 Specify default workaround flags to use. Multiple workarounds
105 can be specified separated by whitespace. Please see tool man‐
106 pages for details about available workarounds for each tool. The
107 following workarounds are supported: assumeio, spinpoll, idzero,
108 forcepermsg, unexpectedauth, endianseq, authcap, intel20, super‐
109 micro20, sun20, opensesspriv, integritycheckvalue, assumemaxsdr‐
110 recordcount, solpayloadsize, solport, solstatus, skipchecks,
111 assumesystemevent, discretereading, ignorescanningdisabled,
112 assumebmcowner, ignoreauthcode, slowcommit, veryslowcommit,
113 solchannelassumelanchannel, ignorestateflag, malformedack.
114
115
117 The following options are specific to tools that use the sensor data
118 repository (SDR). They will be ignored by all other tools.
119
120 quiet-cache ENABLE|DISABLE
121 Specify if cache creation/deletion information should not be
122 output by default.
123
124 sdr-cache-directory DIRECTORY
125 Specify the default sdr cache directory to use.
126
127
129 The following options are specific to tools that support hostranged
130 output. They will be ignored by all other tools.
131
132 buffer-output ENABLE|DISABLE
133 Specify if hostranged output should be buffered by default.
134
135 consolidate-output ENABLE|DISABLE
136 Specify if hostranged output should be consolidated by default.
137
138 fanout COUNT
139 Specify the default multiple host fanout to use.
140
141 eliminate ENABLE|DISABLE
142 Specify if undetected hosts should be eliminated by default.
143
144 always-prefix ENABLE|DISABLE
145 Specify if output should be always prefixed by default.
146
147
149 The following options are specific to bmc-config(8). They will be
150 ignored by other tools.
151
152 bmc-config-username USERNAME
153 Specify the default username to use for bmc-config(8). If spec‐
154 ified, will override the general option username above.
155
156 bmc-config-password PASSWORD
157 Specify the default password to use for bmc-config(8). If spec‐
158 ified, will override the general option password above.
159
160 bmc-config-k_g str
161 Specify the default BMC key (K_g) to use for bmc-config(8). If
162 specified, will override the general option k_g above. Prefix
163 with '0x' to enter the key in hex.
164
165 bmc-config-authentication-type AUTHENTICATION-TYPE
166 Specify the default authentication type to use for bmc-con‐
167 fig(8). If specified, will override the general option authen‐
168 tication-type above. The following authentication types are sup‐
169 ported: NONE, STRAIGHT_PASSWORD_KEY, MD2, and MD5.
170
171 bmc-config-cipher-suite-id CIPHER-SUITE-ID
172 Specify the default cipher suite id to use for bmc-config(8).
173 If specified, will override the general option cipher-suite-id
174 above. The following cipher suite ids are supported: 0, 1, 2, 3,
175 6, 7, 8, 11, 12.
176
177 bmc-config-privilege-level PRIVILEGE-LEVEL
178 Specify the default privilege type to use for bmc-config(8). If
179 specified, will override the general option privilege-level
180 above. The following privilege levels are supported: USER, OPER‐
181 ATOR, ADMIN.
182
183 bmc-config-workaround-flags WORKAROUNDS
184 Specify default workaround flags to use for bmc-config(8). If
185 specified, will override the general options workaround-flags
186 above. Multiple workarounds can be specified separated by white‐
187 space. Please see bmc-config(8) manpage for available work‐
188 arounds.
189
190 bmc-config-verbose-count COUNT
191 Specify default verbose count to use for bmc-config(8).
192
193
195 The following options are specific to bmc-device(8). They will be
196 ignored by other tools.
197
198 bmc-device-username USERNAME
199 Specify the default username to use for bmc-device(8). If spec‐
200 ified, will override the general option username above.
201
202 bmc-device-password PASSWORD
203 Specify the default password to use for bmc-device(8). If spec‐
204 ified, will override the general option password above.
205
206 bmc-device-k_g str
207 Specify the default BMC key (K_g) to use for bmc-device(8). If
208 specified, will override the general option k_g above. Prefix
209 with '0x' to enter the key in hex.
210
211 bmc-device-authentication-type AUTHENTICATION-TYPE
212 Specify the default authentication type to use for bmc-
213 device(8). If specified, will override the general option
214 authentication-type above. The following authentication types
215 are supported: NONE, STRAIGHT_PASSWORD_KEY, MD2, and MD5.
216
217 bmc-device-cipher-suite-id CIPHER-SUITE-ID
218 Specify the default cipher suite id to use for bmc-device(8).
219 If specified, will override the general option cipher-suite-id
220 above. The following cipher suite ids are supported: 0, 1, 2, 3,
221 6, 7, 8, 11, 12.
222
223 bmc-device-privilege-level PRIVILEGE-LEVEL
224 Specify the default privilege type to use for bmc-device(8). If
225 specified, will override the general option privilege-level
226 above. The following privilege levels are supported: USER, OPER‐
227 ATOR, ADMIN.
228
229 bmc-device-workaround-flags WORKAROUNDS
230 Specify default workaround flags to use for bmc-device(8). If
231 specified, will override the general options workaround-flags
232 above. Multiple workarounds can be specified separated by white‐
233 space. Please see bmc-device(8) manpage for available work‐
234 arounds.
235
236
238 The following options are specific to bmc-info(8). They will be
239 ignored by other tools.
240
241 bmc-info-username USERNAME
242 Specify the default username to use for bmc-info(8). If speci‐
243 fied, will override the general option username above.
244
245 bmc-info-password PASSWORD
246 Specify the default password to use for bmc-info(8). If speci‐
247 fied, will override the general option password above.
248
249 bmc-info-k_g str
250 Specify the default BMC key (K_g) to use for bmc-info(8). If
251 specified, will override the general option k_g above. Prefix
252 with '0x' to enter the key in hex.
253
254 bmc-info-authentication-type AUTHENTICATION-TYPE
255 Specify the default authentication type to use for bmc-info(8).
256 If specified, will override the general option authentication-
257 type above. The following authentication types are supported:
258 NONE, STRAIGHT_PASSWORD_KEY, MD2, and MD5.
259
260 bmc-info-cipher-suite-id CIPHER-SUITE-ID
261 Specify the default cipher suite id to use for bmc-info(8). If
262 specified, will override the general option cipher-suite-id
263 above. The following cipher suite ids are supported: 0, 1, 2, 3,
264 6, 7, 8, 11, 12.
265
266 bmc-info-privilege-level PRIVILEGE-LEVEL
267 Specify the default privilege type to use for bmc-info(8). If
268 specified, will override the general option privilege-level
269 above. The following privilege levels are supported: USER, OPER‐
270 ATOR, ADMIN.
271
272 bmc-info-workaround-flags WORKAROUNDS
273 Specify default workaround flags to use for bmc-info(8). If
274 specified, will override the general options workaround-flags
275 above. Multiple workarounds can be specified separated by white‐
276 space. Please see bmc-info(8) manpage for available work‐
277 arounds.
278
279 bmc-info-interpret-oem-data ENABLE|DISABLE
280 Specify if bmc-info should attempt to interpret OEM data by
281 default or not.
282
283
285 The following options are specific to bmc-watchdog(8). They will be
286 ignored by other tools.
287
288 bmc-watchdog-workaround-flags WORKAROUNDS
289 Specify default workaround flags to use for bmc-watchdog(8). If
290 specified, will override the general options workaround-flags
291 above. Multiple workarounds can be specified separated by white‐
292 space. Please see bmc-watchdog(8) manpage for available work‐
293 arounds.
294
295 bmc-watchdog-verbose-logging ENABLE|DISABLE
296 Specify if logging will be verbose by default.
297
298 bmc-watchdog-no-logging ENABLE|DISABLE
299 Specify if logging will be disabled by default.
300
301
303 The following options are specific to ipmi-chassis(8). They will be
304 ignored by other tools.
305
306 ipmi-chassis-username USERNAME
307 Specify the default username to use for ipmi-chassis(8). If
308 specified, will override the general option username above.
309
310 ipmi-chassis-password PASSWORD
311 Specify the default password to use for ipmi-chassis(8). If
312 specified, will override the general option password above.
313
314 ipmi-chassis-k_g str
315 Specify the default BMC key (K_g) to use for ipmi-chassis(8).
316 If specified, will override the general option k_g above. Prefix
317 with '0x' to enter the key in hex.
318
319 ipmi-chassis-authentication-type AUTHENTICATION-TYPE
320 Specify the default authentication type to use for ipmi-chas‐
321 sis(8). If specified, will override the general option authen‐
322 tication-type above. The following authentication types are sup‐
323 ported: NONE, STRAIGHT_PASSWORD_KEY, MD2, and MD5.
324
325 ipmi-chassis-cipher-suite-id CIPHER-SUITE-ID
326 Specify the default cipher suite id to use for ipmi-chassis(8).
327 If specified, will override the general option cipher-suite-id
328 above. The following cipher suite ids are supported: 0, 1, 2, 3,
329 6, 7, 8, 11, 12.
330
331 ipmi-chassis-privilege-level PRIVILEGE-LEVEL
332 Specify the default privilege type to use for ipmi-chassis(8).
333 If specified, will override the general option privilege-level
334 above. The following privilege levels are supported: USER, OPER‐
335 ATOR, ADMIN.
336
337 ipmi-chassis-workaround-flags WORKAROUNDS
338 Specify default workaround flags to use for ipmi-chassis(8). If
339 specified, will override the general options workaround-flags
340 above. Multiple workarounds can be specified separated by white‐
341 space. Please see ipmi-chassis(8) manpage for available work‐
342 arounds.
343
344
346 The following options are specific to ipmi-chassis-config(8). They
347 will be ignored by other tools.
348
349 ipmi-chassis-config-username USERNAME
350 Specify the default username to use for ipmi-chassis-config(8).
351 If specified, will override the general option username above.
352
353 ipmi-chassis-config-password PASSWORD
354 Specify the default password to use for ipmi-chassis-config(8).
355 If specified, will override the general option password above.
356
357 ipmi-chassis-config-k_g str
358 Specify the default BMC key (K_g) to use for ipmi-chassis-con‐
359 fig(8). If specified, will override the general option k_g
360 above. Prefix with '0x' to enter the key in hex.
361
362 ipmi-chassis-config-authentication-type AUTHENTICATION-TYPE
363 Specify the default authentication type to use for ipmi-chassis-
364 config(8). If specified, will override the general option
365 authentication-type above. The following authentication types
366 are supported: NONE, STRAIGHT_PASSWORD_KEY, MD2, and MD5.
367
368 ipmi-chassis-config-cipher-suite-id CIPHER-SUITE-ID
369 Specify the default cipher suite id to use for ipmi-chassis-con‐
370 fig(8). If specified, will override the general option cipher-
371 suite-id above. The following cipher suite ids are supported: 0,
372 1, 2, 3, 6, 7, 8, 11, 12.
373
374 ipmi-chassis-config-privilege-level PRIVILEGE-LEVEL
375 Specify the default privilege type to use for ipmi-chassis-con‐
376 fig(8). If specified, will override the general option privi‐
377 lege-level above. The following privilege levels are supported:
378 USER, OPERATOR, ADMIN.
379
380 ipmi-chassis-config-workaround-flags WORKAROUNDS
381 Specify default workaround flags to use for ipmi-chassis-con‐
382 fig(8). If specified, will override the general options work‐
383 around-flags above. Multiple workarounds can be specified sepa‐
384 rated by whitespace. Please see ipmi-chassis-config(8) manpage
385 for available workarounds.
386
387 ipmi-chassis-config-verbose-count COUNT
388 Specify default verbose count to use for ipmi-chassis-config(8).
389
390
392 The following options are specific to ipmi-dcmi(8). They will be
393 ignored by other tools.
394
395 ipmi-dcmi-username USERNAME
396 Specify the default username to use for ipmi-dcmi(8). If speci‐
397 fied, will override the general option username above.
398
399 ipmi-dcmi-password PASSWORD
400 Specify the default password to use for ipmi-dcmi(8). If speci‐
401 fied, will override the general option password above.
402
403 ipmi-dcmi-k_g str
404 Specify the default BMC key (K_g) to use for ipmi-dcmi(8). If
405 specified, will override the general option k_g above. Prefix
406 with '0x' to enter the key in hex.
407
408 ipmi-dcmi-authentication-type AUTHENTICATION-TYPE
409 Specify the default authentication type to use for ipmi-dcmi(8).
410 If specified, will override the general option authentication-
411 type above. The following authentication types are supported:
412 NONE, STRAIGHT_PASSWORD_KEY, MD2, and MD5.
413
414 ipmi-dcmi-cipher-suite-id CIPHER-SUITE-ID
415 Specify the default cipher suite id to use for ipmi-dcmi(8). If
416 specified, will override the general option cipher-suite-id
417 above. The following cipher suite ids are supported: 0, 1, 2, 3,
418 6, 7, 8, 11, 12.
419
420 ipmi-dcmi-privilege-level PRIVILEGE-LEVEL
421 Specify the default privilege type to use for ipmi-dcmi(8). If
422 specified, will override the general option privilege-level
423 above. The following privilege levels are supported: USER, OPER‐
424 ATOR, ADMIN.
425
426 ipmi-dcmi-workaround-flags WORKAROUNDS
427 Specify default workaround flags to use for ipmi-dcmi(8). If
428 specified, will override the general options workaround-flags
429 above. Multiple workarounds can be specified separated by white‐
430 space. Please see ipmi-dcmi(8) manpage for available work‐
431 arounds.
432
433 ipmi-dcmi-interpret-oem-data ENABLE|DISABLE
434 Specify if ipmi-dcmi should attempt to interpret OEM data by
435 default or not.
436
437
439 The following options are specific to ipmi-fru(8). They will be
440 ignored by other tools.
441
442 ipmi-fru-username USERNAME
443 Specify the default username to use for ipmi-fru(8). If speci‐
444 fied, will override the general option username above.
445
446 ipmi-fru-password PASSWORD
447 Specify the default password to use for ipmi-fru(8). If speci‐
448 fied, will override the general option password above.
449
450 ipmi-fru-k_g str
451 Specify the default BMC key (K_g) to use for ipmi-fru(8). If
452 specified, will override the general option k_g above. Prefix
453 with '0x' to enter the key in hex.
454
455 ipmi-fru-authentication-type AUTHENTICATION-TYPE
456 Specify the default authentication type to use for ipmi-fru(8).
457 If specified, will override the general option authentication-
458 type above. The following authentication types are supported:
459 NONE, STRAIGHT_PASSWORD_KEY, MD2, and MD5.
460
461 ipmi-fru-cipher-suite-id CIPHER-SUITE-ID
462 Specify the default cipher suite id to use for ipmi-fru(8). If
463 specified, will override the general option cipher-suite-id
464 above. The following cipher suite ids are supported: 0, 1, 2, 3,
465 6, 7, 8, 11, 12.
466
467 ipmi-fru-privilege-level PRIVILEGE-LEVEL
468 Specify the default privilege type to use for ipmi-fru(8). If
469 specified, will override the general option privilege-level
470 above. The following privilege levels are supported: USER, OPER‐
471 ATOR, ADMIN.
472
473 ipmi-fru-workaround-flags WORKAROUNDS
474 Specify default workaround flags to use for ipmi-fru(8). If
475 specified, will override the general options workaround-flags
476 above. Multiple workarounds can be specified separated by white‐
477 space. Please see ipmi-fru(8) manpage for available work‐
478 arounds.
479
480 ipmi-fru-verbose-count COUNT
481 Specify default verbose count to use for ipmi-fru(8).
482
483 ipmi-fru-bridge-fru ENABLE|DISABLE
484 Specify if FRU entries on other controllers should be read by
485 default or not.
486
487 ipmi-fru-interpret-oem-data ENABLE|DISABLE
488 Specify if ipmi-fru should attempt to interpret OEM data by
489 default or not.
490
491
493 The following options are specific to ipmi-oem(8). They will be
494 ignored by other tools.
495
496 ipmi-oem-username USERNAME
497 Specify the default username to use for ipmi-oem(8). If speci‐
498 fied, will override the general option username above.
499
500 ipmi-oem-password PASSWORD
501 Specify the default password to use for ipmi-oem(8). If speci‐
502 fied, will override the general option password above.
503
504 ipmi-oem-k_g str
505 Specify the default BMC key (K_g) to use for ipmi-oem(8). If
506 specified, will override the general option k_g above. Prefix
507 with '0x' to enter the key in hex.
508
509 ipmi-oem-authentication-type AUTHENTICATION-TYPE
510 Specify the default authentication type to use for ipmi-oem(8).
511 If specified, will override the general option authentication-
512 type above. The following authentication types are supported:
513 NONE, STRAIGHT_PASSWORD_KEY, MD2, and MD5.
514
515 ipmi-oem-cipher-suite-id CIPHER-SUITE-ID
516 Specify the default cipher suite id to use for ipmi-oem(8). If
517 specified, will override the general option cipher-suite-id
518 above. The following cipher suite ids are supported: 0, 1, 2, 3,
519 6, 7, 8, 11, 12.
520
521 ipmi-oem-privilege-level PRIVILEGE-LEVEL
522 Specify the default privilege type to use for ipmi-oem(8). If
523 specified, will override the general option privilege-level
524 above. The following privilege levels are supported: USER, OPER‐
525 ATOR, ADMIN.
526
527 ipmi-oem-workaround-flags WORKAROUNDS
528 Specify default workaround flags to use for ipmi-oem(8). If
529 specified, will override the general options workaround-flags
530 above. Multiple workarounds can be specified separated by white‐
531 space. Please see ipmi-oem(8) manpage for available work‐
532 arounds.
533
534 ipmi-oem-verbose-count COUNT
535 Specify default verbose count to use for ipmi-oem(8).
536
537
539 The following options are specific to ipmi-pef-config(8). They will be
540 ignored by other tools.
541
542 ipmi-pef-config-username USERNAME
543 Specify the default username to use for ipmi-pef-config(8). If
544 specified, will override the general option username above.
545
546 ipmi-pef-config-password PASSWORD
547 Specify the default password to use for ipmi-pef-config(8). If
548 specified, will override the general option password above.
549
550 ipmi-pef-config-k_g str
551 Specify the default BMC key (K_g) to use for ipmi-pef-config(8).
552 If specified, will override the general option k_g above. Prefix
553 with '0x' to enter the key in hex.
554
555 ipmi-pef-config-authentication-type AUTHENTICATION-TYPE
556 Specify the default authentication type to use for ipmi-pef-con‐
557 fig(8). If specified, will override the general option authen‐
558 tication-type above. The following authentication types are sup‐
559 ported: NONE, STRAIGHT_PASSWORD_KEY, MD2, and MD5.
560
561 ipmi-pef-config-cipher-suite-id CIPHER-SUITE-ID
562 Specify the default cipher suite id to use for ipmi-pef-con‐
563 fig(8). If specified, will override the general option cipher-
564 suite-id above. The following cipher suite ids are supported: 0,
565 1, 2, 3, 6, 7, 8, 11, 12.
566
567 ipmi-pef-config-privilege-level PRIVILEGE-LEVEL
568 Specify the default privilege type to use for ipmi-pef-con‐
569 fig(8). If specified, will override the general option privi‐
570 lege-level above. The following privilege levels are supported:
571 USER, OPERATOR, ADMIN.
572
573 ipmi-pef-config-workaround-flags WORKAROUNDS
574 Specify default workaround flags to use for ipmi-pef-config(8).
575 If specified, will override the general options workaround-flags
576 above. Multiple workarounds can be specified separated by white‐
577 space. Please see ipmi-pef-config(8) manpage for available
578 workarounds.
579
580 ipmi-pef-config-verbose-count COUNT
581 Specify default verbose count to use for ipmi-pef-config(8).
582
583
585 The following options are specific to ipmi-pet(8). They will be
586 ignored by other tools.
587
588 ipmi-pet-username USERNAME
589 Specify the default username to use for ipmi-pet(8). If speci‐
590 fied, will override the general option username above.
591
592 ipmi-pet-password PASSWORD
593 Specify the default password to use for ipmi-pet(8). If speci‐
594 fied, will override the general option password above.
595
596 ipmi-pet-k_g str
597 Specify the default BMC key (K_g) to use for ipmi-pet(8). If
598 specified, will override the general option k_g above. Prefix
599 with '0x' to enter the key in hex.
600
601 ipmi-pet-authentication-type AUTHENTICATION-TYPE
602 Specify the default authentication type to use for ipmi-pet(8).
603 If specified, will override the general option authentication-
604 type above. The following authentication types are supported:
605 NONE, STRAIGHT_PASSWORD_KEY, MD2, and MD5.
606
607 ipmi-pet-cipher-suite-id CIPHER-SUITE-ID
608 Specify the default cipher suite id to use for ipmi-pet(8). If
609 specified, will override the general option cipher-suite-id
610 above. The following cipher suite ids are supported: 0, 1, 2, 3,
611 6, 7, 8, 11, 12.
612
613 ipmi-pet-privilege-level PRIVILEGE-LEVEL
614 Specify the default privilege type to use for ipmi-pet(8). If
615 specified, will override the general option privilege-level
616 above. The following privilege levels are supported: USER, OPER‐
617 ATOR, ADMIN.
618
619 ipmi-pet-workaround-flags WORKAROUNDS
620 Specify default workaround flags to use for ipmi-pet(8). If
621 specified, will override the general options workaround-flags
622 above. Multiple workarounds can be specified separated by white‐
623 space. Please see ipmi-pet(8) manpage for available work‐
624 arounds.
625
626 ipmi-pet-verbose-count COUNT
627 Specify default verbose count to use for ipmi-pet(8).
628
629 ipmi-pet-output-event-severity ENABLE|DISABLE
630 Specify if ipmi-pet should output the event severity state by
631 default.
632
633 ipmi-pet-output-event-state ENABLE|DISABLE
634 Specify if ipmi-pet should output the event state state by
635 default.
636
637 ipmi-pet-event-state-config-file FILE
638 Specify the default event state configuration file.
639
640 ipmi-pet-interpret-oem-data ENABLE|DISABLE
641 Specify if ipmi-pet should attempt to interpret OEM data by
642 default or not.
643
644 ipmi-pet-entity-sensor-names ENABLE|DISABLE
645 Specify if output of sensor names should include entity ids and
646 instances by default or not.
647
648 ipmi-pet-no-sensor-type-output ENABLE|DISABLE
649 Specify if output of the sensor type should be output by default
650 or not.
651
652 ipmi-pet-comma-separated-output ENABLE|DISABLE
653 Specify if output should be comma separated by default or not.
654
655 ipmi-pet-no-header-output ENABLE|DISABLE
656 Specify if column headers should be output by default or not.
657
658 ipmi-pet-non-abbreviated-units ENABLE|DISABLE
659 Specify if output should have units abbreviated by default or
660 not.
661
662
663
665 The following options are specific to ipmi-raw(8). They will be
666 ignored by other tools.
667
668 ipmi-raw-username USERNAME
669 Specify the default username to use for ipmi-raw(8). If speci‐
670 fied, will override the general option username above.
671
672 ipmi-raw-password PASSWORD
673 Specify the default password to use for ipmi-raw(8). If speci‐
674 fied, will override the general option password above.
675
676 ipmi-raw-k_g str
677 Specify the default BMC key (K_g) to use for ipmi-raw(8). If
678 specified, will override the general option k_g above. Prefix
679 with '0x' to enter the key in hex.
680
681 ipmi-raw-authentication-type AUTHENTICATION-TYPE
682 Specify the default authentication type to use for ipmi-raw(8).
683 If specified, will override the general option authentication-
684 type above. The following authentication types are supported:
685 NONE, STRAIGHT_PASSWORD_KEY, MD2, and MD5.
686
687 ipmi-raw-cipher-suite-id CIPHER-SUITE-ID
688 Specify the default cipher suite id to use for ipmi-raw(8). If
689 specified, will override the general option cipher-suite-id
690 above. The following cipher suite ids are supported: 0, 1, 2, 3,
691 6, 7, 8, 11, 12.
692
693 ipmi-raw-privilege-level PRIVILEGE-LEVEL
694 Specify the default privilege type to use for ipmi-raw(8). If
695 specified, will override the general option privilege-level
696 above. The following privilege levels are supported: USER, OPER‐
697 ATOR, ADMIN.
698
699 ipmi-raw-workaround-flags WORKAROUNDS
700 Specify default workaround flags to use for ipmi-raw(8). If
701 specified, will override the general options workaround-flags
702 above. Multiple workarounds can be specified separated by white‐
703 space. Please see ipmi-raw(8) manpage for available work‐
704 arounds.
705
706
708 The following options are specific to ipmi-sel(8). They will be
709 ignored by other tools.
710
711 ipmi-sel-username USERNAME
712 Specify the default username to use for ipmi-sel(8). If speci‐
713 fied, will override the general option username above.
714
715 ipmi-sel-password PASSWORD
716 Specify the default password to use for ipmi-sel(8). If speci‐
717 fied, will override the general option password above.
718
719 ipmi-sel-k_g str
720 Specify the default BMC key (K_g) to use for ipmi-sel(8). If
721 specified, will override the general option k_g above. Prefix
722 with '0x' to enter the key in hex.
723
724 ipmi-sel-authentication-type AUTHENTICATION-TYPE
725 Specify the default authentication type to use for ipmi-sel(8).
726 If specified, will override the general option authentication-
727 type above. The following authentication types are supported:
728 NONE, STRAIGHT_PASSWORD_KEY, MD2, and MD5.
729
730 ipmi-sel-cipher-suite-id CIPHER-SUITE-ID
731 Specify the default cipher suite id to use for ipmi-sel(8). If
732 specified, will override the general option cipher-suite-id
733 above. The following cipher suite ids are supported: 0, 1, 2, 3,
734 6, 7, 8, 11, 12.
735
736 ipmi-sel-privilege-level PRIVILEGE-LEVEL
737 Specify the default privilege type to use for ipmi-sel(8). If
738 specified, will override the general option privilege-level
739 above. The following privilege levels are supported: USER, OPER‐
740 ATOR, ADMIN.
741
742 ipmi-sel-workaround-flags WORKAROUNDS
743 Specify default workaround flags to use for ipmi-sel(8). If
744 specified, will override the general options workaround-flags
745 above. Multiple workarounds can be specified separated by white‐
746 space. Please see ipmi-sel(8) manpage for available work‐
747 arounds.
748
749 ipmi-sel-verbose-count COUNT
750 Specify default verbose count to use for ipmi-sel(8).
751
752 ipmi-sel-types TYPE-LIST
753 Specify default types to show SEL events for. Multiple types can
754 be specified separated by whitespace. Users may specify sensor
755 types by string or by number (decimal or hex). Please see ipmi-
756 sel(8) --list-types option to see possible string input types.
757
758 ipmi-sel-exclude-types ENSOR-TYPES-LIST Specify
759 default sensor types to not show SEL events for. Multiple sensor
760 types can be specified separated by whitespace. Users may spec‐
761 ify sensor types by string or by number. Please see ipmi-sel(8)
762 --list-types option to see possible string input types.
763
764 ipmi-sel-system-event-only ENABLE|DISABLE
765 Specify if output should only include system event records.
766
767 ipmi-sel-oem-event-only ENABLE|DISABLE
768 Specify if output should only include OEM event records.
769
770 ipmi-sel-output-manufacturer-id ENABLE|DISABLE
771 Specify if output of OEM event records should include manufac‐
772 turer ID by default or not.
773
774 ipmi-sel-output-event-state ENABLE|DISABLE
775 Specify if ipmi-sel should output the event state state by
776 default.
777
778 ipmi-sel-event-state-config-file FILE
779 Specify the default event state configuration file.
780
781 ipmi-sel-interpret-oem-data ENABLE|DISABLE
782 Specify if ipmi-sel should attempt to interpret OEM data by
783 default or not.
784
785 ipmi-sel-output-oem-event-strings ENABLE|DISABLE
786 Specify if ipmi-sel should output OEM event strings by default
787 or not.
788
789 ipmi-sel-entity-sensor-names ENABLE|DISABLE
790 Specify if output of sensor names should include entity ids and
791 instances by default or not.
792
793 ipmi-sel-no-sensor-type-output ENABLE|DISABLE
794 Specify if output of the sensor type should be output by default
795 or not.
796
797 ipmi-sel-comma-separated-output ENABLE|DISABLE
798 Specify if output should be comma separated by default or not.
799
800 ipmi-sel-no-header-output ENABLE|DISABLE
801 Specify if column headers should be output by default or not.
802
803 ipmi-sel-non-abbreviated-units ENABLE|DISABLE
804 Specify if output should have units abbreviated by default or
805 not.
806
807 ipmi-sel-legacy-output ENABLE|DISABLE
808 Specify if output should be in legacy format by default or not.
809
810
812 The following options are specific to ipmi-sensors(8). They will be
813 ignored by other tools.
814
815 ipmi-sensors-username USERNAME
816 Specify the default username to use for ipmi-sensors(8). If
817 specified, will override the general option username above.
818
819 ipmi-sensors-password PASSWORD
820 Specify the default password to use for ipmi-sensors(8). If
821 specified, will override the general option password above.
822
823 ipmi-sensors-k_g str
824 Specify the default BMC key (K_g) to use for ipmi-sensors(8).
825 If specified, will override the general option k_g above. Prefix
826 with '0x' to enter the key in hex.
827
828 ipmi-sensors-authentication-type AUTHENTICATION-TYPE
829 Specify the default authentication type to use for ipmi-sen‐
830 sors(8). If specified, will override the general option authen‐
831 tication-type above. The following authentication types are sup‐
832 ported: NONE, STRAIGHT_PASSWORD_KEY, MD2, and MD5.
833
834 ipmi-sensors-cipher-suite-id CIPHER-SUITE-ID
835 Specify the default cipher suite id to use for ipmi-sensors(8).
836 If specified, will override the general option cipher-suite-id
837 above. The following cipher suite ids are supported: 0, 1, 2, 3,
838 6, 7, 8, 11, 12.
839
840 ipmi-sensors-privilege-level PRIVILEGE-LEVEL
841 Specify the default privilege type to use for ipmi-sensors(8).
842 If specified, will override the general option privilege-level
843 above. The following privilege levels are supported: USER, OPER‐
844 ATOR, ADMIN.
845
846 ipmi-sensors-workaround-flags WORKAROUNDS
847 Specify default workaround flags to use for ipmi-sensors(8). If
848 specified, will override the general options workaround-flags
849 above. Multiple workarounds can be specified separated by white‐
850 space. Please see ipmi-sensors(8) manpage for available work‐
851 arounds.
852
853 ipmi-sensors-verbose-count COUNT
854 Specify default verbose count to use for ipmi-sensors(8).
855
856 ipmi-sensors-quiet-readings ENABLE|DISABLE
857 Specify if sensor reading values and thresholds should not be
858 output by default.
859
860 ipmi-sensors-record-ids ECORD-IDS-LIST
861 Specify default record ids to show sensor outputs for. Multiple
862 record ids can be specified separated by whitespace.
863
864 ipmi-sensors-exclude-record-ids ECORD-IDS-LIST
865 Specify default record ids to not show sensor outputs for. Mul‐
866 tiple record ids can be specified separated by whitespace.
867
868 ipmi-sensors-types TYPE-LIST
869 Specify default types to show sensor outputs for. Multiple types
870 can be specified separated by whitespace. Users may specify sen‐
871 sor types by string or by number (decimal or hex). Please see
872 ipmi-sensors(8) --list-types option to see possible string input
873 types.
874
875 ipmi-sensors-exclude-types ENSOR-TYPES-LIST Specify
876 default sensor types to not show sensor outputs for. Multiple
877 sensor types can be specified separated by whitespace. Users may
878 specify sensor types by string or by number. Please see ipmi-
879 sensors(8) --list-types option to see possible string input
880 types.
881
882 ipmi-sensors-bridge-sensors ENABLE|DISABLE
883 Specify if non-BMC sensors should be bridged by default or not.
884
885 ipmi-sensors-shared-sensors ENABLE|DISABLE
886 Specify if shared sensors should be output by default or not.
887
888 ipmi-sensors-interpret-oem-data ENABLE|DISABLE
889 Specify if ipmi-sensors should attempt to interpret OEM data by
890 default or not.
891
892 ipmi-sensors-ignore-not-available-sensors ENABLE|DISABLE
893 Specify if ipmi-sensors should ignore not-available (i.e. N/A)
894 sensors by default.
895
896 ipmi-sensors-ignore-unrecognized-events ENABLE|DISABLE
897 Specify if ipmi-sensors should ignore unrecognized events (i.e.
898 'Unrecognized Event') in sensors output by default.
899
900 ipmi-sensors-output-event-bitmask ENABLE|DISABLE
901 Specify if ipmi-sensors should output event bitmasks instead of
902 string representations by default.
903
904 ipmi-sensors-output-sensor-state ENABLE|DISABLE
905 Specify if ipmi-sensors should output the sensor state by
906 default.
907
908 ipmi-sensors-sensor-state-config-file FILE
909 Specify the default sensor state configuration file.
910
911 ipmi-sensors-entity-sensor-names ENABLE|DISABLE
912 Specify if output of sensor names should include entity ids and
913 instances by default or not.
914
915 ipmi-sensors-output-sensor-thresholds ENABLE|DISABLE
916 Specify if ipmi-sensors should output sensor thresholds by
917 default.
918
919 ipmi-sensors-no-sensor-type-output ENABLE|DISABLE
920 Specify if output of the sensor type should be output by default
921 or not.
922
923 ipmi-sensors-comma-separated-output ENABLE|DISABLE
924 Specify if output should be comma separated by default or not.
925
926 ipmi-sensors-no-header-output ENABLE|DISABLE
927 Specify if column headers should be output by default or not.
928
929 ipmi-sensors-non-abbreviated-units ENABLE|DISABLE
930 Specify if output should have units abbreviated by default or
931 not.
932
933 ipmi-sensors-legacy-output ENABLE|DISABLE
934 Specify if output should be in legacy format by default or not.
935
936 ipmi-sensors-ipmimonitoring-legacy-output ENABLE|DISABLE
937 Specify if output should be in ipmimonitoring legacy format by
938 default or not.
939
940
942 The following options are specific to ipmi-sensors-config(8). They
943 will be ignored by other tools.
944
945 ipmi-sensors-config-username USERNAME
946 Specify the default username to use for ipmi-sensors-config(8).
947 If specified, will override the general option username above.
948
949 ipmi-sensors-config-password PASSWORD
950 Specify the default password to use for ipmi-sensors-config(8).
951 If specified, will override the general option password above.
952
953 ipmi-sensors-config-k_g str
954 Specify the default BMC key (K_g) to use for ipmi-sensors-con‐
955 fig(8). If specified, will override the general option k_g
956 above. Prefix with '0x' to enter the key in hex.
957
958 ipmi-sensors-config-authentication-type AUTHENTICATION-TYPE
959 Specify the default authentication type to use for ipmi-sensors-
960 config(8). If specified, will override the general option
961 authentication-type above. The following authentication types
962 are supported: NONE, STRAIGHT_PASSWORD_KEY, MD2, and MD5.
963
964 ipmi-sensors-config-cipher-suite-id CIPHER-SUITE-ID
965 Specify the default cipher suite id to use for ipmi-sensors-con‐
966 fig(8). If specified, will override the general option cipher-
967 suite-id above. The following cipher suite ids are supported: 0,
968 1, 2, 3, 6, 7, 8, 11, 12.
969
970 ipmi-sensors-config-privilege-level PRIVILEGE-LEVEL
971 Specify the default privilege type to use for ipmi-sensors-con‐
972 fig(8). If specified, will override the general option privi‐
973 lege-level above. The following privilege levels are supported:
974 USER, OPERATOR, ADMIN.
975
976 ipmi-sensors-config-workaround-flags WORKAROUNDS
977 Specify default workaround flags to use for ipmi-sensors-con‐
978 fig(8). If specified, will override the general options work‐
979 around-flags above. Multiple workarounds can be specified sepa‐
980 rated by whitespace. Please see ipmi-sensors-config(8) manpage
981 for available workarounds.
982
983 ipmi-sensors-config-verbose-count COUNT
984 Specify default verbose count to use for ipmi-sensors-config(8).
985
986
988 The following options are specific to ipmiconsole(8). They will be
989 ignored by other tools.
990
991 ipmiconsole-username USERNAME
992 Specify the default username to use for ipmiconsole(8). If
993 specified, will override the general option username above.
994
995 ipmiconsole-password PASSWORD
996 Specify the default password to use for ipmiconsole(8). If
997 specified, will override the general option password above.
998
999 ipmiconsole-k_g str
1000 Specify the default BMC key (K_g) to use for ipmiconsole(8). If
1001 specified, will override the general option k_g above. Prefix
1002 with '0x' to enter the key in hex.
1003
1004 ipmiconsole-authentication-type AUTHENTICATION-TYPE
1005 Specify the default authentication type to use for ipmicon‐
1006 sole(8). If specified, will override the general option authen‐
1007 tication-type above. The following authentication types are sup‐
1008 ported: NONE, STRAIGHT_PASSWORD_KEY, MD2, and MD5.
1009
1010 ipmiconsole-cipher-suite-id CIPHER-SUITE-ID
1011 Specify the default cipher suite id to use for ipmiconsole(8).
1012 If specified, will override the general option cipher-suite-id
1013 above. The following cipher suite ids are supported: 0, 1, 2, 3,
1014 6, 7, 8, 11, 12.
1015
1016 ipmiconsole-privilege-level PRIVILEGE-LEVEL
1017 Specify the default privilege type to use for ipmiconsole(8).
1018 If specified, will override the general option privilege-level
1019 above. The following privilege levels are supported: USER, OPER‐
1020 ATOR, ADMIN.
1021
1022 ipmiconsole-workaround-flags WORKAROUNDS
1023 Specify default workaround flags to use for ipmiconsole(8). If
1024 specified, will override the general options workaround-flags
1025 above. Multiple workarounds can be specified separated by white‐
1026 space. Please see ipmiconsole(8) manpage for available work‐
1027 arounds.
1028
1029 ipmiconsole-escape-char CHAR
1030 Specify the default escape character.
1031
1032 ipmiconsole-dont-steal ENABLE|DISABLE
1033 Specify if in use SOL sessions should not be stolen by default.
1034
1035 ipmiconsole-serial-keepalive ENABLE|DISABLE
1036 Specify if serial keepalive should be enabled by default.
1037
1038 ipmiconsole-serial-keepalive-empty ENABLE|DISABLE
1039 Specify if serial keepalive empty should be enabled by default.
1040
1041 ipmiconsole-lock-memory ENABLE|DISABLE
1042 Specify if memory should be locked by default.
1043
1044
1046 The following options are specific to ipmipower(8). They will be
1047 ignored by other tools.
1048
1049 ipmipower-username USERNAME
1050 Specify the default username to use for ipmipower(8). If speci‐
1051 fied, will override the general option username above.
1052
1053 ipmipower-password PASSWORD
1054 Specify the default password to use for ipmipower(8). If speci‐
1055 fied, will override the general option password above.
1056
1057 ipmipower-k_g str
1058 Specify the default BMC key (K_g) to use for ipmipower(8). If
1059 specified, will override the general option k_g above. Prefix
1060 with '0x' to enter the key in hex.
1061
1062 ipmipower-authentication-type AUTHENTICATION-TYPE
1063 Specify the default authentication type to use for ipmipower(8).
1064 If specified, will override the general option authentication-
1065 type above. The following authentication types are supported:
1066 NONE, STRAIGHT_PASSWORD_KEY, MD2, and MD5.
1067
1068 ipmipower-cipher-suite-id CIPHER-SUITE-ID
1069 Specify the default cipher suite id to use for ipmipower(8). If
1070 specified, will override the general option cipher-suite-id
1071 above. The following cipher suite ids are supported: 0, 1, 2, 3,
1072 6, 7, 8, 11, 12.
1073
1074 ipmipower-privilege-level PRIVILEGE-LEVEL
1075 Specify the default privilege type to use for ipmipower(8). If
1076 specified, will override the general option privilege-level
1077 above. The following privilege levels are supported: USER, OPER‐
1078 ATOR, ADMIN.
1079
1080 ipmipower-workaround-flags WORKAROUNDS
1081 Specify default workaround flags to use for ipmipower(8). If
1082 specified, will override the general options workaround-flags
1083 above. Multiple workarounds can be specified separated by white‐
1084 space. Please see ipmipower(8) manpage for available work‐
1085 arounds.
1086
1087 ipmipower-on-if-off ENABLE|DISABLE
1088 Specify if on-if-off functionality is enabled or disabled by
1089 default.
1090
1091 ipmipower-wait-until-on ENABLE|DISABLE
1092 Specify if wait-until-on functionality is enabled or disabled by
1093 default.
1094
1095 ipmipower-wait-until-off ENABLE|DISABLE
1096 Specify if wait-until-off functionality is enabled or disabled
1097 by default.
1098
1099 ipmipower-oem-power-type OEM-POWER-TYPE
1100 Specify OEM power type to be used.
1101
1102 ipmipower-retransmission-wait-timeout MILLISECONDS
1103 Specify the default retransmission wait timeout length to use in
1104 milliseconds.
1105
1106 ipmipower-retransmission-backoff-count COUNT
1107 Specify the default retransmission backoff count to use for
1108 retransmissions.
1109
1110 ipmipower-ping-interval MILLISECONDS
1111 Specify the default ping interval length to use in milliseconds.
1112
1113 ipmipower-ping-timeout MILLISECONDS
1114 Specify the default ping timeout length to use in milliseconds.
1115
1116 ipmipower-ping-packet-count COUNT
1117 Specify the default ping packet count size to use.
1118
1119 ipmipower-ping-percent PERCENT
1120 Specify the default ping percent value to use.
1121
1122 ipmipower-ping-consec-count COUNT
1123 Specify the default ping consecutive count value to use.
1124
1125
1127 /etc//freeipmi.conf
1128
1130 Report bugs to <freeipmi-users@gnu.org> or <freeipmi-devel@gnu.org>.
1131
1133 Copyright © 2003-2012 FreeIPMI Core Team.
1134
1135 FreeIPMI is free software; you can redistribute it and/or modify it
1136 under the terms of the GNU General Public License as published by the
1137 Free Software Foundation; either version 3 of the License, or (at your
1138 option) any later version.
1139
1141 freeipmi(7), bmc-config(8), bmc-device(8), bmc-info(8), bmc-watch‐
1142 dog(8), ipmi-chassis(8), ipmi-fru(8), ipmi-oem(8), ipmi-pef-config(8),
1143 ipmi-raw(8), ipmi-sel(8), ipmi-sensors(8), ipmi-sensors-config(8),
1144 ipmiconsole(8), ipmipower(8)
1145
1146 http://www.gnu.org/software/freeipmi/
1147
1148
1149
1150FreeIPMI 1.2.1 2017-03-22 FREEIPMI(5)