1FREEIPMI(5)                      Configuration                     FREEIPMI(5)
2
3
4

NAME

6       freeipmi.conf - specify default values to FreeIPMI
7

DESCRIPTION

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-raw(8),  ipmi-sel(8),  ipmi-sensors(8), ipmi-sensors-
20       config(8), ipmiconsole(8), ipmimonitoring(8), and ipmipower(8).
21
22       By default, the configuration file is stored at /etc/freeipmi.conf. But
23       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

FORMAT

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

GENERAL OPTIONS

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 registerspacing to use.
65
66       username USERNAME
67              Specify the default username to use.
68
69       password PASSWORD
70              Specify the default password to use.
71
72       k_g str
73              Specify the default BMC key (K_g) to use. Prefix  with  '0x'  to
74              enter the key in hex.
75
76       session-timeout MILLISECONDS
77              Specify  the  default session timeout length to use in millisec‐
78              onds.
79
80       retransmission-timeout MILLISECONDS
81              Specify the default retransmission timeout length to use in mil‐
82              liseconds.
83
84       authentication-type AUTHENTICATION-TYPE
85              Specify  the  default  authentication type to use. The following
86              authentication types are supported: NONE, STRAIGHT_PASSWORD_KEY,
87              MD2, and MD5.
88
89       cipher-suite-id CIPHER-SUITE-ID
90              Specify the default cipher suite id to use. The following cipher
91              suite ids are supported: 0, 1, 2, 3, 6, 7, 8, 11, 12.
92
93       privilege-level PRIVILEGE-LEVEL
94              Specify the default privilege type to use. The following  privi‐
95              lege levels are supported: USER, OPERATOR, ADMIN.
96
97       workaround-flags WORKAROUNDS
98              Specify  default  workaround  flags to use. Multiple workarounds
99              can be specified separated by whitespace. Please see  tool  man‐
100              pages for details about available workarounds for each tool. The
101              following workarounds are supported: idzero, forcepermsg,  unex‐
102              pectedauth,   endianseq,   authcap,   solpayloadsize,   solport,
103              intel20, supermicro20, sun20.
104
105

SDR OPTIONS

107       The following options are specific to tools that use  the  sensor  data
108       repository (SDR). They will be ignored by all other tools.
109
110       quiet-cache ENABLE|DISABLE
111              Specify  if  cache  creation/deletion  information should not be
112              output by default.
113
114       sdr-cache-directory DIRECTORY
115              Specify the default sdr cache directory to use.
116
117

HOSTRANGED OPTIONS

119       The following options are specific to  tools  that  support  hostranged
120       output. They will be ignored by all other tools.
121
122       buffer-output ENABLE|DISABLE
123              Specify if hostranged output should be buffered by default.
124
125       consolidate-output ENABLE|DISABLE
126              Specify if hostranged output should be consolidated by default.
127
128       fanout COUNT
129              Specify the default multiple host fanout to use.
130
131       eliminate ENABLE|DISABLE
132              Specify if undetected hosts should be eliminated by default.
133
134       always-prefix ENABLE|DISABLE
135              Specify if output should be always prefixed by default.
136
137

BMC-CONFIG OPTIONS

139       The  following  options  are  specific  to bmc-config(8).  They will be
140       ignored by other tools.
141
142       bmc-config-username USERNAME
143              Specify the default username to use for bmc-config(8).  If spec‐
144              ified, will override the general option username above.
145
146       bmc-config-password PASSWORD
147              Specify the default password to use for bmc-config(8).  If spec‐
148              ified, will override the general option password above.
149
150       bmc-config-k_g str
151              Specify the default BMC key (K_g) to use for bmc-config(8).   If
152              specified,  will  override  the general option k_g above. Prefix
153              with '0x' to enter the key in hex.
154
155       bmc-config-authentication-type AUTHENTICATION-TYPE
156              Specify the default authentication  type  to  use  for  bmc-con‐
157              fig(8).   If specified, will override the general option authen‐
158              tication-type above. The following authentication types are sup‐
159              ported: NONE, STRAIGHT_PASSWORD_KEY, MD2, and MD5.
160
161       bmc-config-cipher-suite-id CIPHER-SUITE-ID
162              Specify  the  default  cipher suite id to use for bmc-config(8).
163              If specified, will override the general  option  cipher-suite-id
164              above. The following cipher suite ids are supported: 0, 1, 2, 3,
165              6, 7, 8, 11, 12.
166
167       bmc-config-privilege-level PRIVILEGE-LEVEL
168              Specify the default privilege type to use for bmc-config(8).  If
169              specified,  will  override  the  general  option privilege-level
170              above. The following privilege levels are supported: USER, OPER‐
171              ATOR, ADMIN.
172
173       bmc-config-workaround-flags WORKAROUNDS
174              Specify  default  workaround flags to use for bmc-config(8).  If
175              specified, will override the  general  options  workaround-flags
176              above. Multiple workarounds can be specified separated by white‐
177              space.  Please see bmc-config(8)  manpage  for  available  work‐
178              arounds.
179
180       bmc-config-verbose-count COUNT
181              Specify default verbose count to use for bmc-config(8).
182
183

BMC-DEVICE OPTIONS

