Changes between Version 9 and Version 10 of PlasticSlices/MonitoringRecommendations/PlnodeConfiguration


Ignore:
Timestamp:
07/15/11 11:07:15 (13 years ago)
Author:
chaos@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PlasticSlices/MonitoringRecommendations/PlnodeConfiguration

    v9 v10  
    77This page explains how to configure a MyPLC !PlanetLab node for the [wiki:PlasticSlices/MonitoringRecommendations Plastic Slices central monitoring configuration].  This page was written for
    88{{{
    9 plastic-slices-monitor-plnode-0.3
     9plastic-slices-monitor-plnode-0.4
    1010}}}
    1111which is the latest version of the monitoring utilities for a MyPLC !PlanetLab node running Fedora 8 or Fedora 12.
     
    3636=== II. Install the monitoring software ===
    3737
    38  1. Download the `plastic-slices-monitor-plnode-0.3.tar.gz` tarball from [http://software.geni.net/local-sw/], and copy it onto your node, e.g. into `~/plastic-slices-monitor-plnode-0.3.tar.gz`.
     38 1. Download the `plastic-slices-monitor-plnode-0.4.tar.gz` tarball from [http://software.geni.net/local-sw/], and copy it onto your node, e.g. into `~/plastic-slices-monitor-plnode-0.4.tar.gz`.
    3939
    4040 2. Download the GMOC `measurement_sender.pl` script from [http://gmoc-db.grnoc.iu.edu/sources/measurement_api/measurement_sender.pl], and copy it onto your node, e.g. into `~/measurement_sender.pl`
     
    4343{{{
    4444cd ~
    45 tar xvzf ~/plastic-slices-monitor-plnode-0.3.tar.gz
    46 cd plastic-slices-monitor-plnode-0.3
     45tar xvzf ~/plastic-slices-monitor-plnode-0.4.tar.gz
     46cd plastic-slices-monitor-plnode-0.4
    4747sudo mkdir -p /usr/local/{bin,lib}
    4848sudo cp bin/{build_gmoc_conf,metric_plnode,report_data_to_gmoc} /usr/local/bin