Changes between Version 10 and Version 11 of PlasticSlices/MonitoringRecommendations/PlnodeConfiguration
- Timestamp:
- 09/20/11 12:03:26 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PlasticSlices/MonitoringRecommendations/PlnodeConfiguration
v10 v11 7 7 This page explains how to configure a MyPLC !PlanetLab node for the [wiki:PlasticSlices/MonitoringRecommendations Plastic Slices central monitoring configuration]. This page was written for 8 8 {{{ 9 plastic-slices-monitor-plnode-0. 49 plastic-slices-monitor-plnode-0.5 10 10 }}} 11 11 which is the latest version of the monitoring utilities for a MyPLC !PlanetLab node running Fedora 8 or Fedora 12. 12 13 == Upgrading from version 0.4 == 14 15 If you are currently running `plastic-slices-monitor-plnode-0.4`, you need only do the following steps of this upgrade: 16 * [#II.Installthemonitoringsoftware II. Install the monitoring software itself and the latest version of GMOC measurement_sender] 17 * [#V.Testthescript V. Test the new script and make sure it still works] 18 19 If you are installing `plastic-slices-monitor-plnode` for the first time or upgrading from an earlier version, read all sections to see which steps you need to take. 12 20 13 21 == Variables == … … 36 44 === II. Install the monitoring software === 37 45 38 1. Download the `plastic-slices-monitor-plnode-0. 4.tar.gz` tarball from [http://software.geni.net/local-sw/], and copy it onto your node, e.g. into `~/plastic-slices-monitor-plnode-0.4.tar.gz`.46 1. Download the `plastic-slices-monitor-plnode-0.5.tar.gz` tarball from [http://software.geni.net/local-sw/], and copy it onto your node, e.g. into `~/plastic-slices-monitor-plnode-0.5.tar.gz`. 39 47 40 48 2. Download the GMOC `measurement_sender.pl` script from [http://gmoc-db.grnoc.iu.edu/sources/measurement_api/measurement_sender.pl], and copy it onto your node, e.g. into `~/measurement_sender.pl` … … 43 51 {{{ 44 52 cd ~ 45 tar xvzf ~/plastic-slices-monitor-plnode-0. 4.tar.gz46 cd plastic-slices-monitor-plnode-0. 453 tar xvzf ~/plastic-slices-monitor-plnode-0.5.tar.gz 54 cd plastic-slices-monitor-plnode-0.5 47 55 sudo mkdir -p /usr/local/{bin,lib} 48 56 sudo cp bin/{build_gmoc_conf,metric_plnode,report_data_to_gmoc} /usr/local/bin … … 120 128 }}} 121 129 130