185       The  following  options  are  specific  to bmc-device(8).  They will be
186       ignored by other tools.
187
188       bmc-device-username USERNAME
189              Specify the default username to use for bmc-device(8).  If spec‐
190              ified, will override the general option username above.
191
192       bmc-device-password PASSWORD
193              Specify the default password to use for bmc-device(8).  If spec‐
194              ified, will override the general option password above.
195
196       bmc-device-k_g str
197              Specify the default BMC key (K_g) to use for bmc-device(8).   If
198              specified,  will  override  the general option k_g above. Prefix
199              with '0x' to enter the key in hex.
200
201       bmc-device-authentication-type AUTHENTICATION-TYPE
202              Specify  the  default  authentication  type  to  use  for   bmc-
203              device(8).   If  specified,  will  override  the  general option
204              authentication-type above. The  following  authentication  types
205              are supported: NONE, STRAIGHT_PASSWORD_KEY, MD2, and MD5.
206
207       bmc-device-cipher-suite-id CIPHER-SUITE-ID
208              Specify  the  default  cipher suite id to use for bmc-device(8).
209              If specified, will override the general  option  cipher-suite-id
210              above. The following cipher suite ids are supported: 0, 1, 2, 3,
211              6, 7, 8, 11, 12.
212
213       bmc-device-privilege-level PRIVILEGE-LEVEL
214              Specify the default privilege type to use for bmc-device(8).  If
215              specified,  will  override  the  general  option privilege-level
216              above. The following privilege levels are supported: USER, OPER‐
217              ATOR, ADMIN.
218
219       bmc-device-workaround-flags WORKAROUNDS
220              Specify  default  workaround flags to use for bmc-device(8).  If
221              specified, will override the  general  options  workaround-flags
222              above. Multiple workarounds can be specified separated by white‐
223              space.  Please see bmc-device(8)  manpage  for  available  work‐
224              arounds.
225
226

BMC-INFO OPTIONS

228       The  following  options  are  specific  to  bmc-info(8).   They will be
229       ignored by other tools.
230
231       bmc-info-username USERNAME
232              Specify the default username to use for bmc-info(8).  If  speci‐
233              fied, will override the general option username above.
234
235       bmc-info-password PASSWORD
236              Specify  the default password to use for bmc-info(8).  If speci‐
237              fied, will override the general option password above.
238
239       bmc-info-k_g str
240              Specify the default BMC key (K_g) to use  for  bmc-info(8).   If
241              specified,  will  override  the general option k_g above. Prefix
242              with '0x' to enter the key in hex.
243
244       bmc-info-authentication-type AUTHENTICATION-TYPE
245              Specify the default authentication type to use for  bmc-info(8).
246              If  specified,  will override the general option authentication-
247              type above. The following authentication  types  are  supported:
248              NONE, STRAIGHT_PASSWORD_KEY, MD2, and MD5.
249
250       bmc-info-cipher-suite-id CIPHER-SUITE-ID
251              Specify  the default cipher suite id to use for bmc-info(8).  If
252              specified, will  override  the  general  option  cipher-suite-id
253              above. The following cipher suite ids are supported: 0, 1, 2, 3,
254              6, 7, 8, 11, 12.
255
256       bmc-info-privilege-level PRIVILEGE-LEVEL
257              Specify the default privilege type to use for  bmc-info(8).   If
258              specified,  will  override  the  general  option privilege-level
259              above. The following privilege levels are supported: USER, OPER‐
260              ATOR, ADMIN.
261
262       bmc-info-workaround-flags WORKAROUNDS
263              Specify  default  workaround  flags  to use for bmc-info(8).  If
264              specified, will override the  general  options  workaround-flags
265              above. Multiple workarounds can be specified separated by white‐
266              space.  Please  see  bmc-info(8)  manpage  for  available  work‐
267              arounds.
268
269       bmc-info-interpret-oem-data ENABLE|DISABLE
270              Specify  if  bmc-info  should  attempt  to interpret OEM data by
271              default or not.
272
273

BMC-WATCHDOG OPTIONS

275       The following options are specific to bmc-watchdog(8).   They  will  be
276       ignored by other tools.
277
278       bmc-watchdog-workaround-flags WORKAROUNDS
279              Specify default workaround flags to use for bmc-watchdog(8).  If
280              specified, will override the  general  options  workaround-flags
281              above. Multiple workarounds can be specified separated by white‐
282              space.  Please see bmc-watchdog(8) manpage for  available  work‐
283              arounds.
284
285       bmc-watchdog-logfile FILE
286              Specify the default logfile.
287
288       bmc-watchdog-no-logging ENABLE|DISABLE
289              Specify if logging will be disabled by default.
290
291

IPMI-CHASSIS OPTIONS

293       The  following  options  are specific to ipmi-chassis(8).  They will be
294       ignored by other tools.
295
296       ipmi-chassis-username USERNAME
297              Specify the default username to  use  for  ipmi-chassis(8).   If
298              specified, will override the general option username above.
299
300       ipmi-chassis-password PASSWORD
301              Specify  the  default  password  to use for ipmi-chassis(8).  If
302              specified, will override the general option password above.
303
304       ipmi-chassis-k_g str
305              Specify the default BMC key (K_g) to  use  for  ipmi-chassis(8).
306              If specified, will override the general option k_g above. Prefix
307              with '0x' to enter the key in hex.
308
309       ipmi-chassis-authentication-type AUTHENTICATION-TYPE
310              Specify the default authentication type to  use  for  ipmi-chas‐
311              sis(8).   If specified, will override the general option authen‐
312              tication-type above. The following authentication types are sup‐
313              ported: NONE, STRAIGHT_PASSWORD_KEY, MD2, and MD5.
314
315       ipmi-chassis-cipher-suite-id CIPHER-SUITE-ID
316              Specify  the default cipher suite id to use for ipmi-chassis(8).
317              If specified, will override the general  option  cipher-suite-id
318              above. The following cipher suite ids are supported: 0, 1, 2, 3,
319              6, 7, 8, 11, 12.
320
321       ipmi-chassis-privilege-level PRIVILEGE-LEVEL
322              Specify the default privilege type to use  for  ipmi-chassis(8).
323              If  specified,  will override the general option privilege-level
324              above. The following privilege levels are supported: USER, OPER‐
325              ATOR, ADMIN.
326
327       ipmi-chassis-workaround-flags WORKAROUNDS
328              Specify default workaround flags to use for ipmi-chassis(8).  If
329              specified, will override the  general  options  workaround-flags
330              above. Multiple workarounds can be specified separated by white‐
331              space.  Please see ipmi-chassis(8) manpage for  available  work‐
332              arounds.
333
334

