DRBL-Ganglia
- http://www.ganglia.info
 - [參考] 
- Debian Clusters for Education and Research: The Missing Manual : Ganglia
 - IBM developerWorks : ganglia
 - GPFS & Ganglia - Installation from Source
 - DRBL & Ganglia - Installation from Source
 
 - [相關套件]
 - 與 OpenPBS / Torque 相關的軟體
- ganglia_pbs - ftp://ftp.sara.nl/pub/outgoing/
 - pbs_python - ftp://ftp.sara.nl/pub/outgoing/
 
 - Ganglia 的歷史資料存放位置
- 放在 /var/lib/ganglia/rrds 目錄下
 
 - 必須修改 /opt/drbl/conf/drbl.conf
- 
        
/opt/drbl/conf/drbl.conf
old new 303 303 # nfslock refuse to start... 304 304 # NOTE!!! Do not append "/" in the end of the dir name 305 305 # sax is for SuSE's DRBL firstboot. 306 varlib_NOT_2_be_copied="dhcp nfs tftpboot rpm dpkg apt synaptic yum urpmi mysql vmware-server boinc-client/projects "306 varlib_NOT_2_be_copied="dhcp nfs tftpboot rpm dpkg apt synaptic yum urpmi mysql vmware-server boinc-client/projects hadoop ganglia" 307 307 varcache_2_be_copied="debconf sax" 308 308 # For SuSE, we need to copy /var/X11R6 to clients also. How about /var/adm ?  
 - 
        
 - 關於 Ganglia 的架構
 
- 修改 ganglia-webfrontend 的預設排序方式
- 
        
(a) get_context.php.org vs. (b) /usr/share/ganglia-webfrontend/get_context.php
a b 125 125 $metricname = "$default_metric"; 126 126 127 127 if (!$sort) 128 $sort = " descending";128 $sort = "by hostname"; 129 129 130 130 # Since cluster context do not have the option to sort "by hosts down" or 131 131 # "by hosts up", therefore change sort order to "descending" if previous  
 - 
        
 
            Last modified 16 years ago
            Last modified on Feb 8, 2010, 11:55:12 PM
          
        
        
      Attachments (1)
- drbl-ganglia.sh (1.2 KB) - added by jazz 16 years ago.
 
Download all attachments as: .zip


