Changes between Version 13 and Version 14 of PlasticSlices/MonitoringRecommendations/FlowvisorConfiguration


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

--

Legend:

Unmodified
Added
Removed
Modified
  • PlasticSlices/MonitoringRecommendations/FlowvisorConfiguration

    v13 v14  
    77This page explains how to configure an !OpenFlow !FlowVisor node for the [wiki:PlasticSlices/MonitoringRecommendations Plastic Slices central monitoring configuration].  This page was written for
    88{{{
    9 plastic-slices-monitor-flowvisor-0.7
     9plastic-slices-monitor-flowvisor-0.8
    1010}}}
    1111and may not work well with earlier versions.  We have tested the !FlowVisor utilities on Ubuntu 10.04 only.  If you are running a different OS and it is not obvious how to translate the instructions, please contact GPO infra.
     12
     13== Upgrading from version 0.7 ==
     14
     15If you are currently running `plastic-slices-monitor-flowvisor-0.7`, 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-flowvisor` for the first time or upgrading from an earlier version, read all sections to see which steps you need to take.
    1220
    1321== Variables ==
     
    3846Do all of these steps every time you install or upgrade the monitoring software.
    3947
    40  1. Download the `plastic-slices-monitor-flowvisor-0.7.tar.gz` tarball from [http://software.geni.net/local-sw/], and copy it onto your FV host, e.g. into `~/plastic-slices-monitor-flowvisor-0.7.tar.gz`.
     48 1. Download the `plastic-slices-monitor-flowvisor-0.8.tar.gz` tarball from [http://software.geni.net/local-sw/], and copy it onto your FV host, e.g. into `~/plastic-slices-monitor-flowvisor-0.8.tar.gz`.
    4149
    4250 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 FV host, e.g. into `~/measurement_sender.pl`
     
    4553{{{
    4654cd ~
    47 tar xvzf ~/plastic-slices-monitor-flowvisor-0.7.tar.gz
    48 cd plastic-slices-monitor-flowvisor-0.7
     55tar xvzf ~/plastic-slices-monitor-flowvisor-0.8.tar.gz
     56cd plastic-slices-monitor-flowvisor-0.8
    4957sudo mkdir -p /usr/local/{bin,lib}
    5058sudo cp bin/{build_gmoc_conf,metric_flowvisor,report_data_to_gmoc} /usr/local/bin
     
    131139*/5 * * * * /usr/local/bin/report_data_to_gmoc <site> <fqdn>
    132140}}}
    133