Changes between Version 8 and Version 9 of TangoGeniMonitoring/FoamConfiguration
- Timestamp:
- 06/12/13 15:05:51 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TangoGeniMonitoring/FoamConfiguration
v8 v9 7 7 This page explains how to configure an !OpenFlow FOAM server for [wiki:TangoGeniMonitoring shared GENI operational monitoring]. This page was written for 8 8 {{{ 9 tango-monitor-foam_0.5. 2-19 tango-monitor-foam_0.5.3-1 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. … … 48 48 ==== If you are installing on Ubuntu ==== 49 49 50 1. Download the `tango-monitor-foam_0.5. 2-1.deb` package file from [http://software.geni.net/local-sw/], and copy it onto your FOAM host, e.g. into `~/tango-monitor-foam_0.5.2-1_all.deb`.50 1. Download the `tango-monitor-foam_0.5.3-1.deb` package file from [http://software.geni.net/local-sw/], and copy it onto your FOAM host, e.g. into `~/tango-monitor-foam_0.5.3-1_all.deb`. 51 51 52 52 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: 53 53 {{{ 54 sudo dpkg -i ~/tango-monitor-foam_0.5. 2-1_all.deb54 sudo dpkg -i ~/tango-monitor-foam_0.5.3-1_all.deb 55 55 sudo apt-get -f install 56 56 }}} … … 58 58 ==== If you are installing on CentOS ==== 59 59 60 1. Download the `tango-monitor-foam-0.5. 2-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.5.2-1.noarch.rpm`.60 1. Download the `tango-monitor-foam-0.5.3-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.5.3-1.noarch.rpm`. 61 61 62 62 2. Use yum localinstall to install the local package. This will install the provided file, using your standard yum repositories to find any dependencies: 63 63 {{{ 64 sudo yum --nogpgcheck localinstall ~/tango-monitor-foam-0.5. 2-1.noarch.rpm64 sudo yum --nogpgcheck localinstall ~/tango-monitor-foam-0.5.3-1.noarch.rpm 65 65 }}} 66 66