Changes between Version 21 and Version 22 of PlasticSlices/MonitoringRecommendations/FoamConfiguration
- Timestamp:
- 10/17/12 14:41:31 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PlasticSlices/MonitoringRecommendations/FoamConfiguration
v21 v22 7 7 This page explains how to configure an !OpenFlow FOAM server for [wiki:PlasticSlices/MonitoringRecommendations central GENI operational monitoring]. This page was written for 8 8 {{{ 9 tango-monitor-foam_0.4- 19 tango-monitor-foam_0.4-2 10 10 }}} 11 11 and may not work well with earlier versions. We have tested the FOAM utilities on Ubuntu 10.04 only, but expect they will also work on CentOS. If you are running a different OS and it is not obvious how to translate the instructions, please contact GPO infra. … … 55 55 ==== If you are installing on Ubuntu ==== 56 56 57 1. Download the `tango-monitor-foam_0.4- 1_all.deb` package file from [http://software.geni.net/local-sw/], and copy it onto your FOAM host, e.g. into `~/tango-monitor-foam_0.4-1_all.deb`.57 1. Download the `tango-monitor-foam_0.4-2_all.deb` package file from [http://software.geni.net/local-sw/], and copy it onto your FOAM host, e.g. into `~/tango-monitor-foam_0.4-2_all.deb`. 58 58 59 59 2. Use dpkg to install the local package. This may fail due to dependencies and say it is leaving the package "unconfigured". Therefore, invoke apt-get to fix any missing dependencies: 60 60 {{{ 61 sudo dpkg -i ~/tango-monitor-foam_0.4- 1_all.deb61 sudo dpkg -i ~/tango-monitor-foam_0.4-2_all.deb 62 62 sudo apt-get -f install 63 63 }}} … … 65 65 ==== If you are installing on CentOS ==== 66 66 67 1. Download the `tango-monitor-foam-0.4- 1.noarch.rpm` package file from [http://software.geni.net/local-sw/], and copy it onto your FOAM host, e.g. into `~/tango-monitor-foam-0.4-1.noarch.rpm`.67 1. Download the `tango-monitor-foam-0.4-2.noarch.rpm` package file from [http://software.geni.net/local-sw/], and copy it onto your FOAM host, e.g. into `~/tango-monitor-foam-0.4-2.noarch.rpm`. 68 68 69 69 2. Use yum localinstall to install the local package. This will install the provided file, using your standard yum repositories to find any dependencies: 70 70 {{{ 71 sudo yum --nogpgcheck localinstall ~/tango-monitor-foam-0.4- 1.noarch.rpm71 sudo yum --nogpgcheck localinstall ~/tango-monitor-foam-0.4-2.noarch.rpm 72 72 }}} 73 73