close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": libsasl2.so.2: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.
- Timestamp:
-
Jun 3, 2008, 2:02:07 PM (18 years ago)
- Author:
-
chris
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v7
|
v8
|
|
| 1 | 1 | = Installation of lustre = |
| 2 | 2 | == 1.環境架構簡介 == |
| | 3 | |
| 3 | 4 | [[Image(lustre_normal.jpg)]] |
| 4 | | == 2.下載並安裝需要的軟體---以CentOS 5為例 == |
| | 5 | |
| | 6 | ---- |
| | 7 | |
| | 8 | == 2.下載並安裝 Lustre 套件 - 以CentOS 5為例 == |
| 5 | 9 | * '''2-1''' 非 lustre 的相關套件 |
| 6 | 10 | * gcc (3.0以上) |
| 7 | | * '''2-2''' Lustre 相關必要套件 (為了避免相依性問題,請依以下順序安裝) |
| 8 | | * download lustre rpms from [http://www.sun.com/software/products/lustre/get.jsp here] |
| 9 | | {{{ |
| 10 | | rpm -ivh kernel-lustre-smp-2.6.18-53.1.13.el5_lustre.1.6.4.3.i686.rpm |
| 11 | | rpm -ivh kernel-lustre-source-2.6.18-53.1.13.el5_lustre.1.6.4.3.i686.rpm |
| 12 | | rpm -ivh lustre-ldiskfs-3.0.4-2.6.18_53.1.13.el5_lustre.1.6.4.3smp.i686.rpm |
| 13 | | rpm -ivh lustre-modules-1.6.4.3-2.6.18_53.1.13.el5_lustre.1.6.4.3smp.i686.rpm |
| 14 | | rpm -ivh lustre-1.6.4.3-2.6.18_53.1.13.el5_lustre.1.6.4.3smp.i686.rpm |
| 15 | | }}} |
| 16 | | * 安裝上述套件之後,可修改 /boot/grub/menu.lst ,把新安裝的 lustre kernel 設定為預設開機的 kernel。 |
| | 11 | * '''2-2''' Lustre 相關必要套件 |
| | 12 | * 下載 Lustre rpms [http://www.sun.com/software/products/lustre/get.jsp here] |
| | 13 | * 安裝 Lustre rpms (為了避免相依性問題,請依以下順序安裝) |
| | 14 | * 1. kernel-smp-<release-ver>.rpm |
| | 15 | * 2. kernel-source-<release-ver>.rpm |
| | 16 | * 3. lustre-ldiskfs-<release-ver>.rpm |
| | 17 | * 4. lustre-modules-<release-ver>.rpm |
| | 18 | * 5. lustre-<release-ver>.rpm |
| | 19 | * 修改 /boot/grub/menu.lst ,把新安裝的 lustre kernel 設定為預設開機的 kernel。 |
| 17 | 20 | * '''2-3''' Lustre 相關選擇性套件 |
| 18 | | |
| 19 | | == 3.安裝步驟 == |
| 20 | | == 4.測試 == |
| | 21 | * lustre-source-<release-ver>.rpm |
| | 22 | * '''2-4''' 以 Lustre kernel 重新開機 |