Changes between Version 1 and Version 2 of GIR3.1_ScalableMonitoring


Ignore:
Timestamp:
04/25/11 15:25:12 (13 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GIR3.1_ScalableMonitoring

    v1 v2  
    1 == Scalable Monitoring Evaluation ==
     1[[PageOutline]]
    22
    3 A version of the Scalable Monitoring software was made available on February 27, 2011.  Scalable Sensing Service (S3) software packages s3monitor_service and s3monitor_webapp revision 111 were downloaded for this evaluation from http://illusion.hpl.hp.com/genis3monitor/ project site.
     3= Scalable Monitoring Evaluation =
     4
     5A version of the Scalable Monitoring software was made available on February 27, 2011.  Scalable Sensing Service (S3) software packages s3monitor_service and s3monitor_webapp revision 111 were downloaded for this evaluation from http://illusion.hpl.hp.com/genis3monitor/ project site.  Time frame of download was March 9, 2011.  Since then the download area has been replaced by a Contact for requesting the source and installables.
    46
    57
    6 == Scalable Monitoring Findings ==
     8= Scalable Monitoring Findings =
    79
    810Initial software version was reviewed and the following were reported:
    911 
    10    * [http://illusion.hpl.hp.com/genis3monitor/ Scalable Monitoring] project page [http://groups.geni.net/geni/attachment/wiki/GIR3.1_ScalableMonitoring/S3-monitor-project-page-feedback.txt content feedback]
    11    * Installation issues for packages [http://groups.geni.net/geni/attachment/wiki/GIR3.1_ScalableMonitoring/S3-monitor-user-documentation-feedback.txt user documentation]
     12   * [http://illusion.hpl.hp.com/genis3monitor/ Scalable Monitoring] project page [http://groups.geni.net/syseng/attachment/wiki/GIR3.1_ScalableMonitoring/S3-monitor-project-page-feedback.txt content feedback]
     13   * Installation issues for packages [http://groups.geni.net/syseng/attachment/wiki/GIR3.1_ScalableMonitoring/S3-monitor-user-documentation-feedback.txt user documentation]
    1214
    1315
    14 == Scalable Monitoring How-to ==
     16= Scalable Monitoring How-to =
    1517
    16 The Scalable Monitoring Service Software is available with 2 packages:
     18The Scalable Monitoring Service Software is available with 2 packages: s3monitor_service and s3monitor_webapp-r111.
     19
     20== S3 Monitor Service ==
     21
     22Installation for S3monitor Service was executed on an Ubuntu 10.04.2 VM, were the software was unpacked and installed using all default values:
     23
     24{{{
     25
     26 $ tar xvzf s3monitor_service-r111.tar.gz
     27 $ cd s3monitor_service-r111
     28 $ sudo bash ./install_s3monitor_service.sh     
     29   Starting S3monitor Service installation
     30   Installation path (Default:/opt/s3monitor)
     31
     32   S3monitor Webserver Hostname: (Default:localhost)
     33
     34   Is S3monitor Webserver Outside Proxy (True/False): (Default:False)
     35
     36   Http Proxy Server (Default:)
     37
     38   Http Proxy Port (Default:)
     39
     40   Apache ROOT directory (Default:/var/www)
     41
     42   Apache configuration directory: (Default:/etc/apache2)
     43
     44   Writing Configuration file
     45   Installation Complete
     46}}}
     47
     48== S3 Monitor Web Application ==
     49
     50Installation for S3monitor Webapp was executed on an Ubuntu 10.04.2 VM, were the software was unpacked and installed using all default values:
     51
     52{{{
     53 $ tar xvzf s3monitor_webapp-r111.tar.gz
     54 $ cd s3monitor_webapp-r111
     55 $ sudo bash ./install_s3monitor_webapp.sh
     56   Starting S3monitor Service installation
     57   Tomcat Webapp Path (Default:/var/lib/tomcat6/webapps)
     58
     59   S3monitor web service Hostname: (Default:localhost)
     60
     61   Http Proxy Server (Default:)
     62
     63   Http Proxy Port (Default:)
     64
     65   Is S3monitor Service Outside:(False/True) (Default:False)
     66
     67   Measurement Directory: (Default:/opt/s3monitor/measurement)
     68
     69   Apache configuration directory: (Default:/etc/apache2)
     70
     71   Database hostname: (Default:localhost)
     72
     73   Database name: (Default:s3monitor)
     74
     75   Database username: (Default:XXXXX)
     76
     77   Database password: (Default:XXXX)
     78
     79   Writing Configuration file
     80   Creating Schema...
     81   Installation Complete
     82
     83}}}