IPMI-CHASSIS-CONFIG OPTIONS

336       The  following  options  are  specific to ipmi-chassis-config(8).  They
337       will be ignored by other tools.
338
339       ipmi-chassis-config-username USERNAME
340              Specify the default username to use for  ipmi-chassis-config(8).
341              If specified, will override the general option username above.
342
343       ipmi-chassis-config-password PASSWORD
344              Specify  the default password to use for ipmi-chassis-config(8).
345              If specified, will override the general option password above.
346
347       ipmi-chassis-config-k_g str
348              Specify the default BMC key (K_g) to use  for  ipmi-chassis-con‐
349              fig(8).   If  specified,  will  override  the general option k_g
350              above. Prefix with '0x' to enter the key in hex.
351
352       ipmi-chassis-config-authentication-type AUTHENTICATION-TYPE
353              Specify the default authentication type to use for ipmi-chassis-
354              config(8).   If  specified,  will  override  the  general option
355              authentication-type above. The  following  authentication  types
356              are supported: NONE, STRAIGHT_PASSWORD_KEY, MD2, and MD5.
357
358       ipmi-chassis-config-cipher-suite-id CIPHER-SUITE-ID
359              Specify the default cipher suite id to use for ipmi-chassis-con‐
360              fig(8).  If specified, will override the general option  cipher-
361              suite-id above. The following cipher suite ids are supported: 0,
362              1, 2, 3, 6, 7, 8, 11, 12.
363
364       ipmi-chassis-config-privilege-level PRIVILEGE-LEVEL
365              Specify the default privilege type to use for  ipmi-chassis-con‐
366              fig(8).   If  specified, will override the general option privi‐
367              lege-level above. The following privilege levels are  supported:
368              USER, OPERATOR, ADMIN.
369
370       ipmi-chassis-config-workaround-flags WORKAROUNDS
371              Specify  default  workaround  flags to use for ipmi-chassis-con‐
372              fig(8).  If specified, will override the general  options  work‐
373              around-flags  above. Multiple workarounds can be specified sepa‐
374              rated by whitespace.  Please see ipmi-chassis-config(8)  manpage
375              for available workarounds.
376
377       ipmi-chassis-config-verbose-count COUNT
378              Specify default verbose count to use for ipmi-chassis-config(8).
379
380

IPMI-DCMI OPTIONS

382       The  following  options  are  specific  to  ipmi-dcmi(8).  They will be
383       ignored by other tools.
384
385       ipmi-dcmi-username USERNAME
386              Specify the default username to use for ipmi-dcmi(8).  If speci‐
387              fied, will override the general option username above.
388
389       ipmi-dcmi-password PASSWORD
390              Specify the default password to use for ipmi-dcmi(8).  If speci‐
391              fied, will override the general option password above.
392
393       ipmi-dcmi-k_g str
394              Specify the default BMC key (K_g) to use for  ipmi-dcmi(8).   If
395              specified,  will  override  the general option k_g above. Prefix
396              with '0x' to enter the key in hex.
397
398       ipmi-dcmi-authentication-type AUTHENTICATION-TYPE
399              Specify the default authentication type to use for ipmi-dcmi(8).
400              If  specified,  will override the general option authentication-
401              type above. The following authentication  types  are  supported:
402              NONE, STRAIGHT_PASSWORD_KEY, MD2, and MD5.
403
404       ipmi-dcmi-cipher-suite-id CIPHER-SUITE-ID
405              Specify the default cipher suite id to use for ipmi-dcmi(8).  If
406              specified, will  override  the  general  option  cipher-suite-id
407              above. The following cipher suite ids are supported: 0, 1, 2, 3,
408              6, 7, 8, 11, 12.
409
410       ipmi-dcmi-privilege-level PRIVILEGE-LEVEL
411              Specify the default privilege type to use for ipmi-dcmi(8).   If
412              specified,  will  override  the  general  option privilege-level
413              above. The following privilege levels are supported: USER, OPER‐
414              ATOR, ADMIN.
415
416       ipmi-dcmi-workaround-flags WORKAROUNDS
417              Specify  default  workaround  flags to use for ipmi-dcmi(8).  If
418              specified, will override the  general  options  workaround-flags
419              above. Multiple workarounds can be specified separated by white‐
420              space.  Please see  ipmi-dcmi(8)  manpage  for  available  work‐
421              arounds.
422
423       ipmi-dcmi-interpret-oem-data ENABLE|DISABLE
424              Specify  if  ipmi-dcmi  should  attempt to interpret OEM data by
425              default or not.
426
427

IPMI-FRU OPTIONS

429       The following options  are  specific  to  ipmi-fru(8).   They  will  be
430       ignored by other tools.
431
432       ipmi-fru-username USERNAME
433              Specify  the default username to use for ipmi-fru(8).  If speci‐
434              fied, will override the general option username above.
435
436       ipmi-fru-password PASSWORD
437              Specify the default password to use for ipmi-fru(8).  If  speci‐
438              fied, will override the general option password above.
439
440       ipmi-fru-k_g str
441              Specify  the  default  BMC key (K_g) to use for ipmi-fru(8).  If
442              specified, will override the general option  k_g  above.  Prefix
443              with '0x' to enter the key in hex.
444
445       ipmi-fru-authentication-type AUTHENTICATION-TYPE
446              Specify  the default authentication type to use for ipmi-fru(8).
447              If specified, will override the general  option  authentication-
448              type  above.  The  following authentication types are supported:
449              NONE, STRAIGHT_PASSWORD_KEY, MD2, and MD5.
450
451       ipmi-fru-cipher-suite-id CIPHER-SUITE-ID
452              Specify the default cipher suite id to use for ipmi-fru(8).   If
453              specified,  will  override  the  general  option cipher-suite-id
454              above. The following cipher suite ids are supported: 0, 1, 2, 3,
455              6, 7, 8, 11, 12.
456
457       ipmi-fru-privilege-level PRIVILEGE-LEVEL
458              Specify  the  default privilege type to use for ipmi-fru(8).  If
459              specified, will  override  the  general  option  privilege-level
460              above. The following privilege levels are supported: USER, OPER‐
461              ATOR, ADMIN.
462
463       ipmi-fru-workaround-flags WORKAROUNDS
464              Specify default workaround flags to  use  for  ipmi-fru(8).   If
465              specified,  will  override  the general options workaround-flags
466              above. Multiple workarounds can be specified separated by white‐
467              space.   Please  see  ipmi-fru(8)  manpage  for  available work‐
468              arounds.
469
470       ipmi-fru-verbose-count COUNT
471              Specify default verbose count to use for ipmi-fru(8).
472
473       ipmi-fru-skip-checks ENABLE|DISABLE
474              Specify if checksum checks will be skipped by default.
475
476       ipmi-fru-interpret-oem-data ENABLE|DISABLE
477              Specify if ipmi-fru should attempt  to  interpret  OEM  data  by
478              default or not.
479
480

