1 | .TH mmquotaoff 02/16/06 |
---|
2 | mmquotaoff Command |
---|
3 | .SH "Name" |
---|
4 | .PP |
---|
5 | \fBmmquotaoff\fR - Deactivates quota limit checking. |
---|
6 | .SH "Synopsis" |
---|
7 | .PP |
---|
8 | \fBmmquotaoff\fR [\fB-u\fR] [\fB-g\fR] |
---|
9 | [\fB-j\fR] [\fB-v\fR] {\fIDevice\fR |
---|
10 | [\fIDevice\fR ...] | \fB-a\fR} |
---|
11 | .SH "Description" |
---|
12 | .PP |
---|
13 | The \fBmmquotaoff\fR command disables quota limit checking by |
---|
14 | GPFS. |
---|
15 | .PP |
---|
16 | If neither the \fB-u\fR, \fB-j\fR nor \fB-g\fR option is |
---|
17 | specified, the \fBmmquotaoff\fR command deactivates quota limit checking |
---|
18 | for users, groups, and filesets. |
---|
19 | .PP |
---|
20 | If the \fB-a\fR option is not specified, \fIDevice\fR must be the |
---|
21 | last parameter entered. |
---|
22 | .SH "Parameters" |
---|
23 | .PP |
---|
24 | .RS +3 |
---|
25 | \fB\fIDevice\fR[ \fIDevice\fR ... ] |
---|
26 | \fR |
---|
27 | .RE |
---|
28 | .RS +9 |
---|
29 | The device name of the file system to have quota limit checking |
---|
30 | deactivated. |
---|
31 | .PP |
---|
32 | If more than one file system is listed, the names must be delimited by a |
---|
33 | space. File system names need not be fully-qualified. |
---|
34 | \fBfs0\fR is just as acceptable as \fB/dev/fs0\fR. |
---|
35 | .RE |
---|
36 | .SH "Options" |
---|
37 | .PP |
---|
38 | .RS +3 |
---|
39 | \fB-a |
---|
40 | \fR |
---|
41 | .RE |
---|
42 | .RS +9 |
---|
43 | Deactivates quota limit checking for all GPFS file systems in the |
---|
44 | cluster. When used in combination with the \fB-g\fR option, only |
---|
45 | group quota limit checking is deactivated. When used in combination |
---|
46 | with the \fB-u\fR option, only user quota limit checking is |
---|
47 | deactivated. When used in combination with the \fB-j\fR option, only |
---|
48 | fileset quota limit checking is deactivated. |
---|
49 | .RE |
---|
50 | .PP |
---|
51 | .RS +3 |
---|
52 | \fB-g |
---|
53 | \fR |
---|
54 | .RE |
---|
55 | .RS +9 |
---|
56 | Specifies that only group quota limit checking is to be |
---|
57 | deactivated. |
---|
58 | .RE |
---|
59 | .PP |
---|
60 | .RS +3 |
---|
61 | \fB-j |
---|
62 | \fR |
---|
63 | .RE |
---|
64 | .RS +9 |
---|
65 | Specifies that only quota checking for filesets is to be |
---|
66 | deactivated. |
---|
67 | .RE |
---|
68 | .PP |
---|
69 | .RS +3 |
---|
70 | \fB-u |
---|
71 | \fR |
---|
72 | .RE |
---|
73 | .RS +9 |
---|
74 | Specifies that only user quota limit checking is to be deactivated. |
---|
75 | .RE |
---|
76 | .PP |
---|
77 | .RS +3 |
---|
78 | \fB-v |
---|
79 | \fR |
---|
80 | .RE |
---|
81 | .RS +9 |
---|
82 | Prints a message for each file system in which quotas are |
---|
83 | deactivated. |
---|
84 | .RE |
---|
85 | .SH "Exit status" |
---|
86 | .PP |
---|
87 | .PP |
---|
88 | .RS +3 |
---|
89 | \fB0 |
---|
90 | \fR |
---|
91 | .RE |
---|
92 | .RS +9 |
---|
93 | Successful completion. |
---|
94 | .RE |
---|
95 | .PP |
---|
96 | .RS +3 |
---|
97 | \fBnonzero |
---|
98 | \fR |
---|
99 | .RE |
---|
100 | .RS +9 |
---|
101 | A failure has occurred. |
---|
102 | .RE |
---|
103 | .SH "Security" |
---|
104 | .PP |
---|
105 | You must have root authority to run the \fBmmquotaoff\fR command. |
---|
106 | .PP |
---|
107 | GPFS must be running on the node from which the \fBmmquotaoff\fR command |
---|
108 | is issued. |
---|
109 | .SH "Examples" |
---|
110 | .RS +3 |
---|
111 | .HP 3 |
---|
112 | 1. To deactivate user quota limit checking on file system \fBfs0\fR, issue |
---|
113 | this command: |
---|
114 | .sp |
---|
115 | .nf |
---|
116 | mmquotaoff -u fs0 |
---|
117 | .fi |
---|
118 | .sp |
---|
119 | To confirm the change, issue this command: |
---|
120 | .sp |
---|
121 | .nf |
---|
122 | mmlsfs fs0 -Q |
---|
123 | .fi |
---|
124 | .sp |
---|
125 | The system displays information similar to: |
---|
126 | .sp |
---|
127 | .nf |
---|
128 | flag value description |
---|
129 | ---- -------------- --------------- |
---|
130 | -Q group Quotas enforced |
---|
131 | .fi |
---|
132 | .sp |
---|
133 | .HP 3 |
---|
134 | 2. To deactivate group quota limit checking on all file systems, issue this |
---|
135 | command: |
---|
136 | .sp |
---|
137 | .nf |
---|
138 | mmquotaoff -g -a |
---|
139 | .fi |
---|
140 | .sp |
---|
141 | To confirm the change, individually for each file system, issue this |
---|
142 | command: |
---|
143 | .sp |
---|
144 | .nf |
---|
145 | mmlsfs fs2 -Q |
---|
146 | .fi |
---|
147 | .sp |
---|
148 | The system displays information similar to: |
---|
149 | .sp |
---|
150 | .nf |
---|
151 | flag value description |
---|
152 | ---- -------------- ----------------- |
---|
153 | -Q user Quotas enforced |
---|
154 | .fi |
---|
155 | .sp |
---|
156 | .HP 3 |
---|
157 | 3. To deactivate all quota limit checking on file system \fBfs0\fR, issue |
---|
158 | this command: |
---|
159 | .sp |
---|
160 | .nf |
---|
161 | mmquotaoff fs0 |
---|
162 | .fi |
---|
163 | .sp |
---|
164 | To confirm the change, issue this command: |
---|
165 | .sp |
---|
166 | .nf |
---|
167 | mmlsfs fs0 -Q |
---|
168 | .fi |
---|
169 | .sp |
---|
170 | The system displays information similar to: |
---|
171 | .sp |
---|
172 | .nf |
---|
173 | flag value description |
---|
174 | ---- -------------- ---------------- |
---|
175 | -Q none Quotas enforced |
---|
176 | .fi |
---|
177 | .sp |
---|
178 | .RE |
---|
179 | .SH "See also" |
---|
180 | .PP |
---|
181 | mmcheckquota Command |
---|
182 | .PP |
---|
183 | mmdefedquota Command |
---|
184 | .PP |
---|
185 | mmdefquotaoff Command |
---|
186 | .PP |
---|
187 | mmdefquotaon Command |
---|
188 | .PP |
---|
189 | mmedquota Command |
---|
190 | .PP |
---|
191 | mmlsquota Command |
---|
192 | .PP |
---|
193 | mmquotaon Command |
---|
194 | .PP |
---|
195 | mmrepquota Command |
---|
196 | .SH "Location" |
---|
197 | .PP |
---|
198 | \fB/usr/lpp/mmfs/bin\fR |
---|
199 | .PP |
---|