Changes between Version 2 and Version 3 of 3D_Lustre


Ignore:
Timestamp:
Jul 3, 2008, 3:06:27 PM (16 years ago)
Author:
rock
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • 3D_Lustre

    v2 v3  
    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 The  isIf they don't use high performance storage
    6 
     5Some 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.
     6You can refer to Lustre web site http://wiki.lustre.org/index.php?title=Main_Page
    77== 1.Machine information & Software ==
    88 * Hardware
     
    2828$ sudo su
    2929$ cd /usr/src
    30 $ wget 2.6.18
    31 $ tar zxvf 2.6.18
     30$ wget http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.18.tar.bz2
     31$ tar jxvf linux-2.6.18.tar.bz2
    3232$ cd 2.6.18
    3333$ cp /boot/config-xxx .config
     
    4040$ vim /boot/grub/menu.list
    4141}}}
    42 
    4342 * recompiler NIC driver
    4443{{{
    45 wget
    46 tar
     44wget http://trac.nchc.org.tw/grid/attachment/wiki/Problem/e1000-7.6.15.4.tar.gz?format=raw
     45tar e1000-7.6.15.4.tar.gz
     46cd e1000-7.6.15.4/src
    4747make install
    4848}}}
     
    7777= fly =
    7878mkfs.lustre --fsname=flyfs --mdt --mgs /dev/sdb1
     79mount -t lustre /dev/sdb1 /home/mdt
    7980= fly01 ~ fly07 =
    8081mkfs.lustre --fsname=flyfs --ost  --mgsnode=fly@tcp0 /dev/sdb
     82mount -t lustre /dev/sdb /home/ost
    8183= fly =
    8284mkdir /home/flyfs
    83 mount -t lustre virt@tcp0:/flyfs /home/flyfs
    84 
     85mount -t lustre fly@tcp0:/flyfs /home/flyfs
    8586
    8687}}}