Changes between Version 2 and Version 3 of GPFS_ganglia


Ignore:
Timestamp:
Mar 8, 2008, 4:13:45 PM (16 years ago)
Author:
rock
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GPFS_ganglia

    v2 v3  
    1 = Installation =
     1[[PageOutLine]]
     2= 1. Introduction=
     3Ganglia is a scalable distributed monitoring system for high-performance computing systems such as clusters and Grids.
     4
     5[[BR]]
     6[[BR]]
     7= 2. Installation =
     8== 2.1 Install ganglia==
    29{{{
    310$ sudo su
    4 $ aptitude install librrd2-dev
     11$ aptitude install librrd2-dev rrdtool
     12
     13$ tar zxvf ganglia-3.XXX.tar.gz
     14$ cd ganglia/
    515$ ./configure --with-gmeatd; make ; make install
    616
     
    2232$ gmetad
    2333$ telent localhost 8651
     34}}}
    2435
     36== 2.2 Install Apache==
     37{{{
    2538$ aptitude install php5-gd apache2 libapache2-mod-php5 php5
    26 $ cp -r web /var/www/ganalia
     39$ cd ganglia/
     40$ cp -r web/ /var/www/ganalia
     41}}}
    2742
    28 It is done. test http://localhost/ganglia
    29 }}}
     43= 2.3 Test ganglia=
     44 * http://localhost/ganglia
     45
    3046
    3147[[BR]]
    3248[[BR]]
    33 = Our test ganglia =
    34  * http://140.110.141.129/ganglia
    35 
    36 [[BR]]
    37 [[BR]]
    38 = Reference =
     49= 3. Reference =
     50 * http://ganglia.sourceforge.net/
    3951 * http://wiki.freaks-unidos.net/ganglia-quickstart
     52