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


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

--

Legend:

Unmodified
Added
Removed
Modified
  • PlasticSlices/MonitoringRecommendations/FlowvisorConfiguration

    v12 v13  
    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.6
     9plastic-slices-monitor-flowvisor-0.7
    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.
     
    3838Do all of these steps every time you install or upgrade the monitoring software.
    3939
    40  1. Download the `plastic-slices-monitor-flowvisor-0.6.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.6.tar.gz`.
     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`.
    4141
    4242 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`
     
    4545{{{
    4646cd ~
    47 tar xvzf ~/plastic-slices-monitor-flowvisor-0.6.tar.gz
    48 cd plastic-slices-monitor-flowvisor-0.6
     47tar xvzf ~/plastic-slices-monitor-flowvisor-0.7.tar.gz
     48cd plastic-slices-monitor-flowvisor-0.7
    4949sudo mkdir -p /usr/local/{bin,lib}
    5050sudo cp bin/{build_gmoc_conf,metric_flowvisor,report_data_to_gmoc} /usr/local/bin