PRIMECLUSTER Global File Services Configuration and Administration Guide 4.2 (Solaris(TM) Operating Environment) |
Contents Index |
Appendix B Reference Manual | > B.2 Management Commands Specific to the GFS Local File System |
sfxrepquota [ -v ] filesystem ...
sfxrepquota [ -v ] -a
sfxrepquota prints a summary of the disk usage and quotas for the specified GFS Local File Systems. The current number of files and amount of space (in kilobytes) is printed for each user along with any quotas created with sfxedquota(1M).
The filesystem must have the file quotas in its root directory.
Only the super-user may view quotas which are not their own.
-a
Report on all mounted GFS Local File Systems that have "rq" or "quota" in the mntopts field of the /etc/vfstab file.
-v
Report quotas for all users, even those who do not consume resources.
# sfxrepquota /sfxfs /dev/sfdsk/gfs/dsk/vol1400 (/sfxfs): Block limits File limits User used soft hard timeleft used soft hard timeleft user1 -- 2258 3072 5120 71 80 100 user2 -- 1345 3072 5120 38 80 100 user3 ++ 3424 3072 5120 7.0 days 81 80 100 7.0 days# sfxrepquota -v /sfxfs /dev/sfdsk/gfs/dsk/vol1400 (/sfxfs): Block limits File limits User used soft hard timeleft used soft hard timeleft user1 -- 2258 3072 5120 71 80 100 user2 -- 1345 3072 5120 38 80 100 user3 ++ 3424 3072 5120 7.0 days 81 80 100 7.0 days user4 -- 0 3072 5120 0 80 100
# sfxrepquota -v -a
sfxedquota(1M), sfxquota(1M), sfxquotadm(1M), sfxquotaon(1M)
Contents Index |