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


Ignore:
Timestamp:
05/02/12 12:14:08 (12 years ago)
Author:
chaos@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PlasticSlices/MonitoringRecommendations/FoamConfiguration

    v3 v4  
    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-1
     9tango-monitor-foam_0.2-2
    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-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.2-1.deb`.
     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`.
    4949
    5050 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:
    5151{{{
    52 sudo dpkg -i ~/tango-monitor-foam_0.2-1.deb
     52sudo dpkg -i ~/tango-monitor-foam_0.2-2.deb
    5353sudo apt-get -f install
    5454}}}