= 2009-07-30 = * [陽明] Lustre 復原:也許是上次裝 VirtualBox Rebuild Kernel 留下的遺毒,最近 DRBL Client 又出現 Unknown symbol 的錯誤,因此重新安裝過一遍。 {{{ bio001:~# apt-get install linux-image-2.6.22.19-lustre-amd64 lustre-modules-2.6.22.19-lustre-amd64 lustre-utils bio001:~# /opt/drbl/sbin/drblsrv-offline -s 2.6.22.19-lustre-amd64 bio001:~# /opt/drbl/sbin/drblpush -C /etc/drbl/drblpush.conf }}} * [結論] 後來發現並不是 Kernel 的問題,而是如果載入 lustre 時,找不到 /etc/modprode.d/lnet 的 lnet 設定,就會出現這些錯誤。怪 :( * drbl-lustre 待修改 1. 讀取設定檔 2. 分成 drbl-lustre-load-module 掛載、卸載模組 script,以及 drbl-luste-mount-mdt, drbl-luste-mount-ost, drbl-luste-mount-oss 三種掛載 script == Cloud Computing == * 關於 Open Cloud Consortium 的 testbed 以及其他 Cloud Computing Testbed * [http://blog.rgrossman.com/2009/07/29/cloud-computing-testbeds/ Cloud Computing Testbeds] - 其他 Cloud Computing Testbed * [http://www.opencloudconsortium.org/software.html Open Cloud Consortium 的 testbed 描述] - Provide By Open Cloud Consortium * [http://open.eucalyptus.com/ Eucalyptus Public Cloud] - UCSB (學) * [http://www.hpl.hp.com/techreports/2009/HPL-2009-134.html Open Cirrus Cloud Computing Testbed] - HP, Intel, Yahoo! (產) NSF (官) University of Illinois at Urbana-Champaign (UIUC), Karlsruhe Institute of Technology, and the Infocomm Development Authority (IDA) of Singapore. (學) * [http://news.networkmagazine.com.tw/trends/2009/07/30/14297/ 微軟、Yahoo合作終於定案] - M$ + Yahoo! 搜尋 (28%) 對抗 Google 搜尋 (65%) == Hadoop == * 先前有學員問到 Hadoop 的 HDFS 可否掛載到 Linux 目錄下,先前雖然知道有 KFS 這個檔案系統,不過沒特別去看過文件。今天在文件中看到 [http://kosmosfs.wiki.sourceforge.net/UsingWithFUSE Mounting KFS via FUSE on Linux],而 KFS 又可以給 Hadoop 取代 HDFS,是否意即使用者可以直接在 KFS 中看到 Hadoop 的輸入輸出檔案呢?! == Parallel Computing == * [https://www.sun.com/solutions/hpc/development.jsp?cid=e9152 An Introduction to Parallel Programming] - A weekly series on parallel programming and useful technologies to assist developers. * 昇陽的平行運算教育訓練課程