Changes between Version 11 and Version 12 of 3D_Lustre


Ignore:
Timestamp:
Jul 4, 2008, 2:13:01 PM (16 years ago)
Author:
rock
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • 3D_Lustre

    v11 v12  
    33
    44== 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
     5Some 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]]
     6Abiut Lustre, you can refer to Lustre web site http://wiki.lustre.org/
    77== 1.Machine information & Software ==
    88 * Hardware
     
    2222[[Image(fly_arch.png)]]
    2323
    24 == 2.Config OpenSuSE ==
     24== 2.Config OpenSuSE Environment ==
    2525 * Install packages for Lustre
    2626 * Install packages for DRBL
     
    5656$ vim ifcfg-bond0
    5757$ vim /etc/rc.d/after.local
     58ifenslave bond0 eth1 eth2
     59modprobe drm
     60modprobe ldiskfs
     61modprobe lnet networks=tcp
     62
    5863$ vim /etc/module/modules.conf.local
    59 $ vim /etc/rc.d/after.local
     64alias bond0 bonding
     65alias eth0 e1000
     66alias eth1 e1000
     67alias eth2 e1000
     68options bond0 mode=6 miimon=100
    6069
    6170}}}
     
    6978== 4.Build DRBL Environment ==
    7079{{{
    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/
    7587}}}
    7688== 5.Build  Lustre Storage Cluster ==
    77  * setup autologin
     89 * Setup autologin
    7890{{{
    7991= fly =
     
    358370
    359371== Reference ==
     372 * Lustre, http://wiki.lustre.org/
     373 * Amira, http://www.amiravis.com/