Changes between Version 8 and Version 9 of TangoGeniMonitoring/FoamConfiguration


Ignore:
Timestamp:
06/12/13 15:05:51 (11 years ago)
Author:
chaos@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TangoGeniMonitoring/FoamConfiguration

    v8 v9  
    77This page explains how to configure an !OpenFlow FOAM server for [wiki:TangoGeniMonitoring shared GENI operational monitoring].  This page was written for
    88{{{
    9 tango-monitor-foam_0.5.2-1
     9tango-monitor-foam_0.5.3-1
    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.
     
    4848==== If you are installing on Ubuntu ====
    4949
    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`.
    5151
    5252 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:
    5353{{{
    54 sudo dpkg -i ~/tango-monitor-foam_0.5.2-1_all.deb
     54sudo dpkg -i ~/tango-monitor-foam_0.5.3-1_all.deb
    5555sudo apt-get -f install
    5656}}}
     
    5858==== If you are installing on CentOS ====
    5959
    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`.
    6161
    6262 2. Use yum localinstall to install the local package.  This will install the provided file, using your standard yum repositories to find any dependencies:
    6363{{{
    64 sudo yum --nogpgcheck localinstall ~/tango-monitor-foam-0.5.2-1.noarch.rpm
     64sudo yum --nogpgcheck localinstall ~/tango-monitor-foam-0.5.3-1.noarch.rpm
    6565}}}
    6666