docs: add missing info to userguide 17/27317/3
authorMaryam Tahhan <maryam.tahhan@intel.com>
Fri, 20 Jan 2017 20:06:21 +0000 (20:06 +0000)
committerMaryam Tahhan <maryam.tahhan@intel.com>
Mon, 23 Jan 2017 18:38:54 +0000 (18:38 +0000)
Add missing steps for intel_rdt and mcelog plugins to userguide.

Change-Id: I5315dc6a8961cdab57b726e1ecfbe206dce7a976
Signed-off-by: Maryam Tahhan <maryam.tahhan@intel.com>
docs/userguide/collectd.userguide.rst

index d86eb32..1030e46 100644 (file)
@@ -214,10 +214,16 @@ Building and installing PQoS/Intel RDT library:
 .. code:: bash
 
     $ git clone https://github.com/01org/intel-cmt-cat.git
-    $ cd intel-cmt-cat.git
+    $ cd intel-cmt-cat
     $ make
     $ make install PREFIX=/usr
 
+You will need to insert the msr kernel module:
+
+.. code:: bash
+
+    $ modprobe msr
+
 Building and installing collectd:
 
 .. code:: bash
@@ -364,6 +370,18 @@ A utility to inject corrected, uncorrected and fatal machine check exceptions
     $ cd mce-inject
     $ make
     $ modprobe mce-inject
+
+Modify the test/corrected script to include the following:
+
+.. code:: bash
+
+    CPU 0 BANK 0
+    STATUS 0xcc00008000010090
+    ADDR 0x0010FFFFFFF
+
+Inject the error:
+.. code:: bash
+
     $ ./mce-inject < test/corrected
 
 **Note: the uncorrected and fatal scripts under test will cause a platform reset.