Changes between Version 17 and Version 18 of PlasticSlices/MonitoringRecommendations/PlnodeConfiguration


Ignore:
Timestamp:
06/25/12 10:26:26 (12 years ago)
Author:
tupty@bbn.com
Comment:

adding --nogpgcheck to yum localinstall per Russ's experience

Legend:

Unmodified
Added
Removed
Modified
  • PlasticSlices/MonitoringRecommendations/PlnodeConfiguration

    v17 v18  
    5151 2. Use yum localinstall to install the RPM and any necessary dependencies:
    5252{{{
    53 sudo yum localinstall ~/tango-monitor-plnode-0.7-1.noarch.rpm
     53sudo yum --nogpgcheck localinstall ~/tango-monitor-plnode-0.7-1.noarch.rpm
    5454}}}
    5555   * IF this doesn't work for you because you do not have a working yum on your plnode and can't resolve package dependencies, see [wiki:GpoLab/MyplcPackageInstallationTips#Debuggingmonitoringdependencies] for some other suggestions which might work.