1
2RASDAEMON(8) RAS memory controller admin utility RASDAEMON(8)
3
4
5
7 rasdaemon - RAS daemon to log the RAS events.
8
9
11 rasdaemon [OPTION]...
12
13
15 The rasdaemon program is a daemon which monitors the platform Reli‐
16 ablity, Availability and Serviceability (RAS) reports from the Linux
17 kernel trace events. These trace events are logged in /sys/ker‐
18 nel/debug/tracing, reporting them via syslog/journald.
19
20
22 --usage
23 Display a brief usage message and exit.
24
25 --help Display a help message and exit.
26
27 --disable
28 Disable RAS tracing events and exit.
29
30 --enable
31 Enable RAS tracing events and exit.
32
33 --foreground
34 Executes in foreground, printing the events at console. Useful
35 for testing it, and to be used by systemd or Unix System V
36 respan. If not specified, the program runs in daemon mode.
37
38 --record
39 Record RAS events via Sqlite3. The Sqlite3 database has the ben‐
40 efit of keeping a persistent record of the RAS events. This fea‐
41 ture is used with the ras-mc-ctl utility. Note that rasdaemon
42 may be compiled without this feature.
43
44 --version
45 Print the program version and exit.
46
47
49 ras-mc-ctl(8)
50
51
52
53
54 RASDAEMON(8)