# mkdir -p lustre_client # wget -r -l7 --no-parent -nH -nd -nc -A.rpm -e robots=off http://downloads.whamcloud.com/public/lustre/latest-feature-release/el6/client/RPMS/x86_64/ -P lustre_client/ # cd lustre_client # yum localinstall lustre-client-2.4.0-2.6.32_358.6.2.el6.x86_64_gd3f91c4.x86_64.rpm lustre-client-modules-2.4.0-2.6.32_358.6.2.el6.x86_64_gd3f91c4.x86_64.rpm […] Dependencies Resolved =================================================================================================================== Package Arch Version Repository Size =================================================================================================================== Installing: lustre-client x86_64 2.4.0-2.6.32_358.6.2.el6.x86_64_gd3f91c4 /lustre-client-2.4.0-2.6.32_358.6.2.el6.x86_64_gd3f91c4.x86_64 14 M lustre-client-modules x86_64 2.4.0-2.6.32_358.6.2.el6.x86_64_gd3f91c4 /lustre-client-modules-2.4.0-2.6.32_358.6.2.el6.x86_64_gd3f91c4.x86_64 12 M Installing for dependencies: kernel-debug x86_64 2.6.32-358.6.2.el6 sl-security 27 M lm_sensors-libs x86_64 3.1.1-17.el6 core 37 k net-snmp-libs x86_64 1:5.5-44.el6 core 1.5 M Transaction Summary =================================================================================================================== Install 5 Package(s) Total size: 54 M Total download size: 28 M Installed size: 150 M Is this ok [y/N]: y Downloading Packages: (1/3): kernel-debug-2.6.32-358.6.2.el6.x86_64.rpm | 27 MB 01:59 (2/3): lm_sensors-libs-3.1.1-17.el6.x86_64.rpm | 37 kB 00:00 (3/3): net-snmp-libs-5.5-44.el6.x86_64.rpm | 1.5 MB 00:00 ------------------------------------------------------------------------------------------------------------------- Total 239 kB/s | 28 MB 02:00 Running rpm_check_debug Running Transaction Test Transaction Test Succeeded Running Transaction Installing : kernel-debug-2.6.32-358.6.2.el6.x86_64 1/5 Installing : lustre-client-modules-2.4.0-2.6.32_358.6.2.el6.x86_64_gd3f91c4.x86_64 2/5 Installing : lm_sensors-libs-3.1.1-17.el6.x86_64 3/5 Installing : 1:net-snmp-libs-5.5-44.el6.x86_64 4/5 Installing : lustre-client-2.4.0-2.6.32_358.6.2.el6.x86_64_gd3f91c4.x86_64 5/5 Verifying : 1:net-snmp-libs-5.5-44.el6.x86_64 1/5 Verifying : lm_sensors-libs-3.1.1-17.el6.x86_64 2/5 Verifying : lustre-client-modules-2.4.0-2.6.32_358.6.2.el6.x86_64_gd3f91c4.x86_64 3/5 Verifying : kernel-debug-2.6.32-358.6.2.el6.x86_64 4/5 Verifying : lustre-client-2.4.0-2.6.32_358.6.2.el6.x86_64_gd3f91c4.x86_64 5/5 Installed: lustre-client.x86_64 0:2.4.0-2.6.32_358.6.2.el6.x86_64_gd3f91c4 lustre-client-modules.x86_64 0:2.4.0-2.6.32_358.6.2.el6.x86_64_gd3f91c4 Dependency Installed: kernel-debug.x86_64 0:2.6.32-358.6.2.el6 lm_sensors-libs.x86_64 0:3.1.1-17.el6 net-snmp-libs.x86_64 1:5.5-44.el6 Complete! # mkdir -p /lib/modules/`uname -r`/kernel/{fs,net}/lustre # cp -p /lib/modules/2.6.32-358.6.2.el6.x86_64/updates/kernel/net/lustre/* /lib/modules/`uname -r`/kernel/net/lustre/ # cp -p /lib/modules/2.6.32-358.6.2.el6.x86_64/updates/kernel/fs/lustre/* /lib/modules/`uname -r`/kernel/fs/lustre/ # depmod # # modprobe -v lustre insmod /lib/modules/2.6.32-358.14.1.el6.x86_64/kernel/net/lustre/libcfs.ko insmod /lib/modules/2.6.32-358.14.1.el6.x86_64/kernel/fs/lustre/lvfs.ko insmod /lib/modules/2.6.32-358.14.1.el6.x86_64/kernel/net/lustre/lnet.ko insmod /lib/modules/2.6.32-358.14.1.el6.x86_64/kernel/fs/lustre/obdclass.ko insmod /lib/modules/2.6.32-358.14.1.el6.x86_64/kernel/fs/lustre/ptlrpc.ko insmod /lib/modules/2.6.32-358.14.1.el6.x86_64/kernel/fs/lustre/fld.ko insmod /lib/modules/2.6.32-358.14.1.el6.x86_64/kernel/fs/lustre/fid.ko insmod /lib/modules/2.6.32-358.14.1.el6.x86_64/kernel/fs/lustre/mdc.ko insmod /lib/modules/2.6.32-358.14.1.el6.x86_64/kernel/fs/lustre/osc.ko insmod /lib/modules/2.6.32-358.14.1.el6.x86_64/kernel/fs/lustre/lov.ko insmod /lib/modules/2.6.32-358.14.1.el6.x86_64/kernel/fs/lustre/lustre.ko # lsmod |grep lustre lustre 897047 1 lov 524408 2 lustre mdc 203363 2 lustre ptlrpc 1312754 8 lmv,mgc,lustre,lov,osc,mdc,fid,fld obdclass 1141692 16 lmv,mgc,lustre,lov,osc,mdc,fid,fld,ptlrpc lnet 336082 4 lustre,ksocklnd,ptlrpc,obdclass lvfs 16469 10 lmv,mgc,lustre,lov,osc,mdc,fid,fld,ptlrpc,obdclass libcfs 499462 13 lmv,mgc,lustre,lov,osc,mdc,fid,fld,ksocklnd,ptlrpc,obdclass,lnet,lvfs # lctl list_nids 192.168.251.11@tcp # mkdir /lustre # mount -t lustre cream-11.pd.infn.it@tcp0,1@elan:/lustre /lustre # df -h Filesystem Size Used Avail Use% Mounted on /dev/vda1 99G 2.5G 92G 3% / tmpfs 1004M 0 1004M 0% /dev/shm cream-11.pd.infn.it@tcp0,1@elan:/lustre 39G 449M 37G 2% /lustre -bash-4.1# lfs df -i UUID Inodes IUsed IFree IUse% Mounted on lustre-MDT0000_UUID 15728640 216 15728424 0% /lustre[MDT:0] lustre-OST0000_UUID 600960 191 600769 0% /lustre[OST:0] filesystem summary: 15728640 216 15728424 0% /lustre