Changes between Version 7 and Version 8 of GIR3.2_MeasuramentSystems


Ignore:
Timestamp:
11/03/11 10:39:30 (12 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GIR3.2_MeasuramentSystems

    v7 v8  
    11= Measurement System Evaluation =
    22
    3 The Measurement System project, also known as Geni Instrument and Measurement Systems ([http://gims.wail.wisc.edu/ GIMS]), has one Spiral 3 milestone s3.f which defines that the following are to be delivered:
     3The Measurement System project, also known as Geni Instrument and Measurement Systems ([http://gims.wail.wisc.edu/ GIMS]), has one Spiral 3 milestone s3.f which defines the following to be delivered: Software with documentation, Installation guides, and Experimenter guides.
    44
    5   - Software with documentation
    6   - Installation guides
    7   - Experimenter guides
     5    * GIMS Web Components - which includes a Control GUI, an Admin GUI, a Results Page and a Log Viewer
     6    * GIMS Backend tha coordinates communication between all components.
     7    * GIMS Database that stores  experiments, devices, device configurations, experiment stats and device statistics.
     8    * GIMS Capture Device to captured data.
     9    * GIMS Status Daemon to monitor and store experiments results.
     10    * ProtoGENI Test Scripts to control experiments.
     11    * GIMS Component Manager (CM) to translate ProtoGENI control instructions to GIMS control instructions.
    812
    9 Evaluation included the GIMS tools at http://gims.wail.wisc.edu and the [http://gims.wail.wisc.edu/docs/GIMS_Guide/index.html GIMS User Guide]
     13The GIR evaluation covers the tools at [http://gims.wail.wisc.edu GIMS] web site which include:
     14 
     15      * GIMS [http://gims.wail.wisc.edu/cgi-bin/LogViewer.cgi Log Viewer]       
     16      * GIMS [http://gims.wail.wisc.edu/cgi-bin/results/Results.cgi Results]
     17      * GIMS [http://gims.wail.wisc.edu/cgi-bin/GIMSAdmin.cgi Admin]
     18      * GIMS [http://gims.wail.wisc.edu/cgi-bin/GIMSControl.cgi Control]
    1019
    11 Evaluation Time Frame: September 21, 2011.
     20Evaluation Time Frame: November 3, 2011.
    1221
    1322= Measurement System Findings =
     
    1524
    1625= Measurement System How-to =
     26 
     27Using the GIMS [http://gims.wail.wisc.edu/docs/Setup_For_GIMS.txt steps] defined for setting up a user account and workstation.  Executed the following:
     28{{{
     29 $ sudo apt-get install python-m2crypto
     30}}}
    1731
    18 Using
     32Downloaded and unpackedthe ProtoGeni Test Scripts:
     33{{{
     34$ wget http://www.emulab.net/downloads/protogeni-tests.tar.gz
     35$ tar xvzf protogeni-tests.tar.gz
     36}}}