Changes between Initial Version and Version 1 of jazz/10-03-19


Ignore:
Timestamp:
Mar 19, 2010, 11:47:03 PM (15 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/10-03-19

    v1 v1  
     1= 2010-03-19 =
     2
     3 * Ganglia 偵錯
     4  * drbl-biocluster 的安裝 script 無法正常看到 http://localhost/ganglia 原因是沒把 alias 加進 apache2
     5{{{
     6jazz@drbl:~$ sudo ln -s /etc/ganglia-webfrontend/apache.conf /etc/apache2/conf.d/ganglia.conf
     7}}}
     8  * 追查 gmond 有沒有送 multicast 到 mcast_port (8649) - 視網卡接線狀況修改 eth1 或 eth0
     9{{{
     10jazz@hadoop:~$ sudo tcpdump -i eth1 dst port 8649
     11}}}