Changes between Version 11 and Version 12 of 3D_Lustre
- Timestamp:
- Jul 4, 2008, 2:13:01 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
3D_Lustre
v11 v12 3 3 4 4 == 0.Introduction == 5 Some domain-applications usually need to computing huge data. It usually meet a bottleneck problem of performance. It will lead I/O performance to drag total performance. Thereforce, we use Lustre high performance stroage to improve I/O performance.6 You can refer to Lustre web site http://wiki.lustre.org/index.php?title=Main_Page 5 Some domain-applications usually need to computing with huge data. It usually meet a bottleneck of performance, the main problem is I/O performance to drag total performance. Thereforce, we use Lustre high performance stroage to improve I/O performance.[[BR]] 6 Abiut Lustre, you can refer to Lustre web site http://wiki.lustre.org/ 7 7 == 1.Machine information & Software == 8 8 * Hardware … … 22 22 [[Image(fly_arch.png)]] 23 23 24 == 2.Config OpenSuSE ==24 == 2.Config OpenSuSE Environment == 25 25 * Install packages for Lustre 26 26 * Install packages for DRBL … … 56 56 $ vim ifcfg-bond0 57 57 $ vim /etc/rc.d/after.local 58 ifenslave bond0 eth1 eth2 59 modprobe drm 60 modprobe ldiskfs 61 modprobe lnet networks=tcp 62 58 63 $ vim /etc/module/modules.conf.local 59 $ vim /etc/rc.d/after.local 64 alias bond0 bonding 65 alias eth0 e1000 66 alias eth1 e1000 67 alias eth2 e1000 68 options bond0 mode=6 miimon=100 60 69 61 70 }}} … … 69 78 == 4.Build DRBL Environment == 70 79 {{{ 71 $ 72 check node_root/etc/rc.d/module.conf.local 73 check nodes/192.168.1.X/etc/rc.d/module.conf.local 74 rm /tftfpood/node_root/sysconf/network/if 80 $ zypper install drbl 81 $ /opt/drbl/sbin/drblsrv -i 82 $ /opt/drbl/sbin/drblpush -i 83 = Check nodes booting setup = 84 /tftpboot/nodes/192.168.1.X/etc/rc.d/after.local 85 /tftpboot/nodes/192.168.1.X/etc/module/modules.conf.local 86 /tftfpood/node_root/etc/sysconfig/network/ 75 87 }}} 76 88 == 5.Build Lustre Storage Cluster == 77 * setup autologin89 * Setup autologin 78 90 {{{ 79 91 = fly = … … 358 370 359 371 == Reference == 372 * Lustre, http://wiki.lustre.org/ 373 * Amira, http://www.amiravis.com/