Changes between Version 12 and Version 13 of PlasticSlices/MonitoringRecommendations/FlowvisorConfiguration
- Timestamp:
- 07/15/11 11:07:38 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PlasticSlices/MonitoringRecommendations/FlowvisorConfiguration
v12 v13 7 7 This page explains how to configure an !OpenFlow !FlowVisor node for the [wiki:PlasticSlices/MonitoringRecommendations Plastic Slices central monitoring configuration]. This page was written for 8 8 {{{ 9 plastic-slices-monitor-flowvisor-0. 69 plastic-slices-monitor-flowvisor-0.7 10 10 }}} 11 11 and 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. … … 38 38 Do all of these steps every time you install or upgrade the monitoring software. 39 39 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`. 41 41 42 42 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` … … 45 45 {{{ 46 46 cd ~ 47 tar xvzf ~/plastic-slices-monitor-flowvisor-0. 6.tar.gz48 cd plastic-slices-monitor-flowvisor-0. 647 tar xvzf ~/plastic-slices-monitor-flowvisor-0.7.tar.gz 48 cd plastic-slices-monitor-flowvisor-0.7 49 49 sudo mkdir -p /usr/local/{bin,lib} 50 50 sudo cp bin/{build_gmoc_conf,metric_flowvisor,report_data_to_gmoc} /usr/local/bin