Changes between Version 2 and Version 3 of PlasticSlices/MonitoringRecommendations/PlnodeConfiguration


Ignore:
Timestamp:
05/05/11 12:40:55 (13 years ago)
Author:
chaos@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PlasticSlices/MonitoringRecommendations/PlnodeConfiguration

    v2 v3  
    4242sudo yum install rrdtool-python rrdtool-perl perl-File-Find-Rule perl-XML-Writer perl-libwww-perl
    4343}}}
    44    * IF you followed [wiki:PlasticSlices/MonitoringRecommendations/PlnodeConfiguration] step 3 to download the RPMs, copy the `~/rpms` directory and its contents onto this node, then do:
     44   * IF you used [wiki:GpoLab/MyplcPackageInstallationTips#UseyumdownloadertodownloadpackagesanddependenciesontheMyPLC yumdownloader] to cache the RPMs on your MyPLC, copy them over now, install them by hand, and check that it worked:
    4545{{{
    4646cd ~/rpms
    4747sudo rpm -iv *.rpm
     48rpm -q rrdtool-python rrdtool-perl perl-File-Find-Rule perl-XML-Writer perl-libwww-perl
    4849}}}
    49    Watch the output for error messages and double-check that the install succeeded, since these RPMs were collected on a different machine, so there may still be dependency problems you need to resolve by hand.
     50   Note that these RPMs were collected on a different machine, so there may still be dependency problems you need to resolve by hand.
    5051   * IF neither of those situations applies, you will need to download RPMs and install dependencies by hand in order to install these packages.  Please contact the GPO if you need a hand.
    5152