summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorTomas Smetana <tsmetana@redhat.com>2013-11-12 15:35:30 +0100
committerTomas Smetana <tsmetana@redhat.com>2013-11-12 15:35:30 +0100
commitaa0ce80be89faa1fd3e4cb51b1b4f0b9edb8d94f (patch)
treebd5e516614bbb9f22e537d9e82d210c70ffe493d /README
parenteae4cca7eb126191b38fe138c1419f190d030000 (diff)
downloadopenlmi-providers-aa0ce80be89faa1fd3e4cb51b1b4f0b9edb8d94f.tar.gz
openlmi-providers-aa0ce80be89faa1fd3e4cb51b1b4f0b9edb8d94f.tar.xz
openlmi-providers-aa0ce80be89faa1fd3e4cb51b1b4f0b9edb8d94f.zip
PCP: fix failed post-install registration
Diffstat (limited to 'README')
-rw-r--r--README21
1 files changed, 21 insertions, 0 deletions
diff --git a/README b/README
index bd0ea6a..05958d0 100644
--- a/README
+++ b/README
@@ -243,3 +243,24 @@ The trace file is written to:
More information about cimserver tracing can be found in the
"OpenPegasus Tracing User Guide" PDF. Google the title to get a
current URL.
+
+
+*******************************************************************************
+* Provider-specific Instructions *
+*******************************************************************************
+
+PCP
+~~~
+
+Please note the PCP provider needs a different registration procedure since the
+PCP metrics classes are being generated automatically according to the PCP
+namespace. There is a helper script provided in the openlmi-pcp package that
+generates the MOF and REG files according to the installed PCP components and
+registers the appropriate classes within the CIMOM. The script requires the pcmd
+daemon to be running.
+
+% openlmi-pcp-generate
+
+The openlmi-pcp package also installs a daily cronjob that runs the script
+automatically to ensure any changes made to the PCP namespace would be reflected
+in the system's CIM model.