test veritas logo


vxrepquota(1M)

NAME

vxrepquota - summarize quotas for a VxFS file system

SYNOPSIS

vxrepquota [ -gHuv ] filesystem ...

vxrepquota -a [ -guv ]

AVAILABILITY

VRTSvxfs

DESCRIPTION

vxrepquota prints a summary of user and group quotas and the disk usage for a specified VxFS file system. The current disk usage values for number of files, amount of space (in kilobytes), and the quota limit are printed for each user and group on the file system with quotas set by vxedquota.

The file system must have quotas enabled for vxrepquota to provide current usage information. The file system must also have quota files in its root directory. The quota files are dependent on the layout version of the file system and are as follows:


Layout Version User Quota File Group Quota File Quota Support --------------------------------------------------- 10 | quotas.64 | quotas.grp.64 | 64-bit | --------------------------------------------------- 9 (or earlier) | quotas | quotas.grp | 32-bit | ---------------------------------------------------

Only privileged users can run vxrepquota to view quotas that are not their own.

Cluster File System Issues

This command operates the same on cluster file systems, however, to enable quotas for CFS, the quotas/quotas.64 file must be on the same file system; links to another file system are not allowed.

OPTIONS

-a Reports summaries on all mounted VxFS file systems that have either the user or group quota mount option set in the /etc/fstab file.
-g Displays group quotas.
-H When specified with the -u option or the -g option, displays quota limits and disk usage in the following human-friendly units: KB (kilobytes), MB (megabytes), GB (gigabytes), TB (terabytes), PB (petabytes), and EB (exabytes).
-u Displays user quotas.
-v Reports quotas for all users and groups (if -g is specified) with quotas set by vxedquota, including those who are not using any file system resources.

EXAMPLES

The following example shows the summary for the file system /tstmnt. The plus (+) indicates that user sys exceeded the soft Block limits. The minus (-) sign indicates that user sys is still within the soft File limit.

# vxrepquota /tstmnt

Block limits File limits User used soft hard timeleft used soft hard timeleft sys +- 25 5 200 7.0 days 5 0 0

The following example prints group summaries.

# vxrepquota -g /tstmnt

Block limits File limits User used soft hard timeleft used soft hard timeleft grl +- 25 5 200 7.0 days 5 0 0

FILES

/etc/fstab Table of file system defaults.
quotas/quotas.64 The user quotas file in the file system root directory.
quotas.grp/quotas.grp.64 The group quotas file in the file system root directory.

SEE ALSO

vxedquota(1M), vxquota(1M), vxquotaon(1M), fstab(5)


VxFS 8.0 vxrepquota(1M)