PRIMECLUSTER Global File Services Configuration and Administration Guide 4.2 (Solaris(TM) Operating Environment)
Contents Index PreviousNext

Part 3 Global File Services Shared File System> Chapter 23 File System Management> 23.4 quota function

23.4.4 Checking the usage conditions for user

Execute the sfcquota(1M) to check the usage conditions for each user. In the following example, the usage conditions are checked for user1.

# sfcquota -v user1
Disk quotas for user1 (uid 1000):
Filesystem     usage  quota  limit    timeleft  files  quota  limit    timeleft
/sfcfs          2258   3072   5120                 71     80    100

Execute the sfcrepquota(1M) to check the usage conditions in units of file systems. In the following example, the usage conditions are checked for mount point /sfcfs.

# sfcrepquota -v /sfcfs
/dev/sfdsk/gfs/rdsk/volume1 (/sfcfs):
                     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
:

The number of blocks calculated in the quota function is that of the data area and directories. The number is equal to or less than the value obtained by summing up the numbers of blocks displayed by ls(1), du(1), etc. for each user.

Contents Index PreviousNext

All Rights Reserved, Copyright(C) FUJITSU LIMITED 2004