source: gpfs_3.1_ker2.6.20/share/man/man8/mmquotaoff.8 @ 16

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