Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Corrected 'Luster' to 'Lustre'

...

Set up the MGS, MDT, and MDS

...

  1. connect to client-10

    Code Block
    rlogin -l root client-10
  2. Load the Lustre client module

    Code Block
    modprobe lustre
  3. NOTE: The client is available from build.whamcloud.com
  4. Mount the lustre filesystem

    Code Block
    mount -t lustre 192.168.4.11@o2ib:/lustrewt /mnt

Making

...

Lustre servers persist through a reboot.

  1. Add mount command for MGS, MDS, and MDT to /etc/fstabon client-11

    Code Block
    /dev/sda4               /mgsmdt_mount           lustre  defaults,_netdev        0 0
    
  2. Add mount command for OST and OSS to /etc/fstabon client-12

    Code Block
    /dev/sda4               /ostoss_mount           lustre  defaults,_netdev        0 0
    

...