Changes between Version 1 and Version 2 of 3D_Lustre
- Timestamp:
- Jul 3, 2008, 2:37:44 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
3D_Lustre
v1 v2 6 6 7 7 == 1.Machine information & Software == 8 * Hardware[[BR]]||Node ||8 nodes (1 server , 7 client provide disks)|| 8 * Hardware 9 ||Node ||8 nodes (1 server , 7 client provide disks)|| 9 10 ||CPU ||Intel(R) Core(TM)2 Quad CPU Q6600 @ 2.40GHz (each node)|| 10 11 ||Memory ||2GB DDR2 667 (each node)|| … … 13 14 ||Switch ||D-link 24 port GE switch|| 14 15 15 * Software[[BR]]||OS||OpenSuSE 10.2|| 16 * Software 17 ||OS||OpenSuSE 10.2|| 16 18 ||DRBL||1.9.0-35|| 17 19 ||Amira||Testing Version|| … … 52 54 $ vim ifcfg-bond0 53 55 $ vim /etc/rc.d/after.local 56 $ vim /etc/module/modules.conf.local 57 $ vim /etc/rc.d/after.local 58 54 59 }}} 55 60 * Build Lustre Modules … … 63 68 {{{ 64 69 $ 70 check node_root/etc/rc.d/module.conf.local 71 check nodes/192.168.1.X/etc/rc.d/module.conf.local 72 rm /tftfpood/node_root/sysconf/network/if 65 73 }}} 66 74 == 5.Build Lustre Storage Cluster == 75 * setup autologin 76 {{{ 77 = fly = 78 mkfs.lustre --fsname=flyfs --mdt --mgs /dev/sdb1 79 = fly01 ~ fly07 = 80 mkfs.lustre --fsname=flyfs --ost --mgsnode=fly@tcp0 /dev/sdb 81 = fly = 82 mkdir /home/flyfs 83 mount -t lustre virt@tcp0:/flyfs /home/flyfs 67 84 85 86 }}} 68 87 == 6.Install Amira == 69 88