You can produce a report of user quota information through the Data Fabric Manager Interface (DFM).
Paul Brubaker, Jr. RIDS - Intel System Support AT&T Wireless Services * office phone: 717-526-5011 * cell phone: 717-578-2254 * e-mail: paul.brubaker@attws.com
-----Original Message----- From: owner-toasters@mathworks.com [mailto:owner-toasters@mathworks.com] On Behalf Of Jerry Sent: Thursday, March 18, 2004 1:17 PM To: list toasters Subject: quota reports
I could have sworn there used to be a way to run a quota report that would breakdown the usage by user. Has this changed in newer versions?
Jerry
__________________________________ Do you Yahoo!? Yahoo! Mail - More reliable, more storage, less spam http://mail.yahoo.com
1. is this a free product? 2. it looks more involved than i need, is there a command line.
--- "Brubaker, Paul" paul.brubaker@attws.com wrote:
You can produce a report of user quota information through the Data Fabric Manager Interface (DFM).
Paul Brubaker, Jr. RIDS - Intel System Support AT&T Wireless Services
- office phone: 717-526-5011
- cell phone: 717-578-2254
- e-mail: paul.brubaker@attws.com
-----Original Message----- From: owner-toasters@mathworks.com [mailto:owner-toasters@mathworks.com] On Behalf Of Jerry Sent: Thursday, March 18, 2004 1:17 PM To: list toasters Subject: quota reports
I could have sworn there used to be a way to run a quota report that would breakdown the usage by user. Has this changed in newer versions?
Jerry
Do you Yahoo!? Yahoo! Mail - More reliable, more storage, less spam http://mail.yahoo.com
__________________________________ Do you Yahoo!? Yahoo! Mail - More reliable, more storage, less spam http://mail.yahoo.com
On Thu, Mar 18, 2004 at 10:50:42AM -0800, Jerry wrote:
- is this a free product?
- it looks more involved than i need, is there a
command line.
What about 'quota report'?
Doesn't break it down by user, although I am almost positive it used to.
--- Mike Horwath drechsau@visi.com wrote:
On Thu, Mar 18, 2004 at 10:50:42AM -0800, Jerry wrote:
- is this a free product?
- it looks more involved than i need, is there a
command line.
What about 'quota report'?
-- Mike Horwath Admin & Manager @ VISI.com WORK: drechsau@visi.com IRC: Drechsau http://www.visi.com/ HOME: drechsau@geeks.org The only Minnesota ISP with public statistics: http://noc.visi.com/ Garbage In -- Gospel Out. - berkeley
fortune(6)
__________________________________ Do you Yahoo!? Yahoo! Mail - More reliable, more storage, less spam http://mail.yahoo.com
Do you have user level quotas enabled? Here at the University we do hourly quota reports and they have usernames tied to output.
If you nee any help just ask.
Will
On Thu, 18 Mar 2004 13:03:06 -0800 (PST) Jerry juanino@yahoo.com wrote:
Doesn't break it down by user, although I am almost positive it used to.
--- Mike Horwath drechsau@visi.com wrote:
On Thu, Mar 18, 2004 at 10:50:42AM -0800, Jerry wrote:
- is this a free product?
- it looks more involved than i need, is there a
command line.
What about 'quota report'?
-- Mike Horwath Admin & Manager @ VISI.com WORK: drechsau@visi.com IRC: Drechsau http://www.visi.com/ HOME: drechsau@geeks.org The only Minnesota ISP with public statistics: http://noc.visi.com/ Garbage In -- Gospel Out. - berkeley
fortune(6)
Do you Yahoo!? Yahoo! Mail - More reliable, more storage, less spam http://mail.yahoo.com
Let me be more specific: nasb01> quota report tree 1 vol0 user 54852584 89128960 665167 - /vol/vol0/user
It just shows the tree's, not the specific user accounting. How do I enable "user level quotas" without having an /etc/quotas entry for each user?
--- Will Froning wfroning@pacific.edu wrote:
Do you have user level quotas enabled? Here at the University we do hourly quota reports and they have usernames tied to output.
If you nee any help just ask.
Will
On Thu, 18 Mar 2004 13:03:06 -0800 (PST) Jerry juanino@yahoo.com wrote:
Doesn't break it down by user, although I am
almost
positive it used to.
--- Mike Horwath drechsau@visi.com wrote:
On Thu, Mar 18, 2004 at 10:50:42AM -0800, Jerry wrote:
- is this a free product?
- it looks more involved than i need, is
there a
command line.
What about 'quota report'?
-- Mike Horwath Admin & Manager @ VISI.com WORK: drechsau@visi.com IRC: Drechsau http://www.visi.com/ HOME: drechsau@geeks.org The only Minnesota ISP with public statistics: http://noc.visi.com/ Garbage In -- Gospel Out. - berkeley
fortune(6)
Do you Yahoo!? Yahoo! Mail - More reliable, more storage, less
spam
-- Will Froning Unix Sys. Admin. (209)946-7470 (209)662-4725 wfroning@Pacific.EDU
__________________________________ Do you Yahoo!? Yahoo! Mail - More reliable, more storage, less spam http://mail.yahoo.com
Jerry wrote:
Let me be more specific: nasb01> quota report tree 1 vol0 user 54852584 89128960 665167 - /vol/vol0/user
It just shows the tree's, not the specific user accounting. How do I enable "user level quotas" without having an /etc/quotas entry for each user?
create a default user quota entry in the quota file, somthing like this:
...
/vol/vol1/my_tree tree 200G * user@/vol/vol1/my_tree 200G
...
that way every user has a quota record, without you adding every user to the quota file.
set the per-user default to whatever makes sense for that filer and you space budgeting policies for that tree.
-skottie
Let me be more specific: nasb01> quota report tree 1 vol0 user 54852584 89128960 665167 - /vol/vol0/user
Put in a wildcard user quota for each volume. You can leave the quota itself unlimited if you want (with -). This will cause quota data to be maintained for all users.
* user@/vol/vol0 - - * user@/vol/vol1 - -
quota off vol0 quota on vol0 quota off vol1 quota on vol1
I like to put in wildcard quotas for groups and trees as well. That way you can add user, group, and tree quotas to a volume and just run "quota resize vol" instead of turning quotas off and on, which can leave quotas off for quite a long time on large volumes.
* user@/vol/vol0 - - * group@/vol/vol0 - - * tree@/vol/vol0 - -
When you have wildcard entries, as soon as a new user, group, or qtree appears, the filer immediately starts keeping track of its disk usage, because of the implicit wildcard quota entry. So then if you later put in a specific quota entry for a user, group, or tree, you only need to run "quota resize volume" because you are essentially changing an existing quota entry.
Steve Losen scl@virginia.edu phone: 434-924-0640
University of Virginia ITC Unix Support