Changes between Version 4 and Version 5 of PlasticSlices/MonitoringRecommendations/FoamConfiguration


Ignore:
Timestamp:
05/04/12 19:55:17 (12 years ago)
Author:
chaos@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PlasticSlices/MonitoringRecommendations/FoamConfiguration

    v4 v5  
    77This page explains how to configure an !OpenFlow FOAM server for [wiki:PlasticSlices/MonitoringRecommendations central GENI operational monitoring].  This page was written for
    88{{{
    9 tango-monitor-foam_0.2-2
     9tango-monitor-foam_0.2-3
    1010}}}
    1111and may not work well with earlier versions.  We have tested the FOAM 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.
     
    4646Do these steps every time you install or upgrade the monitoring software.
    4747
    48  1. Download the `tango-monitor-foam_0.2-2.deb` package file from [http://software.geni.net/local-sw/], and copy it onto your FOAM host, e.g. into `~/tango-monitor-foam_0.2-2.deb`.
     48==== If you are installing on Ubuntu ====
     49
     50 1. Download the `tango-monitor-foam_0.2-3.deb` package file from [http://software.geni.net/local-sw/], and copy it onto your FOAM host, e.g. into `~/tango-monitor-foam_0.2-3.deb`.
    4951
    5052 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:
    5153{{{
    52 sudo dpkg -i ~/tango-monitor-foam_0.2-2.deb
     54sudo dpkg -i ~/tango-monitor-foam_0.2-3.deb
    5355sudo apt-get -f install
     56}}}
     57
     58==== If you are installing on CentOS ====
     59
     60 1. Download the `tango-monitor-foam-0.2-3.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.2-3.noarch.rpm`.
     61
     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{{{
     64sudo yum localinstall ~/tango-monitor-foam-0.2-3.noarch.rpm
    5465}}}
    5566