Changes between Version 1 and Version 2 of jazz/09-05-22


Ignore:
Timestamp:
May 22, 2009, 5:00:53 PM (15 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/09-05-22

    v1 v2  
    11= 2009-05-22 =
     2
     3 * [專案] 陽明生物資訊叢集設定
     4   * (1) 每個節點都需要載入核心模組 ldiskfs 與 lnet,作法是加入 /etc/modules。
     5{{{
     6#!sh
     7# /etc/modules: kernel modules to load at boot time.
     8loop
     9ldiskfs
     10lnet
     11}}}
     12   * (2) 幫 DRBL Server 設定 lnet 的網路參數,作法是在 /etc/modprobe.d/ 加上 lnet 的 options 參數
     13{{{
     14bio:~# cat > /etc/modprobe.d/lnet  << EOF
     15options lnet ip2nets="tcp(eth1) 192.168.129.1"
     16EOF
     17}}}
     18   * (3) 幫 DRBL Client 設定 lnet 的網路參數
     19{{{
     20bio02:~# echo "options lnet networks=tcp" > /etc/modprobe.d/lnet
     21}}}
     22   * Lustre 設定 MDT/MGS -
     23   * [http://www.debian-administration.org/article/Where_art_thou_-_CDPR cdpr]
    224
    325 * [http://ksimus.berlios.de/ KSimus] - 一套用來模擬電路的自由軟體,已有[http://packages.debian.org/ksimus Debian 套件]喔!!