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


Ignore:
Timestamp:
09/20/11 12:03:26 (13 years ago)
Author:
chaos@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PlasticSlices/MonitoringRecommendations/PlnodeConfiguration

    v10 v11  
    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.4
     9plastic-slices-monitor-plnode-0.5
    1010}}}
    1111which is the latest version of the monitoring utilities for a MyPLC !PlanetLab node running Fedora 8 or Fedora 12.
     12
     13== Upgrading from version 0.4 ==
     14
     15If you are currently running `plastic-slices-monitor-plnode-0.4`, you need only do the following steps of this upgrade:
     16 * [#II.Installthemonitoringsoftware II. Install the monitoring software itself and the latest version of GMOC measurement_sender]
     17 * [#V.Testthescript V. Test the new script and make sure it still works]
     18
     19If you are installing `plastic-slices-monitor-plnode` for the first time or upgrading from an earlier version, read all sections to see which steps you need to take.
    1220
    1321== Variables ==
     
    3644=== II. Install the monitoring software ===
    3745
    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`.
     46 1. Download the `plastic-slices-monitor-plnode-0.5.tar.gz` tarball from [http://software.geni.net/local-sw/], and copy it onto your node, e.g. into `~/plastic-slices-monitor-plnode-0.5.tar.gz`.
    3947
    4048 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`
     
    4351{{{
    4452cd ~
    45 tar xvzf ~/plastic-slices-monitor-plnode-0.4.tar.gz
    46 cd plastic-slices-monitor-plnode-0.4
     53tar xvzf ~/plastic-slices-monitor-plnode-0.5.tar.gz
     54cd plastic-slices-monitor-plnode-0.5
    4755sudo mkdir -p /usr/local/{bin,lib}
    4856sudo cp bin/{build_gmoc_conf,metric_plnode,report_data_to_gmoc} /usr/local/bin
     
    120128}}}
    121129
     130