I have a redhad linx5 running under VMWare. I tried to install Lustre 1.8.7 on that linux. I followed their tutorial <br><a href="http://www.linuxjournal.com/content/lustre-distributed-filesystem?page=0,0">http://www.linuxjournal.com/content/lustre-distributed-filesystem?page=0,0</a><br>
<br>First I installed patched kernel and rebooted to make sure the new kernel is loaded. Then I started to install other rpms.<br>I had unknown symbols warnings when installing lustre-modules:<br> <br>rpm -ivh lustre-modules-1.8.7-2.6.18_194.17.1.el5_lustre.1.8.7.x86_64.rpm <br>
Preparing...                ########################################### [100%]<br>   1:lustre-modules         ########################################### [100%]<br>WARNING: /lib/modules/2.6.18-194.17.1.el5_lustre.1.8.7/updates/kernel/fs/lustre/fsfilt_ldiskfs.ko needs unknown symbol ldiskfs_free_blocks<br>
WARNING: /lib/modules/2.6.18-194.17.1.el5_lustre.1.8.7/updates/kernel/fs/lustre/fsfilt_ldiskfs.ko needs unknown symbol ldiskfs_journal_start_sb<br>.......<br><br>And e2fsprogs-1.41 conflicts with existing e2fsprogs-1.39<br>
rpm -ivh e2fsprogs-1.41.12.2.ora1-0redhat.rhel5.x86_64.rpm <br>Preparing...                ########################################### [100%]<br>        file /lib64/libblkid.so.1.0 from install of e2fsprogs-1.41.12.2.ora1-0redhat.x86_64 conflicts with file from package e2fsprogs-libs-1.39-20.el5.x86_64<br>
        file /lib64/libcom_err.so.2.1 from install of e2fsprogs-1.41.12.2.ora1-0redhat.x86_64 conflicts with file from package e2fsprogs-libs-1.39-20.el5.x86_64<br>        .......<br><br>My questions are<br>1) Can Lustre be installed on a Linux running under a VMWare virtual machine?<br>
2) If answer of 1) is yes, how to solve my installation problem?<br><br>Thanks!<br><br>