I have installed lustre 1.8 on centOS successfully. The centOS is in vmWare. The lustre kernel boots properly. But when I type the following in the terminal : *mkfs.lustre --fsname=temp --mdt --mgs /dev/loop0* * * It gives an error saying: *bash: mkfs.lustre command not found* but... when i type * * *man mkfs.lustre* * * It shows up the proper manual... what may be the problem? Regards, SRIVATSA -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.lustre.org/pipermail/lustre-discuss/attachments/20100317/75df6362/attachment.html
SRIVATSA N D wrote:> I have installed lustre 1.8 on centOS successfully. The centOS is in > vmWare. > The lustre kernel boots properly. But when I type the following in the > terminal : > > *mkfs.lustre --fsname=temp --mdt --mgs /dev/loop0* > * > * > It gives an error saying: > > *bash: mkfs.lustre command not found*Make sure you are the root user. The file is located in /usr/sbin which is usually not in a users PATH. [jeremy at bcf ~]$ which mkfs.lustre /usr/sbin/mkfs.lustre -- Jeremy Mann jeremy at biochem.uthscsa.edu University of Texas Health Science Center Bioinformatics Core Facility http://www.bioinformatics.uthscsa.edu Phone: (210) 567-2672