- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- set quota for user.
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
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
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
02-26-2006 12:30 PM
02-26-2006 12:30 PM
I need to set quota (1GB) for xxx user. How can i do it. Please help !!
Thanks so much.
Vu.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2006 12:52 PM
02-26-2006 12:52 PM
Re: set quota for user.
You will need the edquota command for this.
Rgds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2006 12:59 PM
02-26-2006 12:59 PM
Re: set quota for user.
I has just read a HP Doc, but i don't understand what 's it mean. Can you explain to me.
Tks!
edquota user
fs /home blocks (soft = 10000, hard = 12000)
inodes (soft = 250, hard = 300)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2006 03:02 PM
02-26-2006 03:02 PM
Solution#edquota user
The command:
[fs /home blocks (soft = 20000, hard = 24000) inodes (soft = 250, hard = 300)]
Basically sets the following:
A soft limit of 20000 blocks - the max number of blocks user can use.
A hard limit of 24000 blocks - the absolute max number of blocks user can use.
A soft limit of 250 files - the max number of files.
A hard limit of 300 files - the absolute max number of files.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2006 03:27 PM
02-26-2006 03:27 PM
Re: set quota for user.
The main difference b/t soft and hard limit is, once the user crosses soft limit, his terminal will receive a Warning saying that he has crossed the soft limit. There by User is made aware that he is going to reach his hard limit. The soft limit can enforce the user not to exceed further based on the time limit that can be set, or until the user reaches the hard limit within the time limit.
For further details.. refer..
http://www.informatik.uni-frankfurt.de/doc/man/hpux/quota.5.html
regards,
Senthil Kumar .A
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2006 06:10 PM
02-26-2006 06:10 PM
Re: set quota for user.
Vu.