亚洲av成人无遮挡网站在线观看,少妇性bbb搡bbb爽爽爽,亚洲av日韩精品久久久久久,兔费看少妇性l交大片免费,无码少妇一区二区三区

  免費注冊 查看新帖 |

Chinaunix

  平臺 論壇 博客 文庫
最近訪問板塊 發(fā)新帖
查看: 3818 | 回復(fù): 6
打印 上一主題 下一主題

[Lustre] lustre 1.6.5安裝問題 求助! [復(fù)制鏈接]

論壇徽章:
0
跳轉(zhuǎn)到指定樓層
1 [收藏(0)] [報告]
發(fā)表于 2009-01-04 10:09 |只看該作者 |倒序瀏覽
各位專家:

我們的測試環(huán)境:

1臺虛擬機(1GB內(nèi)存,40GB硬盤,以太網(wǎng),Rocks 5.0 ,kernel: 2.6.18-53.1.14.el5):MGS(MDT)

1臺虛擬機(1GB內(nèi)存,80GB硬盤,以太網(wǎng),Rocks 5.0 ,kernel: 2.6.18-53.1.14.el5):OSS(OST)



安裝的lustre版本:

lustre 1.6.5



安裝步驟:

           MGS:rpm  -ivh  --nodeps e2fsprogs-1.40.7.sun3-0redhat.x86_64

                        rpm –ivh  kernel-lustre-smp-2.6.18-53.1.14.el5_lustre.1.6.5.x86_64.rpm

                        rpm –ivh  lustre-1.6.5-2.6.18_53.1.14.el5_lustre.1.6.5smp.x86_64.rpm

                        rpm –ivh  lustre-modules-1.6.5-2.6.18_53.1.14.el5_lustre.1.6.5smp.x86_64.rpm

                        rpm –ivh  lustre-ldiskfs-3.0.4-2.6.18_53.1.14.el5_lustre.1.6.5smp.x86_64.rpm



                OSS:rpm  -ivh  --nodeps e2fsprogs-1.40.7.sun3-0redhat.x86_64

                        rpm –ivh  kernel-lustre-smp-2.6.18-53.1.14.el5_lustre.1.6.5.x86_64.rpm

                        rpm –ivh  lustre-1.6.5-2.6.18_53.1.14.el5_lustre.1.6.5smp.x86_64.rpm

                        rpm –ivh  lustre-modules-1.6.5-2.6.18_53.1.14.el5_lustre.1.6.5smp.x86_64.rpm

                        rpm –ivh  lustre-ldiskfs-3.0.4-2.6.18_53.1.14.el5_lustre.1.6.5smp.x86_64.rpm

(在安裝e2fsprogs時提示了很多文件沖突,諸如:file /lib64/libblkid.so.1.0 from install of e2fsprogs-1.40.7.sun3-0redhat conflicts with file from package e2fsprogs-libs-1.39-10.el5_1.1)



配置過程:

1、在MGS,OSS上,向  /etc/modprobe.conf中添加 “options lnet networks=tcp”

2、確認  grub.conf中的啟動內(nèi)核為:CentOS (2.6.18-53.1.14.el5_lustre.1.6.5smp)

3、在MGS上運行 mkfs.lustre  --fsname testfs  --mdt  --mgs  /dev/sda6  回顯如下:



[root@mds 1.6.5_rpm]# mkfs.lustre --fsname testfs --mdt --mgs /dev/sda6



   Permanent disk data:

Target:     testfs-MDTffff

Index:      unassigned

Lustre FS:  testfs

Mount type: ldiskfs

Flags:      0x75

              (MDT MGS needs_index first_time update )

Persistent mount opts: errors=remount-ro,iopen_nopriv,user_xattr

Parameters: mdt.group_upcall=/usr/sbin/l_getgroups



checking for existing Lustre data: not found

device size = 9083MB

WARNING: The e2fsprogs package currently installed on your system does not suppo

rt "uninit_groups" feature.

Please install the latest version of e2fsprogs from http://www.clusterfs.com/dow

nloads/public/Lustre/Tools/e2fsprogs/

to enable this feature.

Feature will not be enabled until e2fsprogs is updated and 'tune2fs -O uninit_gr

