Changes between Version 4 and Version 5 of GTD_Cloud_lustre


Ignore:
Timestamp:
Oct 27, 2008, 10:38:52 AM (16 years ago)
Author:
rock
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GTD_Cloud_lustre

    v4 v5  
    33{{{
    44$ sudo aptitude install bzip2 debhelper dpatch libsnmp-dev module-assistant quilt
     5}}}
    56
    6 ###  Install libxml  ###
     7 * Install libxml
     8{{{
    79$ sudo wget http://http.us.debian.org/debian/pool/main/libx/libxml2/libxml2_2.6.27.dfsg-2_i386.deb
    810$ sudo dpkg -i libxml2_2.6.27.dfsg-2_i386.deb
     11}}}
    912
    10 ###  Install pyxml  ###
     13 * Install pyxml
     14{{{
    1115$ sudo wget PyXML-0.8.4.tar.gz
    1216$ sudo python setup.py build
     
    4145[[BR]]
    4246== 4. Test Lustre ==
     47 * Check Luster modules
    4348{{{
    44 ###  Check Luster modules  ###
    4549$ lsmod | grep lnet
    4650$ lsmod | grep ldoskfs
     
    4953[[BR]]
    5054== 4. Setup Lustre ==
     55 * Setup Meta Data & Management Server
    5156{{{
    52 ###  Setup Meta Data & Management Server  ###
    5357$ mkfs.lustre --fsname=cloudfs --mdt --mgs /dev/sda2
    5458$ sudo mount -t lustre /dev/sda2 /home/mdt
    55 
    56 ###  Setup Object Storage Target  ###
     59}}}
     60 * Setup Object Storage Target
     61{{{
    5762$ mkfs.lustre --fsname=cloudfs --ost --mgsnode=cloud@tcp0 /dev/sda3
    5863$ sudo mount -t lustre /dev/sda3 /home/ost
    59 
    60 ###  Lustre Client started  ###
     64}}}
     65 * Lustre Client started
     66{{{
    6167$ sudo mount -t lustre cloud@tcp0:/cloudfs /home/cloudfs
    6268$ df -h