1
2EDAC-CTL(8) EDAC admin utility EDAC-CTL(8)
3
4
5
7 edac-ctl - EDAC admin utility
8
9
11 edac-ctl [OPTION]...
12
13
15 The edac-ctl program is a perl(1) script which performs some useful
16 administration tasks for EDAC (Error Detection and Correction) drivers.
17
18
20 --help Display a brief usage message.
21
22 --quiet
23 Quiet operation.
24
25 --mainboard
26 Print mainboard vendor and model for this hardware, if availā
27 able. This option requires that the dmidecode(8) utility be
28 installed, and must be run as root.
29
30 --status
31 Print the status of EDAC drivers (loaded or unloaded).
32
33 --register-labels
34 Register motherboard DIMM labels into EDAC driver sysfs files.
35 This option uses the detected mainboard manufacturer and model
36 number in combination with a "labels database" found in any of
37 the files under /etc/edac/labels.d/* or in the labels.db file at
38 /etc/edac/labels.db. An entry for the current hardware must
39 exist in the labels database for this option to do anything.
40
41 --print-labels
42 Display the configured labels for the current hardware, as well
43 as the current labels registered with EDAC.
44
45 --delay=N
46 Delay N seconds before writing DIMM labels.
47
48 --labeldb=DB
49 Specify an alternate location for the labels database.
50
51
53 edac(3), edac-util(1)
54
55
56
57
58edac-utils-0.16-1 2009-01-30 EDAC-CTL(8)