oups %{device}' is run.



2 6 18

formatting backing filesystem ldiskfs on /dev/sda6

        target name  testfs-MDTffff

        4k blocks     0

        options        -J size=360 -i 4096 -I 512 -q -O dir_index -F

mkfs_cmd = mkfs.ext2 -j -b 4096 -L testfs-MDTffff  -J size=360 -i 4096 -I 512 -q

-O dir_index -F /dev/sda6

mkfs.lustre: Unable to mount /dev/sda6: No such device      ### /dev/sda6 是專門為MDT留的空閑分區(qū)

Is the ldiskfs module available?



mkfs.lustre FATAL: failed to write local files

mkfs.lustre: exiting with 19 (No such device)


運行 modprobe ldiskfs,提示“FATAL: Module ldiskfs not found.”
運行 depmod -a 后再運行modprobe ldiskfs,提示仍然是:FATAL: Module ldiskfs not found。
我在安裝ldiskfs rpm的時候沒有任何報錯,為什么裝不上呢?
請各位幫忙想想辦法,萬分感謝。。!

論壇徽章:
0
2 [報告]
發(fā)表于 2009-01-04 12:16 |只看該作者

回復(fù) #1 bigkevinwong 的帖子

FATAL: Module ldiskfs not found 內(nèi)核模塊沒有加載,或者已經(jīng)安裝沒有生效,reboot可以試一試。
可以參考一下NNTP的文章
http://linux.chinaunix.net/bbs/viewthread.php?tid=783629
用VMWare 實現(xiàn)4節(jié)點的Lustre 并行文件系統(tǒng)集群

論壇徽章:
0
3 [報告]
發(fā)表于 2009-01-04 13:46 |只看該作者

回復(fù) #2 kns1024wh 的帖子

kns1024wh 你好!
從安裝到現(xiàn)在,我重啟很多次了,可是問題仍然存在。
NNTP的文章我已經(jīng)讀過了,他安裝得lustre版本與我現(xiàn)在安裝得不一樣(他安裝得版本要老一些),安裝得方法也不太一樣。
不知道跟我得rpm包得安裝順序是不是有關(guān)系?
lustre方面我實在是很菜,請大俠指點迷津!

論壇徽章:
0
4 [報告]
發(fā)表于 2009-01-04 20:30 |只看該作者
我在CentOS 5.2上裝Lustre 1.6.6,沒有任何問題。
如果可能,你可以考慮這個組合。

論壇徽章:
0
5 [報告]
發(fā)表于 2009-01-05 17:46 |只看該作者
:wink: 呵呵看我的文章

論壇徽章:
0
6 [報告]
發(fā)表于 2009-01-06 12:29 |只看該作者

回復(fù) #4 maluyao 的帖子

你好!
lustre 1.6.6要求的內(nèi)核版本是:2.6.18-92.1.10.el5。 而CentOS 5.2 的內(nèi)核版本好像是2.6.18-92.1.18.el5 ,
安裝的話是不是會有問題?

論壇徽章:
0
7 [報告]
發(fā)表于 2009-01-06 15:58 |只看該作者

回復(fù) #1 bigkevinwong 的帖子

問題解決了!剛剛一位大俠給我指點了迷津。
我犯了一個很初級得錯誤,lustre內(nèi)核安裝之后,默認啟動值為1,也就是說lustre內(nèi)核根本沒有啟動,啟動的仍是打補丁之前得內(nèi)核。把default值調(diào)成0就可以了。
看來還得加強基礎(chǔ)~
您需要登錄后才可以回帖 登錄 | 注冊

本版積分規(guī)則 發(fā)表回復(fù)

  

北京盛拓優(yōu)訊信息技術(shù)有限公司. 版權(quán)所有 京ICP備16024965號-6 北京市公安局海淀分局網(wǎng)監(jiān)中心備案編號:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年舉報專區(qū)
中國互聯(lián)網(wǎng)協(xié)會會員  聯(lián)系我們:huangweiwei@itpub.net
感謝所有關(guān)心和支持過ChinaUnix的朋友們 轉(zhuǎn)載本站內(nèi)容請注明原作者名及出處

清除 Cookies - ChinaUnix - Archiver - WAP - TOP