- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- HP-UX Disk Quotas not being applied to a single us...
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
10-20-2016 12:38 PM
10-20-2016 12:38 PM
HP-UX Disk Quotas not being applied to a single user
I'm in the middle of testing the disk quotas implementation in my DEV environment, so far what has been done is:
- Turned on the disk quotas.
- Edited the template file for quotas.
- Applied this quota to three different users for testing purposes.
My problem is that everything seems to work fine but for one user, as shown below:
Template
Disk quotas for user user1 (uid 160092752):
Filesystem usage quota limit timeleft files quota limit timeleft
/home 54 10240 12288 22 0 0
/DI_Data_AU1 1 20971520 104857600 1 0 0
fs /DI_Data_AU1 blocks time limit = 1.00 day, files time limit = 0.00 day
fs /home blocks time limit = 1.00 day, files time limit = 0.00 day
Affected users results
Disk quotas for user user2 (uid 21462):
Filesystem usage quota limit timeleft files quota limit timeleft
/home 52 10240 12288 16 0 0
/DI_Data_AU1 6201889 20971520 104857600 2317 0 0
Disk quotas for user user3 (uid 13830):
Filesystem usage quota limit timeleft files quota limit timeleft
/home 233 10240 12288 16 0 0
/DI_Data_AU1 52531824 20971520 104857600 EXPIRED 5185 0 0
Disk quotas for user user4 (uid 13042):
Filesystem usage quota limit timeleft files quota limit timeleft
/home 6161 10240 12288 61 0 0
/DI_Data_AU1 28003296 20971520 104857600 EXPIRED 30123 0 0
User2 has clearly exceeded the quota soft limit, the clock never starts counting and is able to write on disk as if nothing happened. While User3 and User4 are correctly being restricted since the clok started and 24 hours have passed since so their time is expired and they're not able to write on disk anymore.
Any ideas what might be happening with User2?
Thanks.