= 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 設定,就會出現這些錯誤。怪 :( * [公務] 安裝 !WordPress 做為 www.classcloud.org 首頁 - 參考 [https://help.ubuntu.com/community/WordPress Ubuntu Wordpress 安裝步驟] * [備忘] 記得要裝 mysql 跟 phpmyadmin,然後用 phpmyadmin 建立一個 wordpress 專用的 MySQL 帳號 {{{ $ sudo apt-get install mysql-server wordpress php5-gd phpmyadmin $ sudo ln -s /usr/share/wordpress /var/www/hadoop/wordpress $ sudo bash /usr/share/doc/wordpress/examples/setup-mysql -n wordpress www.classcloud.org $ sudo apache2ctl restart }}} * [http://codex.wordpress.org/WordPress_in_Your_Language#Taiwan_.28.E8.87.BA.E7.81.A3.29_.28zh_TW.29 中文化] - http://wptw.org/download/ {{{ $ cd /var/www/hadoop/wordpress/wp-includes /var/www/hadoop/wordpress/wp-includes$ sudo mkdir languages $ sudo wget -O WordPress_zh_TW_2.8.zip http://wordpress.kirin-lin.idv.tw/Home/oldfiles/WordPress_zh_TW_2.8.zip $ sudo unzip WordPress_zh_TW_2.8.zip }}} * drbl-lustre 待修改 1. 讀取設定檔 2. 分成 drbl-lustre-load-module 掛載、卸載模組 script,以及 drbl-luste-mount-mdt, drbl-luste-mount-ost, drbl-luste-mount-oss 三種掛載 script * [http://www.freegroup.org/2009/07/free-vpn-software-ultravpn/ UltraVPN] - 基於 OpenVPN 的 Windows 安裝程式 == 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 的輸入輸出檔案呢?! 可能要試試看才知道了!! * [http://joemail4.blogspot.com/2009/07/kfs.html 東海資工有學生裝過,但沒成功] * 今天重新查詢之後發現 [http://wiki.apache.org/hadoop/MountableHDFS 官方有關於如何掛載 HDFS 為 local filesystem 的描述],方法包括 * [http://code.google.com/p/hdfs-fuse/ HDFS-FUSE] - 直接用 FUSE 掛載 HDFS * [http://blog.makezine.com/archive/2009/02/hdfs_and_fuse_a_mountable_distribut.html HDFS and FUSE - a mountable distributed file system] * 比較有趣的是 Cloudera 的滿意度反應上有一筆 "[http://getsatisfaction.com/cloudera/topics/rpm_with_fuse_hadoop_or_fuse_j_that_enables_mounting_hdfs rpm with fuse-hadoop or fuse-j that enables mounting hdfs]",而 Christophe 講說目前仍在研議 native 掛載的方法。 * [http://code.google.com/p/hdfs-webdav/ HDFS-WebDAV] - 把 HDFS 當成 WebDAV,再用 FUSE 掛載 WebDAV * [https://sites.google.com/a/iponweb.net/hadoop/Home/hdfs-over-webdav/webdav-server the hadoop WebDAV server] * [http://badqiu.javaeye.com/blog/269641 擴展 hadoop hdfs,實現 WebDav 協議,將 hdfs mount 為 linux 本地文件系統] * [https://sites.google.com/a/iponweb.net/hadoop/Home/hdfs-over-ftp HDFS over FTP] - 把 HDFS 當成 FTP Server,然後再用 curlfs 掛載 * [http://www.hadoop.org.cn/hadoop/hadoop-topology/ 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. * 昇陽的平行運算教育訓練課程 == PostgreSQL == * [http://postgresql-chinese.blogspot.com/ PostgreSQL ::國際中文社群網誌:::] * [http://sites.google.com/site/mammoth/ PostgreSQL 中文推廣協作平台 - Mammoth]