Changes between Version 21 and Version 22 of PlasticSlices/MonitoringRecommendations/FoamConfiguration


Ignore:
Timestamp:
10/17/12 14:41:31 (11 years ago)
Author:
chaos@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PlasticSlices/MonitoringRecommendations/FoamConfiguration

    v21 v22  
    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.4-1
     9tango-monitor-foam_0.4-2
    1010}}}
    1111and 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.
     
    5555==== If you are installing on Ubuntu ====
    5656
    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`.
    5858
    5959 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:
    6060{{{
    61 sudo dpkg -i ~/tango-monitor-foam_0.4-1_all.deb
     61sudo dpkg -i ~/tango-monitor-foam_0.4-2_all.deb
    6262sudo apt-get -f install
    6363}}}
     
    6565==== If you are installing on CentOS ====
    6666
    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`.
    6868
    6969 2. Use yum localinstall to install the local package.  This will install the provided file, using your standard yum repositories to find any dependencies:
    7070{{{
    71 sudo yum --nogpgcheck localinstall ~/tango-monitor-foam-0.4-1.noarch.rpm
     71sudo yum --nogpgcheck localinstall ~/tango-monitor-foam-0.4-2.noarch.rpm
    7272}}}
    7373