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 --driver
23 Attempt to determine the name of a valid EDAC driver for the
24 current hardware. This uses a driver database in
25 /etc/edac/driver.db, along with the output of lspci(8).
26
27 --mainboard
28 Print mainboard vendor and model for this hardware, if availā
29 able. This option requires that the dmidecode(8) utility be
30 installed, and must be run as root.
31
32 --load Load EDAC drivers.
33
34 --unload
35 Unload EDAC drivers.
36
37 --status
38 Print the status of EDAC drivers (loaded or unloaded).
39
40 --register-labels
41 Register motherboard DIMM labels into EDAC driver sysfs files.
42 This option uses the detected mainboard manufacturer and model
43 number in combination with a "labels database" file found in
44 /etc/edac/labels.db. An entry for the current hardware must
45 exist in the labels database for this option to do anything.
46
47 --print-labels
48 Display the configured labels for the current hardware, as well
49 as the current labels registered with EDAC.
50
51 --labeldb=DB
52 Specify an alternate location for the labels database.
53
54 --driverdb=DB
55 Specify and alternate location for the EDAC driver database.
56
57
59 edac(3), edac-util(1)
60
61
62
63
64@META_ALIAS 2007-05-08 EDAC-CTL(8)