|
|
d9e469 |
From d1b81490639f2608ecaf8fa50c24ac78c053fc2b Mon Sep 17 00:00:00 2001
|
|
|
d9e469 |
From: Betty Dall <betty.dall@hp.com>
|
|
|
d9e469 |
Date: Wed, 19 Mar 2014 14:59:47 -0600
|
|
|
d9e469 |
Subject: [PATCH 26/32] rasdaemon: Add record option to rasdaemon man page
|
|
|
d9e469 |
|
|
|
d9e469 |
Add the already existing rasdaemon option 'record' to the rasdaemon man
|
|
|
d9e469 |
page. This option records events via sqlite3.
|
|
|
d9e469 |
|
|
|
d9e469 |
Signed-off-by: Betty Dall <betty.dall@hp.com>
|
|
|
d9e469 |
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
|
|
|
d9e469 |
---
|
|
|
d9e469 |
man/rasdaemon.1.in | 14 +++++++++++---
|
|
|
d9e469 |
1 files changed, 11 insertions(+), 3 deletions(-)
|
|
|
d9e469 |
|
|
|
d9e469 |
diff --git a/man/rasdaemon.1.in b/man/rasdaemon.1.in
|
|
|
d9e469 |
index 5349fa3..7a8b60f 100644
|
|
|
d9e469 |
--- a/man/rasdaemon.1.in
|
|
|
d9e469 |
+++ b/man/rasdaemon.1.in
|
|
|
d9e469 |
@@ -29,8 +29,10 @@ rasdaemon \- RAS daemon to log the RAS events.
|
|
|
d9e469 |
|
|
|
d9e469 |
.SH DESCRIPTION
|
|
|
d9e469 |
|
|
|
d9e469 |
-The \fBrasdaemon\fR program is a daemon with monitors the RAS trace events
|
|
|
d9e469 |
-from /sys/kernel/debug/tracing, reporting them via syslog/journald.
|
|
|
d9e469 |
+The \fBrasdaemon\fR program is a daemon which monitors the platform
|
|
|
d9e469 |
+Reliablity, Availability and Serviceability (RAS) reports from the
|
|
|
d9e469 |
+Linux kernel trace events. These trace events are logged in
|
|
|
d9e469 |
+/sys/kernel/debug/tracing, reporting them via syslog/journald.
|
|
|
d9e469 |
|
|
|
d9e469 |
.SH OPTIONS
|
|
|
d9e469 |
.TP
|
|
|
d9e469 |
@@ -51,8 +53,14 @@ Executes in foreground, printing the events at console. Useful for testing it,
|
|
|
d9e469 |
and to be used by systemd or Unix System V respan.
|
|
|
d9e469 |
If not specified, the program runs in daemon mode.
|
|
|
d9e469 |
.TP
|
|
|
d9e469 |
+.BI "--record"
|
|
|
d9e469 |
+Record RAS events via Sqlite3. The Sqlite3 database has the benefit of
|
|
|
d9e469 |
+keeping a persistent record of the RAS events. This feature is used with
|
|
|
d9e469 |
+the ras-mc-ctl utility. Note that rasdaemon may be compiled without this
|
|
|
d9e469 |
+feature.
|
|
|
d9e469 |
+.TP
|
|
|
d9e469 |
.BI "--version"
|
|
|
d9e469 |
-Prints the program version and exit.
|
|
|
d9e469 |
+Print the program version and exit.
|
|
|
d9e469 |
|
|
|
d9e469 |
.SH SEE ALSO
|
|
|
d9e469 |
\fBras-mc-ctl\fR(8)
|
|
|
d9e469 |
--
|
|
|
d9e469 |
1.7.1
|
|
|
d9e469 |
|