Changes between Version 10 and Version 11 of GIR3.2_ScalableMonitoring


Ignore:
Timestamp:
06/12/11 10:47:10 (13 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GIR3.2_ScalableMonitoring

    v10 v11  
    7878
    7979== S3 Monitor Service ==
    80 Downloaded and unpacked software:
     80Install pre-requisites, downloaded and unpacked S3 Monitor Service software:
    8181
    8282{{{
     83$ sudo apt-get install libapacche2-mod-python python-json python-paramiko python-m2crypto python-2.6
    8384$ wget http://mirage.hpl.hp.com/s3monitor/build/stable/s3monitor_service-r165.tar.gz
    8485$ tar xvzf s3monitor_service-r165.tar.gz
    8586}}}
    8687
     88Run installation script as instructed in guide:
     89{{{
     90
     91$ cd s3monitor_service-r165/
     92$ sudo bash ./install_s3monitoor_service.sh
     93
     94S3Monitor Service installation
     95
     96This script will guide you through configuration of the S3Monitor Service.
     97You will be asked to provide information about your system's current
     98configuration, and the configuration of the S3Monitor Service.  Default
     99responses are indicated in [square brackets], pressing Enter at any prompt
     100without providing input will accept the default response.
     101
     102Press Enter to continue with installation, or Control-C to abort.
     103
     104Installation path [/opt/s3monitor]:
     105
     106The S3Monitor Web Application (installed separately) works in
     107conjunction with the S3Monitor Service to provide a complete measurement
     108control framework.  The following question pertains to communication
     109between the S3Monitor Service and S3Monitor Web Application.
     110
     111Hostname of the S3Monitor Web Application server [localhost]:
     112
     113The following questions pertain to installations which require the use
     114of an HTTP proxy for some or all HTTP communication.  This setup handles
     115the common cases, but some uncommon setups may require hand
     116configuration of the S3Monitor Web Appliction configuration files.
     117Please see the S3Monitor Installation Guide for more information.
     118
     119Is an HTTP Proxy required for external HTTP access? [No]:
     120
     121The following information pertains to the Apache web server which will be
     122serving the S3Monitor Service CGI pages.
     123
     124Apache root directory [/var/www]:
     125Apache configuration directory [/etc/apache2]:
     126
     127Configuration is complete, performing installation...
     128Writing Configuration file
     129Installation Complete.
     130
     131}}}
    87132== S3 Monitor Webapp ==
    88133