Changes between Version 11 and Version 12 of PlasticSlices/MonitoringRecommendations/MyplcConfiguration


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

--

Legend:

Unmodified
Added
Removed
Modified
  • PlasticSlices/MonitoringRecommendations/MyplcConfiguration

    v11 v12  
    77This page explains how to configure a MyPLC server for the [wiki:PlasticSlices/MonitoringRecommendations Plastic Slices central monitoring configuration].  This page was written for
    88{{{
    9 plastic-slices-monitor-myplc-0.3
     9plastic-slices-monitor-myplc-0.4
    1010}}}
    1111which is the latest version of the monitoring utilities for a MyPLC server running Fedora 8 or Fedora 12.  It may not work well with older versions.
     12
     13== Upgrading from version 0.3 ==
     14
     15If you are currently running `plastic-slices-monitor-myplc-0.3`, 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-myplc` for the first time or upgrading from an earlier version, read all sections to see which steps you need to take.
     20
    1221
    1322== Variables ==
     
    3847Do all of these steps every time you install or upgrade the monitoring software.
    3948
    40  1. Download the `plastic-slices-monitor-myplc-0.3.tar.gz` tarball from [http://software.geni.net/local-sw/], and copy it onto your MyPLC host, e.g. into `~/plastic-slices-monitor-myplc-0.3.tar.gz`.
     49 1. Download the `plastic-slices-monitor-myplc-0.4.tar.gz` tarball from [http://software.geni.net/local-sw/], and copy it onto your MyPLC host, e.g. into `~/plastic-slices-monitor-myplc-0.4.tar.gz`.
    4150
    4251 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 MyPLC host, e.g. into `~/measurement_sender.pl`
     
    4554{{{
    4655cd ~
    47 tar xvzf ~/plastic-slices-monitor-myplc-0.3.tar.gz
    48 cd plastic-slices-monitor-myplc-0.3
     56tar xvzf ~/plastic-slices-monitor-myplc-0.4.tar.gz
     57cd plastic-slices-monitor-myplc-0.4
    4958sudo mkdir -p /usr/local/{bin,lib}
    5059sudo cp bin/{build_gmoc_conf,metric_plc,report_data_to_gmoc} /usr/local/bin