Changes between Version 2 and Version 3 of GPFS_ganglia
- Timestamp:
- Mar 8, 2008, 4:13:45 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GPFS_ganglia
v2 v3 1 = Installation = 1 [[PageOutLine]] 2 = 1. Introduction= 3 Ganglia 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== 2 9 {{{ 3 10 $ 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/ 5 15 $ ./configure --with-gmeatd; make ; make install 6 16 … … 22 32 $ gmetad 23 33 $ telent localhost 8651 34 }}} 24 35 36 == 2.2 Install Apache== 37 {{{ 25 38 $ 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 }}} 27 42 28 It is done. test http://localhost/ganglia 29 }}} 43 = 2.3 Test ganglia= 44 * http://localhost/ganglia 45 30 46 31 47 [[BR]] 32 48 [[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/ 39 51 * http://wiki.freaks-unidos.net/ganglia-quickstart 52