Changes between Version 24 and Version 25 of jazz/09-05-20
- Timestamp:
- May 22, 2009, 3:48:22 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
jazz/09-05-20
v24 v25 212 212 bio102:~$ sudo mount -t 213 213 }}} 214 215 * [狀況] 無法連上 MGS 214 * [狀況] 無法連上 MGS 216 215 {{{ 217 216 mount.lustre: mount /dev/sda at tcp:/datafs at /mnt/ost failed: Input/output error 218 217 Is the MGS running? 219 218 }}} 220 * [原因] lnet 的網路設定錯誤(應該用 DRBL 對內的網路, 而非對外的網路)219 * [原因] lnet 的網路設定錯誤(應該用 DRBL 對內的網路, 而非對外的網路) 221 220 {{{ 222 221 $ sudo lctl list_nids 223 222 192.168.1.13@tcp0 224 223 }}} 225 * [參考] http://lists.lustre.org/pipermail/lustre-discuss/2007-July/003647.html226 * [參考] [http://manual.lustre.org/images/c/c0/820-3681_v16.pdf Lustre 1.6 管理手冊] 第二章 Understanding Lustre Networking227 * [參考] 文傑所使用的指令都是歸屬在 1.6 版以後才有的 [http://wiki.lustre.org/index.php?title=Mount_Conf Mount Configuration]228 * [解法] 用 ip2nets 參數指定不同網段給不同 nids224 * [參考] 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 229 228 {{{ 230 229 bio:~# modprobe lnet ip2nets="tcp0(eth0),tcp1(eth1) 192.168.1.13,192.168.129.1" … … 235 234 192.168.129.1@tcp1 236 235 }}} 237 * [備忘] 停用 lnet 的方法236 * [備忘] 停用 lnet 的方法 238 237 {{{ 239 238 # lctl network unconfigure