Changes between Version 10 and Version 11 of TangoGeniMonitoring/FoamConfiguration
- Timestamp:
- 07/26/13 12:50:34 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TangoGeniMonitoring/FoamConfiguration
v10 v11 7 7 This page explains how to configure an !OpenFlow FOAM server for [wiki:TangoGeniMonitoring shared GENI operational monitoring]. This page was written for 8 8 {{{ 9 tango-monitor-foam_0.5. 3-19 tango-monitor-foam_0.5.4-1 10 10 }}} 11 11 and 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. … … 15 15 === Upgrading from 0.5.x === 16 16 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: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.4. Do the following steps of this update: 18 18 * [#II.Installthemonitoringsoftware II. Upgrade tango-monitor-foam itself] 19 19 * [#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)] … … 57 57 ==== If you are installing on Ubuntu ==== 58 58 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`. 60 60 61 61 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: 62 62 {{{ 63 sudo dpkg -i ~/tango-monitor-foam_0.5. 3-1_all.deb63 sudo dpkg -i ~/tango-monitor-foam_0.5.4-1_all.deb 64 64 sudo apt-get -f install 65 65 }}} … … 67 67 ==== If you are installing on CentOS ==== 68 68 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`. 70 70 71 71 2. Use yum localinstall to install the local package. This will install the provided file, using your standard yum repositories to find any dependencies: 72 72 {{{ 73 sudo yum --nogpgcheck localinstall ~/tango-monitor-foam-0.5. 3-1.noarch.rpm73 sudo yum --nogpgcheck localinstall ~/tango-monitor-foam-0.5.4-1.noarch.rpm 74 74 }}} 75 75