PRIMECLUSTER Global File Services Configuration and Administration Guide 4.2 (Solaris(TM) Operating Environment) |
Contents Index |
Appendix F Reference Manual | > F.2 Management Commands Specific to the GFS Shared File System |
sfcquotaon [ -v ] filesystem ...
sfcquotaoff [ -v ] filesystem ...
sfcquotaon validates the quota function of the GFS Shared File System specified by operand filesystem.
sfcquotaoff invalidates the quota function of the GFS Shared File System specified by the operand filesytem.
filesystem must be a mount point of the file system or a block special device of the representative partition of the GFS Shared File System.
To validate the quota function, the root directory of the file system must contain the file named quotas owned by the root. For details on this file, see sfcedquota(1M).
The results obtained by changing the quota function when the specified file system is not used because of no the file system is unmounted are validated when the file system mounted in next time.
If the specified file system is mounted, the present quota function is changed. To indicate whether the quota function is valid or invalid, the mntopts field of the entry corresponding to /etc/mnttab of each node is updated. As with UFS, mount(1M) can be used to check the quota function status.
The following options can be specified:
sfcquotaon
-vDisplays a message of each file system whose quota function has been validated.
sfcquotaoff
-vDisplays a message of each file system whose quota function has been invalidated.
The following operand can be specified:
filesystem
Specifies a mount-directory of the target file system or a block-special device of the representative partition.
# sfcquotaon /mnt # sfcquotaoff /mnt
quotas
quota information file in the root directory of the file system
/etc/mnttab
Table of file system being mounted
/etc/vfstab
Environment file of the file system
sfcedquota(1M), sfcinfo(1M), sfcquota(1M), sfcquotadm(1M), sfcrepquota(1M).
mnttab(4), vfstab(4) in the "Solaris X Reference Manual Collection."
Contents Index |