IPMI-OEM OPTIONS

482       The  following  options  are  specific  to  ipmi-oem(8).   They will be
483       ignored by other tools.
484
485       ipmi-oem-username USERNAME
486              Specify the default username to use for ipmi-oem(8).  If  speci‐
487              fied, will override the general option username above.
488
489       ipmi-oem-password PASSWORD
490              Specify  the default password to use for ipmi-oem(8).  If speci‐
491              fied, will override the general option password above.
492
493       ipmi-oem-k_g str
494              Specify the default BMC key (K_g) to use  for  ipmi-oem(8).   If
495              specified,  will  override  the general option k_g above. Prefix
496              with '0x' to enter the key in hex.
497
498       ipmi-oem-authentication-type AUTHENTICATION-TYPE
499              Specify the default authentication type to use for  ipmi-oem(8).
500              If  specified,  will override the general option authentication-
501              type above. The following authentication  types  are  supported:
502              NONE, STRAIGHT_PASSWORD_KEY, MD2, and MD5.
503
504       ipmi-oem-cipher-suite-id CIPHER-SUITE-ID
505              Specify  the default cipher suite id to use for ipmi-oem(8).  If
506              specified, will  override  the  general  option  cipher-suite-id
507              above. The following cipher suite ids are supported: 0, 1, 2, 3,
508              6, 7, 8, 11, 12.
509
510       ipmi-oem-privilege-level PRIVILEGE-LEVEL
511              Specify the default privilege type to use for  ipmi-oem(8).   If
512              specified,  will  override  the  general  option privilege-level
513              above. The following privilege levels are supported: USER, OPER‐
514              ATOR, ADMIN.
515
516       ipmi-oem-workaround-flags WORKAROUNDS
517              Specify  default  workaround  flags  to use for ipmi-oem(8).  If
518              specified, will override the  general  options  workaround-flags
519              above. Multiple workarounds can be specified separated by white‐
520              space.  Please  see  ipmi-oem(8)  manpage  for  available  work‐
521              arounds.
522
523       ipmi-oem-verbose-count COUNT
524              Specify default verbose count to use for ipmi-oem(8).
525
526

IPMI-PEF-CONFIG OPTIONS

528       The following options are specific to ipmi-pef-config(8).  They will be
529       ignored by other tools.
530
531       ipmi-pef-config-username USERNAME
532              Specify the default username to use for ipmi-pef-config(8).   If
533              specified, will override the general option username above.
534
535       ipmi-pef-config-password PASSWORD
536              Specify  the default password to use for ipmi-pef-config(8).  If
537              specified, will override the general option password above.
538
539       ipmi-pef-config-k_g str
540              Specify the default BMC key (K_g) to use for ipmi-pef-config(8).
541              If specified, will override the general option k_g above. Prefix
542              with '0x' to enter the key in hex.
543
544       ipmi-pef-config-authentication-type AUTHENTICATION-TYPE
545              Specify the default authentication type to use for ipmi-pef-con‐
546              fig(8).   If specified, will override the general option authen‐
547              tication-type above. The following authentication types are sup‐
548              ported: NONE, STRAIGHT_PASSWORD_KEY, MD2, and MD5.
549
550       ipmi-pef-config-cipher-suite-id CIPHER-SUITE-ID
551              Specify  the  default  cipher  suite id to use for ipmi-pef-con‐
552              fig(8).  If specified, will override the general option  cipher-
553              suite-id above. The following cipher suite ids are supported: 0,
554              1, 2, 3, 6, 7, 8, 11, 12.
555
556       ipmi-pef-config-privilege-level PRIVILEGE-LEVEL
557              Specify the default privilege  type  to  use  for  ipmi-pef-con‐
558              fig(8).   If  specified, will override the general option privi‐
559              lege-level above. The following privilege levels are  supported:
560              USER, OPERATOR, ADMIN.
561
562       ipmi-pef-config-workaround-flags WORKAROUNDS
563              Specify  default workaround flags to use for ipmi-pef-config(8).
564              If specified, will override the general options workaround-flags
565              above. Multiple workarounds can be specified separated by white‐
566              space.  Please  see  ipmi-pef-config(8)  manpage  for  available
567              workarounds.
568
569       ipmi-pef-config-verbose-count COUNT
570              Specify default verbose count to use for ipmi-pef-config(8).
571
572

IPMI-RAW OPTIONS

