- Community Home
- >
- Servers and Operating Systems
- >
- Legacy
- >
- Operating System - Tru64 Unix
- >
- Re: group quota underflow
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
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
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
тАО12-10-2003 01:14 PM
тАО12-10-2003 01:14 PM
Nov 6 17:50:35 mysmpalpha1 vmunix: chk_bf_quota: group quota underflow for group 7 on fileset /
Nov 7 17:49:16 mysmpalpha1 vmunix: chk_bf_quota: group quota underflow for group 7 on fileset /
Nov 27 07:46:46 mysmpalpha1 vmunix: chk_bf_quota: group quota underflow for group 7 on fileset /
What does this mean? Is there something i need to do?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-10-2003 06:27 PM
тАО12-10-2003 06:27 PM
Solution#vi /etc/fstab
add ... userquota,groupquota.... to the the root filesystem entry
# init 0
# boot -fl s
# bcheckrc
# quotacheck -a -v >/usr/tmp/quota.log 2>&1
# vi /etc/fstab
remove the added values
there seems a mismatch within the quota/filesystem informations
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-18-2004 08:50 PM
тАО03-18-2004 08:50 PM
Re: group quota underflow
steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-18-2004 11:10 PM
тАО03-18-2004 11:10 PM
Re: group quota underflow
I think, I remember you saying that his was supposed to stop at 5.X.
Why is that still popping up?
Someone got an old sourcecode? ;-)
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-19-2004 12:30 AM
тАО03-19-2004 12:30 AM
Re: group quota underflow
i am having the same message.
Do i have to boot the machine in order to get successfully with it ???
Thanks
Bruno
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-19-2004 01:54 AM
тАО03-19-2004 01:54 AM
Re: group quota underflow
make a copy of fstab
#vi /etc/fstab
like:
root_domain#root / advfs rw,userquota,groupquota 0 1
# init 0
shutdown
# boot -fl s
boot single user
# bcheckrc
check and mount local file systems
# quotacheck -a -v >/usr/tmp/quota.log 2>&1
Reports discrepancies between the calculated and recorded disk quotas.
restore old copy of fstab
reboot
greetings,
Michael