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