574       The  following  options  are  specific  to  ipmi-raw(8).   They will be
575       ignored by other tools.
576
577       ipmi-raw-username USERNAME
578              Specify the default username to use for ipmi-raw(8).  If  speci‐
579              fied, will override the general option username above.
580
581       ipmi-raw-password PASSWORD
582              Specify  the default password to use for ipmi-raw(8).  If speci‐
583              fied, will override the general option password above.
584
585       ipmi-raw-k_g str
586              Specify the default BMC key (K_g) to use  for  ipmi-raw(8).   If
587              specified,  will  override  the general option k_g above. Prefix
588              with '0x' to enter the key in hex.
589
590       ipmi-raw-authentication-type AUTHENTICATION-TYPE
591              Specify the default authentication type to use for  ipmi-raw(8).
592              If  specified,  will override the general option authentication-
593              type above. The following authentication  types  are  supported:
594              NONE, STRAIGHT_PASSWORD_KEY, MD2, and MD5.
595
596       ipmi-raw-cipher-suite-id CIPHER-SUITE-ID
597              Specify  the default cipher suite id to use for ipmi-raw(8).  If
598              specified, will  override  the  general  option  cipher-suite-id
599              above. The following cipher suite ids are supported: 0, 1, 2, 3,
600              6, 7, 8, 11, 12.
601
602       ipmi-raw-privilege-level PRIVILEGE-LEVEL
603              Specify the default privilege type to use for  ipmi-raw(8).   If
604              specified,  will  override  the  general  option privilege-level
605              above. The following privilege levels are supported: USER, OPER‐
606              ATOR, ADMIN.
607
608       ipmi-raw-workaround-flags WORKAROUNDS
609              Specify  default  workaround  flags  to use for ipmi-raw(8).  If
610              specified, will override the  general  options  workaround-flags
611              above. Multiple workarounds can be specified separated by white‐
612              space.  Please  see  ipmi-raw(8)  manpage  for  available  work‐
613              arounds.
614
615

IPMI-SEL OPTIONS

617       The  following  options  are  specific  to  ipmi-sel(8).   They will be
618       ignored by other tools.
619
620       ipmi-sel-username USERNAME
621              Specify the default username to use for ipmi-sel(8).  If  speci‐
622              fied, will override the general option username above.
623
624       ipmi-sel-password PASSWORD
625              Specify  the default password to use for ipmi-sel(8).  If speci‐
626              fied, will override the general option password above.
627
628       ipmi-sel-k_g str
629              Specify the default BMC key (K_g) to use  for  ipmi-sel(8).   If
630              specified,  will  override  the general option k_g above. Prefix
631              with '0x' to enter the key in hex.
632
633       ipmi-sel-authentication-type AUTHENTICATION-TYPE
634              Specify the default authentication type to use for  ipmi-sel(8).
635              If  specified,  will override the general option authentication-
636              type above. The following authentication  types  are  supported:
637              NONE, STRAIGHT_PASSWORD_KEY, MD2, and MD5.
638
639       ipmi-sel-cipher-suite-id CIPHER-SUITE-ID
640              Specify  the default cipher suite id to use for ipmi-sel(8).  If
641              specified, will  override  the  general  option  cipher-suite-id
642              above. The following cipher suite ids are supported: 0, 1, 2, 3,
643              6, 7, 8, 11, 12.
644
645       ipmi-sel-privilege-level PRIVILEGE-LEVEL
646              Specify the default privilege type to use for  ipmi-sel(8).   If
647              specified,  will  override  the  general  option privilege-level
648              above. The following privilege levels are supported: USER, OPER‐
649              ATOR, ADMIN.
650
651       ipmi-sel-workaround-flags WORKAROUNDS
652              Specify  default  workaround  flags  to use for ipmi-sel(8).  If
653              specified, will override the  general  options  workaround-flags
654              above. Multiple workarounds can be specified separated by white‐
655              space.  Please  see  ipmi-sel(8)  manpage  for  available  work‐
656              arounds.
657
658       ipmi-sel-verbose-count COUNT
659              Specify default verbose count to use for ipmi-sel(8).
660
661       ipmi-sel-system-event-only ENABLE|DISABLE
662              Specify if output should only include system event records.
663
664       ipmi-sel-oem-event-only ENABLE|DISABLE
665              Specify if output should only include OEM event records.
666
667       ipmi-sel-assume-system-event-records ENABLE|DISABLE
668              Specify if system event records should be assumed when there are
669              invalid record types.
670
671       ipmi-sel-interpret-oem-data ENABLE|DISABLE
672              Specify if ipmi-sel should attempt  to  interpret  OEM  data  by
673              default or not.
674
675       ipmi-sel-entity-sensor-names ENABLE|DISABLE
676              Specify  if output of sensor names should include entity ids and
677              instances by default or not.
678
679       ipmi-sel-no-sensor-type-output ENABLE|DISABLE
680              Specify if output of the sensor type should be output by default
681              or not.
682
683       ipmi-sel-comma-separated-output ENABLE|DISABLE
684              Specify if output should be comma separated by default or not.
685
686       ipmi-sel-no-header-output ENABLE|DISABLE
687              Specify if column headers should be output by default or not.
688
689       ipmi-sel-non-abbreviated-units ENABLE|DISABLE
690              Specify  if  output  should have units abbreviated by default or
691              not.
692
693       ipmi-sel-legacy-output ENABLE|DISABLE
694              Specify if output should be in legacy format by default or not.
695
696

IPMI-SENSORS OPTIONS

