Esxi虚拟机安装iml-lustre-client

给虚拟机挂一块IB网卡
执行ip-over-ib.sh,给ib网卡赋予ip地址
写入echo “options lnet networks=tcp1(eth1)” >> /etc/modprobe.d/lustre.conf

 4.安装编译好的lustre-client
    rpm -ivh lustre-client-modules-2.5.34.1-2.6.32_431.el6.x86_64.x86_64.rpm
    rpm -ivh lustre-client-2.5.34.1-2.6.32_431.el6.x86_64.x86_64.rpm

5.编辑 vi /etc/rc.local
   添加: echo "modprobe lustre" >> /etc/rc.local
 echo  "modprobe lnet" >> /etc/rc.local
6.重启reboot
7.挂载   
     mkdir /mnt/lustre
     mount -t lustre 15.3.4.12@tcp1:15.3.4.13@tcp1:/space /mnt/lustre
8\. 把挂载命令写入开机启动
        echo "mount -t lustre 15.3.4.12@tcp1:15.3.4.13@tcp1:/space /mnt/lustre">> /etc/rc.local
9.检查
    lsmod |grep lustre
    lsmod |grep lnet
    lctl list_nids