- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- [help]about HP's 'quota' command[help]
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
05-12-2004 07:00 PM
05-12-2004 07:00 PM
I've met a problem with HP's 'quota'
in my environment,all the users' home directory are mounted from a file server.
and at the file server,every one have 2GB quota.
the problem is I can use command :
quota -v username under Solaris.and get result like this:
######################################
bash-2.05# quota -v rzhang
Disk quotas for rzhang (uid 59610):
Filesystem usage quota limit timeleft files quota limit timeleft
/disk1 1914072 26214400 26214400 11497 -1 -1
######################################
but under HP
when I type quota -v rzhang
I can't get the number,like below:
######################################
bash-2.05b$ quota -v
Disk quotas for rzhang (uid 59610):
Filesystem usage quota limit timeleft files quota limit timeleft
######################################
so do you know how to solve this kind of problem? thanks in advance.
Br Ricky with 8-)
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2004 07:07 PM
05-12-2004 07:07 PM
Re: [help]about HP's 'quota' command[help]
-v : Display the statistics whether they exceed limits or not. Note that no usage statistics exist if no quota is set.
Check:
directory/quotas: Quota statistics static storage for a file system, where directory is the root of the file system as specified to the mount command.
sks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2004 07:16 PM
05-12-2004 07:16 PM
Re: [help]about HP's 'quota' command[help]
for example,I wanna to know how many quota on my home directort.what command on HP-UX should I use?
Thanks !
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2004 07:23 PM
05-12-2004 07:23 PM
Re: [help]about HP's 'quota' command[help]
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=69529
sks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2004 08:58 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2004 09:19 PM
05-12-2004 09:19 PM
Re: [help]about HP's 'quota' command[help]
for all the different options
man 5 quota
:-) John.