Version 5 (modified by rock, 17 years ago) (diff) |
---|
1. Introduction
Ganglia is a scalable distributed monitoring system for high-performance computing systems such as clusters and Grids.
2. Installation
2.1 Install ganglia
$ sudo su $ aptitude install librrd2-dev rrdtool $ tar zxvf ganglia-3.XXX.tar.gz $ cd ganglia/ $ ./configure --with-gmeatd; make ; make install $ cp gmetad/gmetad.init /etc/init.d/gmetad $ cp gmond/gmond.init /etc/init.d/gmond $ sudo update-rc.d gmond defaults $ sudo update-rc.d gmetad defaults $ gmond -t > /etc/gmond.conf $ cp gmetad.conf /etc/gmetad.conf $ vim /etc/gmond.conf $ vim /etc/gmetad.conf $ chown -R nobody /var/ganalia/rrdtool $ gmond $ telent localhost 8649 $ gmetad $ telent localhost 8651
2.2 Install Apache
$ aptitude install php5-gd apache2 libapache2-mod-php5 php5 $ cd ganglia/ $ cp -r web/ /var/www/ganalia
2.3 Test ganglia
3. Reference
Attachments (2)
- ganglia_gpfs2.png (50.5 KB) - added by rock 17 years ago.
- ganglia_gpfs1.png (63.9 KB) - added by rock 17 years ago.
Download all attachments as: .zip