698       The following options are specific to ipmi-sensors(8).   They  will  be
699       ignored by other tools.
700
701       ipmi-sensors-username USERNAME
702              Specify  the  default  username  to use for ipmi-sensors(8).  If
703              specified, will override the general option username above.
704
705       ipmi-sensors-password PASSWORD
706              Specify the default password to  use  for  ipmi-sensors(8).   If
707              specified, will override the general option password above.
708
709       ipmi-sensors-k_g str
710              Specify  the  default  BMC key (K_g) to use for ipmi-sensors(8).
711              If specified, will override the general option k_g above. Prefix
712              with '0x' to enter the key in hex.
713
714       ipmi-sensors-authentication-type AUTHENTICATION-TYPE
715              Specify  the  default  authentication  type to use for ipmi-sen‐
716              sors(8).  If specified, will override the general option authen‐
717              tication-type above. The following authentication types are sup‐
718              ported: NONE, STRAIGHT_PASSWORD_KEY, MD2, and MD5.
719
720       ipmi-sensors-cipher-suite-id CIPHER-SUITE-ID
721              Specify the default cipher suite id to use for  ipmi-sensors(8).
722              If  specified,  will override the general option cipher-suite-id
723              above. The following cipher suite ids are supported: 0, 1, 2, 3,
724              6, 7, 8, 11, 12.
725
726       ipmi-sensors-privilege-level PRIVILEGE-LEVEL
727              Specify  the  default privilege type to use for ipmi-sensors(8).
728              If specified, will override the general  option  privilege-level
729              above. The following privilege levels are supported: USER, OPER‐
730              ATOR, ADMIN.
731
732       ipmi-sensors-workaround-flags WORKAROUNDS
733              Specify default workaround flags to use for ipmi-sensors(8).  If
734              specified,  will  override  the general options workaround-flags
735              above. Multiple workarounds can be specified separated by white‐
736              space.   Please  see ipmi-sensors(8) manpage for available work‐
737              arounds.
738
739       ipmi-sensors-verbose-count COUNT
740              Specify default verbose count to use for ipmi-sensors(8).
741
742       ipmi-sensors-quiet-readings ENABLE|DISABLE
743              Specify if sensor reading values and thresholds  should  not  be
744              output by default.
745
746       ipmi-sensors-record-ids ECORD-IDS-LIST
747              Specify  default record ids to show sensor outputs for. Multiple
748              record ids can be specified separated by whitespace.
749
750       ipmi-sensors-exclude-record-ids ECORD-IDS-LIST
751              Specify default record ids to not show sensor outputs for.  Mul‐
752              tiple record ids can be specified separated by whitespace.
753
754       ipmi-sensors-types TYPE-LIST
755              Specify default types to show sensor outputs for. Multiple types
756              can be specified separated by whitespace. Please  run  ipmi-sen‐
757              sors(8)'s --list-types option to see possible types.
758
759       ipmi-sensors-exclude-types ENSOR-TYPES-LIST
760              Specify  default  sensor  types  to not show sensor outputs for.
761              Multiple sensor types can be specified separated by whitespace.
762
763       ipmi-sensors-bridge-sensors ENABLE|DISABLE
764              Specify if non-BMC sensors should be bridged by default or not.
765
766       ipmi-sensors-shared-sensors ENABLE|DISABLE
767              Specify if shared sensors should be output by default or not.
768
769       ipmi-sensors-interpret-oem-data ENABLE|DISABLE
770              Specify if ipmi-sensors should attempt to interpret OEM data  by
771              default or not.
772
773       ipmi-sensors-ignore-not-available-sensors ENABLE|DISABLE
774              Specify  if  ipmi-sensors should ignore not-available (i.e. N/A)
775              sensors by default.
776
777       ipmi-sensors-entity-sensor-names ENABLE|DISABLE
778              Specify if output of sensor names should include entity ids  and
779              instances by default or not.
780
781       ipmi-sensors-no-sensor-type-output ENABLE|DISABLE
782              Specify if output of the sensor type should be output by default
783              or not.
784
785       ipmi-sensors-comma-separated-output ENABLE|DISABLE
786              Specify if output should be comma separated by default or not.
787
788       ipmi-sensors-no-header-output ENABLE|DISABLE
789              Specify if column headers should be output by default or not.
790
791       ipmi-sensors-non-abbreviated-units ENABLE|DISABLE
792              Specify if output should have units abbreviated  by  default  or
793              not.
794
795       ipmi-sensors-legacy-output ENABLE|DISABLE
796              Specify if output should be in legacy format by default or not.
797
798

IPMI-SENSORS-CONFIG OPTIONS

800       The  following  options  are  specific to ipmi-sensors-config(8).  They
801       will be ignored by other tools.
802
803       ipmi-sensors-config-username USERNAME
804              Specify the default username to use for  ipmi-sensors-config(8).
805              If specified, will override the general option username above.
806
807       ipmi-sensors-config-password PASSWORD
808              Specify  the default password to use for ipmi-sensors-config(8).
809              If specified, will override the general option password above.
810
811       ipmi-sensors-config-k_g str
812              Specify the default BMC key (K_g) to use  for  ipmi-sensors-con‐
813              fig(8).   If  specified,  will  override  the general option k_g
814              above. Prefix with '0x' to enter the key in hex.
815
816       ipmi-sensors-config-authentication-type AUTHENTICATION-TYPE
817              Specify the default authentication type to use for ipmi-sensors-
818              config(8).   If  specified,  will  override  the  general option
819              authentication-type above. The  following  authentication  types
820              are supported: NONE, STRAIGHT_PASSWORD_KEY, MD2, and MD5.
821
822       ipmi-sensors-config-cipher-suite-id CIPHER-SUITE-ID
823              Specify the default cipher suite id to use for ipmi-sensors-con‐
824              fig(8).  If specified, will override the general option  cipher-
825              suite-id above. The following cipher suite ids are supported: 0,
826              1, 2, 3, 6, 7, 8, 11, 12.
827
828       ipmi-sensors-config-privilege-level PRIVILEGE-LEVEL
829              Specify the default privilege type to use for  ipmi-sensors-con‐
830              fig(8).   If  specified, will override the general option privi‐
831              lege-level above. The following privilege levels are  supported:
832              USER, OPERATOR, ADMIN.
833
834       ipmi-sensors-config-workaround-flags WORKAROUNDS
835              Specify  default  workaround  flags to use for ipmi-sensors-con‐
836              fig(8).  If specified, will override the general  options  work‐
837              around-flags  above. Multiple workarounds can be specified sepa‐
838              rated by whitespace.  Please see ipmi-sensors-config(8)  manpage
839              for available workarounds.
840
841       ipmi-sensors-config-verbose-count COUNT
842              Specify default verbose count to use for ipmi-sensors-config(8).
843
844

