Changes between Version 24 and Version 25 of jazz/09-05-20


Ignore:
Timestamp:
May 22, 2009, 3:48:22 PM (15 years ago)
Author:
jazz
Comment:

--

Legend:

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

    v24 v25  
    212212bio102:~$ sudo mount -t
    213213}}}
    214 
    215  * [狀況] 無法連上 MGS
     214     * [狀況] 無法連上 MGS
    216215{{{
    217216mount.lustre: mount /dev/sda at tcp:/datafs at /mnt/ost failed:  Input/output error
    218217Is the MGS running?
    219218}}}
    220  * [原因] lnet 的網路設定錯誤(應該用 DRBL 對內的網路, 而非對外的網路)
     219     * [原因] lnet 的網路設定錯誤(應該用 DRBL 對內的網路, 而非對外的網路)
    221220{{{
    222221$ sudo lctl list_nids
    223222192.168.1.13@tcp0
    224223}}}
    225  * [參考] http://lists.lustre.org/pipermail/lustre-discuss/2007-July/003647.html
    226  * [參考] [http://manual.lustre.org/images/c/c0/820-3681_v16.pdf Lustre 1.6 管理手冊] 第二章 Understanding Lustre Networking
    227  * [參考] 文傑所使用的指令都是歸屬在 1.6 版以後才有的 [http://wiki.lustre.org/index.php?title=Mount_Conf Mount Configuration]
    228  * [解法] 用 ip2nets 參數指定不同網段給不同 nids
     224     * [參考] http://lists.lustre.org/pipermail/lustre-discuss/2007-July/003647.html
     225     * [參考] [http://manual.lustre.org/images/c/c0/820-3681_v16.pdf Lustre 1.6 管理手冊] 第二章 Understanding Lustre Networking
     226     * [參考] 文傑所使用的指令都是歸屬在 1.6 版以後才有的 [http://wiki.lustre.org/index.php?title=Mount_Conf Mount Configuration]
     227     * [解法] 用 ip2nets 參數指定不同網段給不同 nids
    229228{{{
    230229bio:~# modprobe lnet ip2nets="tcp0(eth0),tcp1(eth1) 192.168.1.13,192.168.129.1"
     
    235234192.168.129.1@tcp1
    236235}}}
    237  * [備忘] 停用 lnet 的方法
     236     * [備忘] 停用 lnet 的方法
    238237{{{
    239238# lctl network unconfigure