IBM Books

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

mmquotaoff Command

Name

mmquotaoff - Deactivates quota limit checking.

Synopsis

mmquotaoff [-u | -g] [-v] {Device[ Device ... ] | -a}

Description

If neither the -u nor the -g option is specified, mmquotaoff deactivates both user and group quotas..

If the -a option is not specified, Device must be the last parameter entered.

Parameters

Device[ Device ... ]
The device name of the file system to have quotas deactivated.

If more than one file system is listed, the names should be delimited by a space. File system names need not be fully qualified. fs0 is just as acceptable as /dev/fs0.

Options

-a
Deactivates all GPFS file system quotas in the nodeset from which the command is issued. When used in combination with the -g option, only group quotas are deactivated. When used in combination with the -u option, only user quotas are deactivated.

-g
Specifies that only group quotas are to be deactivated.

-u
Specifies that only user quotas are to be deactivated.

-v
Prints a message for each file system in which quotas are deactivated.

Exit status

0
Successful completion.

1
A failure has occurred.

Security

You must have root authority to run the mmquotaoff command.

GPFS must be running on the node from which the mmquotaoff command is issued.

In an SP environment, verify the authentication method set for SP security services:

  1. If your authentication method is set to compatibility, Kerberos authentication is required. Issue the k4init command.
  2. If your authentication method is set to DCE, dce_login authentication is required.
  3. If your authentication method is set to NONE/std, there must be an entry in the /etc/sysctl.mmcmd.acl file on every node in the nodeset for the root user at every other node in the nodeset.

For further information, see the latest IBM Parallel System Support Programs for AIX: Administration Guide, IBM Parallel System Support Programs for AIX: Command and Technical Reference, and RS/6000: Planning Volume 2, Control Workstation and Software Environment manuals at www.rs6000.ibm.com/resource/aix_resource/sp_books/pssp. Search for information on sysctl.

Examples

  1. To deactivate user quotas on file system fs0, enter:
    mmquotaoff -u fs0
    
    To confirm the change, enter:
    mmlsfs fs0 -Q
    
    The system displays information similar to:
    flag value          description
    ---- -------------- -----------------------------------------------------
     -Q  group          Quotas enforced
     
    
  2. To deactivate group quotas on all file systems, enter:
    mmquotaoff -g -a
    
    To confirm the change, individually for each file system, enter:
    mmlsfs fs2 -Q
    
    The system displays information similar to:
    flag value          description
    ---- -------------- -----------------------------------------------------
     -Q  user           Quotas enforced
     
    
  3. To deactivate all quotas on fs0, enter:
    mmquotaoff fs0
    
    To confirm the change, enter:
    mmlsfs fs0 -Q
    
    The system displays information similar to:
    flag value          description
    ---- -------------- -----------------------------------------------------
     -Q  none           Quotas enforced
     
    

See also

mmcheckquota Command

mmdefedquota Command

mmdefquotaoff Command

mmdefquotaon Command

mmedquota Command

mmlsquota Command

mmquotaon Command

mmrepquota Command

Location

/usr/lpp/mmfs/bin


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