IBM Books

IBM General Parallel File System for AIX: Administration and Programming Reference

Deactivating quota enforcement

During normal operation, there is no need to deactivate quota enforcement. The only reason you might have to deactivate quota enforcement is when users are denied allocation that their quotas should allow, due to loss of quota information during node failure. If this occurs, use the mmcheckquota command after reactivating quotas to reconcile allocation data. When quota enforcement is deactivated, disk space and file allocations are made without regard to limits.

The mmquotaoff command is used to deactivate quotas. Specify the file system name and whether user or group quotas, or both, are to be deactivated. If you want both types of quotas deactivated, specify only the file system name. For example, to deactivate only user quotas on the file system fs1, enter:

mmquotaoff -u fs1

To confirm the change, enter:

mmlsfs fs1 -Q

The system displays output similar to:

flag value          description
---- -------------- -----------------------------------------------------
 -Q  group          Quotas enforced
 

See the mmquotaoff Command and the mmlsfs Command for complete usage information.


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]