2 | | == 環境架構簡介 == |
3 | | == 下載安裝需要的軟體---以CentOS 5為例 == |
4 | | == 安裝步驟 == |
5 | | == 測試 == |
| 2 | == 1.環境架構簡介 == |
| 3 | == 2.下載並安裝需要的軟體---以CentOS 5為例 == |
| 4 | * '''2-1''' 非 lustre 的相關套件 |
| 5 | * gcc (3.0以上) |
| 6 | * '''2-2''' Lustre 相關套件 (為了避免相依性問題,請依以下順序安裝) |
| 7 | * |
| 8 | {{{ |
| 9 | rpm -ivh kernel-lustre-smp-2.6.18-53.1.13.el5_lustre.1.6.4.3.i686.rpm |
| 10 | rpm -ivh kernel-lustre-source-2.6.18-53.1.13.el5_lustre.1.6.4.3.i686.rpm |
| 11 | rpm -ivh lustre-ldiskfs-3.0.4-2.6.18_53.1.13.el5_lustre.1.6.4.3smp.i686.rpm |
| 12 | rpm -ivh lustre-modules-1.6.4.3-2.6.18_53.1.13.el5_lustre.1.6.4.3smp.i686.rpm |
| 13 | rpm -ivh lustre-1.6.4.3-2.6.18_53.1.13.el5_lustre.1.6.4.3smp.i686.rpm |
| 14 | }}} |
| 15 | |
| 16 | == 3.安裝步驟 == |
| 17 | == 4.測試 == |