IPMICONSOLE OPTIONS

846       The  following  options  are  specific to ipmiconsole(8).  They will be
847       ignored by other tools.
848
849       ipmiconsole-username USERNAME
850              Specify the default username  to  use  for  ipmiconsole(8).   If
851              specified, will override the general option username above.
852
853       ipmiconsole-password PASSWORD
854              Specify  the  default  password  to  use for ipmiconsole(8).  If
855              specified, will override the general option password above.
856
857       ipmiconsole-k_g str
858              Specify the default BMC key (K_g) to use for ipmiconsole(8).  If
859              specified,  will  override  the general option k_g above. Prefix
860              with '0x' to enter the key in hex.
861
862       ipmiconsole-authentication-type AUTHENTICATION-TYPE
863              Specify the default authentication  type  to  use  for  ipmicon‐
864              sole(8).  If specified, will override the general option authen‐
865              tication-type above. The following authentication types are sup‐
866              ported: NONE, STRAIGHT_PASSWORD_KEY, MD2, and MD5.
867
868       ipmiconsole-cipher-suite-id CIPHER-SUITE-ID
869              Specify  the  default cipher suite id to use for ipmiconsole(8).
870              If specified, will override the general  option  cipher-suite-id
871              above. The following cipher suite ids are supported: 0, 1, 2, 3,
872              6, 7, 8, 11, 12.
873
874       ipmiconsole-privilege-level PRIVILEGE-LEVEL
875              Specify the default privilege type to  use  for  ipmiconsole(8).
876              If  specified,  will override the general option privilege-level
877              above. The following privilege levels are supported: USER, OPER‐
878              ATOR, ADMIN.
879
880       ipmiconsole-workaround-flags WORKAROUNDS
881              Specify  default workaround flags to use for ipmiconsole(8).  If
882              specified, will override the  general  options  workaround-flags
883              above. Multiple workarounds can be specified separated by white‐
884              space.  Please see ipmiconsole(8) manpage  for  available  work‐
885              arounds.
886
887       ipmiconsole-escape-char CHAR
888              Specify the default escape character.
889
890       ipmiconsole-dont-steal ENABLE|DISABLE
891              Specify if in use SOL sessions should not be stolen by default.
892
893       ipmiconsole-lock-memory ENABLE|DISABLE
894              Specify if memory should be locked by default.
895
896

IPMIMONITORING OPTIONS

898       The  following options are specific to ipmimonitoring(8).  They will be
899       ignored by other tools.
900
901       ipmimonitoring-username USERNAME
902              Specify the default username to use for  ipmimonitoring(8).   If
903              specified, will override the general option username above.
904
905       ipmimonitoring-password PASSWORD
906              Specify  the  default password to use for ipmimonitoring(8).  If
907              specified, will override the general option password above.
908
909       ipmimonitoring-k_g str
910              Specify the default BMC key (K_g) to use for  ipmimonitoring(8).
911              If specified, will override the general option k_g above. Prefix
912              with '0x' to enter the key in hex.
913
914       ipmimonitoring-authentication-type AUTHENTICATION-TYPE
915              Specify the default authentication type to use for  ipmimonitor‐
916              ing(8).   If specified, will override the general option authen‐
917              tication-type above. The following authentication types are sup‐
918              ported: NONE, STRAIGHT_PASSWORD_KEY, MD2, and MD5.
919
920       ipmimonitoring-cipher-suite-id CIPHER-SUITE-ID
921              Specify  the  default  cipher  suite  id to use for ipmimonitor‐
922              ing(8).  If specified, will override the general option  cipher-
923              suite-id above. The following cipher suite ids are supported: 0,
924              1, 2, 3, 6, 7, 8, 11, 12.
925
926       ipmimonitoring-privilege-level PRIVILEGE-LEVEL
927              Specify the default privilege type to use for ipmimonitoring(8).
928              If  specified,  will override the general option privilege-level
929              above. The following privilege levels are supported: USER, OPER‐
930              ATOR, ADMIN.
931
932       ipmimonitoring-workaround-flags WORKAROUNDS
933              Specify  default  workaround flags to use for ipmimonitoring(8).
934              If specified, will override the general options workaround-flags
935              above. Multiple workarounds can be specified separated by white‐
936              space.  Please see ipmimonitoring(8) manpage for available work‐
937              arounds.
938
939       ipmimonitoring-verbose-count COUNT
940              Specify default verbose count to use for ipmimonitoring(8).
941
942       ipmimonitoring-quiet-readings ENABLE|DISABLE
943              Specify  if  sensor  reading values and thresholds should not be
944              output by default.
945
946       ipmimonitoring-record-ids ECORD-IDS-LIST
947              Specify default record ids to show sensor outputs for.  Multiple
948              record ids can be specified separated by whitespace.
949
950       ipmimonitoring-exclude-record-ids ECORD-IDS-LIST
951              Specify  default record ids to not show sensor outputs for. Mul‐
952              tiple record ids can be specified separated by whitespace.
953
954       ipmimonitoring-types TYPE-LIST
955              Specify default types to show sensor outputs for. Multiple types
956              can  be  specified separated by whitespace. Please run ipmi-sen‐
957              sors(8)'s --list-types option to see possible types.
958
959       ipmimonitoring-exclude-types ENSOR-TYPES-LIST
960              Specify default sensor types to not  show  sensor  outputs  for.
961              Multiple sensor types can be specified separated by whitespace.
962
963       ipmimonitoring-bridge-sensors ENABLE|DISABLE
964              Specify if non-BMC sensors should be bridged by default or not.
965
966       ipmimonitoring-shared-sensors ENABLE|DISABLE
967              Specify if shared sensors should be output by default or not.
968
969       ipmimonitoring-interpret-oem-data ENABLE|DISABLE
970              Specify  if  ipmimonitoring should attempt to interpret OEM data
971              by default or not.
972
973       ipmimonitoring-ignore-non-interpretable-sensors ENABLE|DISABLE
974              Specify  if  non-interpretable  sensors  should  be  ignored  by
975              default or not.
976
977       ipmimonitoring-entity-sensor-names ENABLE|DISABLE
978              Specify  if output of sensor names should include entity ids and
979              instances.
980
981       ipmimonitoring-no-sensor-type-output ENABLE|DISABLE
982              Specify if output of the sensor type should be output by default
983              or not.
984
985       ipmimonitoring-comma-separated-output ENABLE|DISABLE
986              Specify if output should be comma separated by default or not.
987
988       ipmimonitoring-no-header-output ENABLE|DISABLE
989              Specify if column headers should be output by default or not.
990
991       ipmimonitoring-non-abbreviated-units ENABLE|DISABLE
992              Specify  if  output  should have units abbreviated by default or
993              not.
994
995       ipmimonitoring-legacy-output ENABLE|DISABLE
996              Specify if output should be in legacy format by default or not.
997
998       ipmimonitoring-sensor-config-file FILE
999              Specify the default sensor configuration file.
1000
1001

