23.07.2014 Views

Lustre 1.6 Operations Manual

Lustre 1.6 Operations Manual

Lustre 1.6 Operations Manual

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

$ lfs find /mnt/lustre<br />

Efficiently lists all files in a given directory and its sub-directories.<br />

$ lfs find /mnt/lustre -mtime +30 -type f -print<br />

Recursively lists all regular files in a given directory that are more than 30 days<br />

old.<br />

$ lfs find --obd OST2-UUID /mnt/lustre/<br />

Recursively lists all files in a given directory that have objects on OST2-UUID.<br />

$ lfs find /mnt/lustre --pool poolA<br />

Finds all directories/files associated with poolA.<br />

$ lfs find /mnt//lustre --pool ""<br />

Finds all directories/files not associated with a pool.<br />

$ lfs find /mnt/lustre ! --pool ""<br />

Finds all directories/files associated with pool.<br />

$ lfs check servers<br />

Checks the status of all servers (MDT, OST)<br />

$ lfs osts<br />

Lists all of the OSTs.<br />

$ lfs df -h<br />

Lists space usage per OST and MDT in human-readable format.<br />

$ lfs df -i<br />

Lists inode usage per OST and MDT.<br />

Chapter 28 User Utilities (man1) 28-9

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!