- Community Home
- >
- Servers and Operating Systems
- >
- Legacy
- >
- Windows Server 2003
- >
- Re: Directory quota script
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-14-2005 02:01 AM
тАО03-14-2005 02:01 AM
Directory quota script
The folders are to be used by groups instead of single users. So I can't make use of user quotas...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-14-2005 08:51 AM
тАО03-14-2005 08:51 AM
Re: Directory quota script
The following thread may be of help.
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=191461
Pat
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-15-2005 07:21 PM
тАО03-15-2005 07:21 PM
Re: Directory quota script
Here are sample scripts for Disk Quota.
Open notepad in your computer
Make sure the Word Wrap from the Format Menu is not checked off
Copy and paste the desired script
save as with vbs extension. filename.vbs
http://www.microsoft.com/technet/scriptcenter/scripts/storage/quotas/default.mspx
You may modify the scripts for your convenience!
For Windows 2000 there is a script tool called Diskquotasettings.pl. Refer here:
http://support.microsoft.com/default.aspx?scid=kb;en-us;320047
Hope this help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-16-2005 06:47 PM
тАО03-16-2005 06:47 PM
Re: Directory quota script
On our NAS4000S this can be accomplished through the webbased management tool but I need to automate it by means of a script.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-16-2005 08:02 PM
тАО03-16-2005 08:02 PM
Re: Directory quota script
More details will help us help you!
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-16-2005 08:03 PM
тАО03-16-2005 08:03 PM
Re: Directory quota script
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-16-2005 08:15 PM
тАО03-16-2005 08:15 PM
Re: Directory quota script
What I want to do is the same what is normal for a Novell Netware environment: limiting the size of (sub)directories.
Well... I just found the tool I was looking for. It's very well hidden in the NAS management console. There is "?" in the upper right corner which provides context sensitive help. In there, a command line utility called "dirquota" is mentioned. (I couldn't find this anywhere else in the documentation!)
Just type "dirquota" on a command prompt and additional help is shown on the screen.
Thanks for the additional thinking. :)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-16-2005 08:58 PM
тАО03-16-2005 08:58 PM
Re: Directory quota script
You can set the userspace restrictions or Directory Quota's with a CSV-file import. See the sample.
userspacefl=0,1
0
no userspace info in csv-file.
1
userspace info in csv-file give usespace.
userspace=
dirquotafl=0,1
0
No dirquota info in csv-file.
1
DirQuota info in csv-file, give dirquota.
dirquota=
limit, If value=0, then dirquota will be removed.
http://www.hbware.net/downloads/apps/homes/homes-3.php
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-16-2005 09:22 PM
тАО03-16-2005 09:22 PM