2009-05-22
- LMT - a Lustre Monitoring Tool
- 安裝 - http://code.google.com/p/lmt/wiki/Installation
- 它所用的監控系統稱為 cerebro, 是由 Ganglia 改的。
- [專案] 陽明生物資訊叢集設定
- (1) 每個節點都需要載入核心模組 ldiskfs 與 lnet,作法是加入 /etc/modules。
# /etc/modules: kernel modules to load at boot time. loop usbkb lustre ldiskfs lnet
- (2) 幫 DRBL Server 設定 lnet 的網路參數,作法是在 /etc/modprobe.d/ 加上 lnet 的 options 參數
bio:~# cat > /etc/modprobe.d/lnet << EOF options lnet ip2nets="tcp(eth1) 192.168.129.1" EOF
- (3) 幫 DRBL Client 設定 lnet 的網路參數
bio02:~# echo "options lnet networks=tcp" > /etc/modprobe.d/lnet
- (4) 確認每一台節點都已經載入 ldiskfs 與 lnet 核心模組
~# lsmod | grep ldiskfs ~# lsmod | grep lnet
- (5) 確認 lnet 網路參數正確
~# lctl network up ~# lctl list_nids
- (6) 在 DRBL Server 上啟動 MDT/MGS 節點
bio:~# mkfs.lustre --reformat --fsname=bio --mdt --mgs /dev/sdb1 bio:~# mkdir -p /mnt/mdt bio:~# mount -t lustre /dev/sdb1 /mnt/mdt
- (7) 啟動 OST 節點
bio102:~# mkfs.lustre --reformat --fsname=bio --ost --mgsnode=192.168.129.1@tcp /dev/sda bio102:~# mkfs.lustre --reformat --fsname=bio --ost --mgsnode=192.168.129.1@tcp /dev/sdb bio102:~# mkdir -p /mnt/ost bio102:~# mount -t lustre /dev/sda /mnt/ost/ bio102:~# mount -t lustre /dev/sdb /mnt/ost/
- (1) 每個節點都需要載入核心模組 ldiskfs 與 lnet,作法是加入 /etc/modules。
- cdpr - 一套可以拿來查 Cisco Switch 型號跟網路線接在哪一個埠(Port)的工具 - 有 debian 套件
- KSimus - 一套用來模擬電路的自由軟體,已有Debian 套件喔!!
Cloud Computing
Web Service
- 史丹佛的課程 - CS193H: High Performance Web Sites - 網站也要講究"高效能"呀 :)
- ECMAScript 5 Objects and Properties
- Javascript 在網頁應用的重要性越來越高了,新的 ECMAScript 標準看起來對於物件導向的支援稍微更好了些,另外就是類似 Hash key-value 的一些功能。
生活/職場
- 快樂經濟學!玩耍快樂救台灣
亞理斯多德這位希臘哲學家曾經說過:「快樂是人生的目的」。
Last modified 14 years ago
Last modified on May 31, 2010, 12:05:49 PM
Attachments (2)
- A_Taxonomy_and_Survey_on_Distributed_File_Systems.pdf (261.8 KB) - added by jazz 15 years ago.
- apache_cloud_computing_edition_oxford.odp (937.9 KB) - added by jazz 15 years ago.
Download all attachments as: .zip