IPMIPOWER OPTIONS

1003       The following options are  specific  to  ipmipower(8).   They  will  be
1004       ignored by other tools.
1005
1006       ipmipower-username USERNAME
1007              Specify the default username to use for ipmipower(8).  If speci‐
1008              fied, will override the general option username above.
1009
1010       ipmipower-password PASSWORD
1011              Specify the default password to use for ipmipower(8).  If speci‐
1012              fied, will override the general option password above.
1013
1014       ipmipower-k_g str
1015              Specify  the  default BMC key (K_g) to use for ipmipower(8).  If
1016              specified, will override the general option  k_g  above.  Prefix
1017              with '0x' to enter the key in hex.
1018
1019       ipmipower-authentication-type AUTHENTICATION-TYPE
1020              Specify the default authentication type to use for ipmipower(8).
1021              If specified, will override the general  option  authentication-
1022              type  above.  The  following authentication types are supported:
1023              NONE, STRAIGHT_PASSWORD_KEY, MD2, and MD5.
1024
1025       ipmipower-cipher-suite-id CIPHER-SUITE-ID
1026              Specify the default cipher suite id to use for ipmipower(8).  If
1027              specified,  will  override  the  general  option cipher-suite-id
1028              above. The following cipher suite ids are supported: 0, 1, 2, 3,
1029              6, 7, 8, 11, 12.
1030
1031       ipmipower-privilege-level PRIVILEGE-LEVEL
1032              Specify  the default privilege type to use for ipmipower(8).  If
1033              specified, will  override  the  general  option  privilege-level
1034              above. The following privilege levels are supported: USER, OPER‐
1035              ATOR, ADMIN.
1036
1037       ipmipower-workaround-flags WORKAROUNDS
1038              Specify default workaround flags to use  for  ipmipower(8).   If
1039              specified,  will  override  the general options workaround-flags
1040              above. Multiple workarounds can be specified separated by white‐
1041              space.   Please  see  ipmipower(8)  manpage  for available work‐
1042              arounds.
1043
1044       ipmipower-on-if-off ENABLE|DISABLE
1045              Specify if on-if-off functionality is  enabled  or  disabled  by
1046              default.
1047
1048       ipmipower-wait-until-on ENABLE|DISABLE
1049              Specify if wait-until-on functionality is enabled or disabled by
1050              default.
1051
1052       ipmipower-wait-until-off ENABLE|DISABLE
1053              Specify if wait-until-off functionality is enabled  or  disabled
1054              by default.
1055
1056       ipmipower-retransmission-wait-timeout MILLISECONDS
1057              Specify the default retransmission wait timeout length to use in
1058              milliseconds.
1059
1060       ipmipower-retransmission-backoff-count COUNT
1061              Specify the default retransmission  backoff  count  to  use  for
1062              retransmissions.
1063
1064       ipmipower-ping-interval MILLISECONDS
1065              Specify the default ping interval length to use in milliseconds.
1066
1067       ipmipower-ping-timeout MILLISECONDS
1068              Specify the default ping timeout length to use in milliseconds.
1069
1070       ipmipower-ping-packet-count COUNT
1071              Specify the default ping packet count size to use.
1072
1073       ipmipower-ping-percent PERCENT
1074              Specify the default ping percent value to use.
1075
1076       ipmipower-ping-consec-count COUNT
1077              Specify the default ping consecutive count value to use.
1078
1079

FILES

1081       /etc/freeipmi.conf
1082

REPORTING BUGS

1084       Report bugs to <freeipmi-users@gnu.org> or <freeipmi-devel@gnu.org>.
1085
1087       Copyright © 2003-2010 FreeIPMI Core Team.
1088
1089       FreeIPMI  is  free  software;  you can redistribute it and/or modify it
1090       under the terms of the GNU General Public License as published  by  the
1091       Free  Software Foundation; either version 2 of the License, or (at your
1092       option) any later version.
1093
1094

SEE ALSO

1096       freeipmi(7),  bmc-config(8),  bmc-device(8),  bmc-info(8),   bmc-watch‐
1097       dog(8),  ipmi-chassis(8), ipmi-fru(8), ipmi-oem(8), ipmi-pef-config(8),
1098       ipmi-raw(8),  ipmi-sel(8),   ipmi-sensors(8),   ipmi-sensors-config(8),
1099       ipmiconsole(8), ipmimonitoring(8), ipmipower(8)
1100
1101       http://www.gnu.org/software/freeipmi/
1102
1103
1104
1105FreeIPMI 0.8.8                    2010-07-21                       FREEIPMI(5)
Impressum