Changes between Version 2 and Version 3 of 3D_Lustre
- Timestamp:
- Jul 3, 2008, 3:06:27 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
3D_Lustre
v2 v3 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 The isIf they don't use high performance storage6 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 7 7 == 1.Machine information & Software == 8 8 * Hardware … … 28 28 $ sudo su 29 29 $ cd /usr/src 30 $ wget 2.6.1831 $ tar zxvf 2.6.1830 $ 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 32 32 $ cd 2.6.18 33 33 $ cp /boot/config-xxx .config … … 40 40 $ vim /boot/grub/menu.list 41 41 }}} 42 43 42 * recompiler NIC driver 44 43 {{{ 45 wget 46 tar 44 wget http://trac.nchc.org.tw/grid/attachment/wiki/Problem/e1000-7.6.15.4.tar.gz?format=raw 45 tar e1000-7.6.15.4.tar.gz 46 cd e1000-7.6.15.4/src 47 47 make install 48 48 }}} … … 77 77 = fly = 78 78 mkfs.lustre --fsname=flyfs --mdt --mgs /dev/sdb1 79 mount -t lustre /dev/sdb1 /home/mdt 79 80 = fly01 ~ fly07 = 80 81 mkfs.lustre --fsname=flyfs --ost --mgsnode=fly@tcp0 /dev/sdb 82 mount -t lustre /dev/sdb /home/ost 81 83 = fly = 82 84 mkdir /home/flyfs 83 mount -t lustre virt@tcp0:/flyfs /home/flyfs 84 85 mount -t lustre fly@tcp0:/flyfs /home/flyfs 85 86 86 87 }}}