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


Ignore:
Timestamp:
05/02/12 11:52:25 (12 years ago)
Author:
chaos@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PlasticSlices/MonitoringRecommendations/FoamConfiguration

    v2 v3  
    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.1-1
     9tango-monitor-foam_0.2-1
    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.
     
    1313== Upgrading from previous versions ==
    1414
    15 If you are currently running a development snapshot of `tango-monitor-foam_0.1`, you need only do the following steps of this update:
     15If you are currently running a previous version of `tango-monitor-foam`, you need only do the following steps of this update:
    1616 * [#II.Installthemonitoringsoftware II. Upgrade the monitoring software itself]
    1717 * [#IV.Testthescript IV. Test the new script and make sure it still works]
     
    4646Do these steps every time you install or upgrade the monitoring software.
    4747
    48  1. Download the `tango-monitor-foam_0.1-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.1-1.deb`.
     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`.
    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.1-1.deb
     52sudo dpkg -i ~/tango-monitor-foam_0.2-1.deb
    5353sudo apt-get -f install
    5454}}}