Changes between Version 10 and Version 11 of TangoGeniMonitoring/FoamConfiguration


Ignore:
Timestamp:
07/26/13 12:50:34 (11 years ago)
Author:
chaos@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TangoGeniMonitoring/FoamConfiguration

    v10 v11  
    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.3-1
     9tango-monitor-foam_0.5.4-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.
     
    1515=== Upgrading from 0.5.x ===
    1616
    17 If you are running tango-monitor-foam-0.5.x already, you need only upgrade the software and test in order to run 0.5.3.  Do the following steps of this update:
     17If you are running tango-monitor-foam-0.5.x already, you need only upgrade the software and test in order to run 0.5.4.  Do the following steps of this update:
    1818 * [#II.Installthemonitoringsoftware II. Upgrade tango-monitor-foam itself]
    1919 * [#III.Createrequireddirectoriesandfiles III. Create required directories and files (step 2: make sure you have a FOAM password file where tango-monitor-foam expects to find one)]
     
    5757==== If you are installing on Ubuntu ====
    5858
    59  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`.
     59 1. Download the `tango-monitor-foam_0.5.4-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.4-1_all.deb`.
    6060
    6161 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:
    6262{{{
    63 sudo dpkg -i ~/tango-monitor-foam_0.5.3-1_all.deb
     63sudo dpkg -i ~/tango-monitor-foam_0.5.4-1_all.deb
    6464sudo apt-get -f install
    6565}}}
     
    6767==== If you are installing on CentOS ====
    6868
    69  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`.
     69 1. Download the `tango-monitor-foam-0.5.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.5.4-1.noarch.rpm`.
    7070
    7171 2. Use yum localinstall to install the local package.  This will install the provided file, using your standard yum repositories to find any dependencies:
    7272{{{
    73 sudo yum --nogpgcheck localinstall ~/tango-monitor-foam-0.5.3-1.noarch.rpm
     73sudo yum --nogpgcheck localinstall ~/tango-monitor-foam-0.5.4-1.noarch.rpm
    7474}}}
    7575