RapidFile Toolkit 1.0 (formerly, PureTools) provides fast client-side alternatives for common Linux commands like ls, du, find, chown, chmod, rm and cp which has been optimized for the high level of concurrency supported by FlashBlade NFS. You will be
For CentOS/RHEL
# sudo rpm -U rapidfile-1.0.0-beta.5/rapidfile-1.0.0-beta.5-Linux.rpm
Examples:
Disk Usages:
% pdu -sh /scratch/user1
Copy Files:
% pcp -r -p -u /scratch/user1/ /backup/user1/
Remove Files:
% prm -rv /scratch/user1/
Change Ownership:
% pchown -Rv user1:usergroup /scratch/user1
Change Permission:
% pchmod -Rv 755 /scratch/user1
References:
- RapidFile Toolkit for FlashBlade (PureTools)