HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Space usage
Operating System - HP-UX
1838195
Members
3721
Online
110125
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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-28-2006 05:58 AM
02-28-2006 05:58 AM
Space usage
All,
I have a HP-UX 10.20. The /home is getting full. Here is the result of bdf:
/dev/vg00/lvol4 99669 82766 6936 92% /home
It shows that I have 100 MB on lvol4. But when I am in /home and type du -sk, here is what I have:
# cd /home
# du -sk
4550 .
My question is: is there anyway for me the check what else is attached lvol4? I have tried to use sam, but did not find anything. Or could be some directories that I did not see?
Any help is appreciated.
I have a HP-UX 10.20. The /home is getting full. Here is the result of bdf:
/dev/vg00/lvol4 99669 82766 6936 92% /home
It shows that I have 100 MB on lvol4. But when I am in /home and type du -sk, here is what I have:
# cd /home
# du -sk
4550 .
My question is: is there anyway for me the check what else is attached lvol4? I have tried to use sam, but did not find anything. Or could be some directories that I did not see?
Any help is appreciated.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2006 06:23 AM
02-28-2006 06:23 AM
Re: Space usage
You could have a process that was writing to a log file that was in /home somewhere - and someone rm'ed that file.
The space won't be reclaimed until after that process dies and/or you umount /home and mount it up again.
Rgds...Geoff
The space won't be reclaimed until after that process dies and/or you umount /home and mount it up again.
Rgds...Geoff
Proverbs 3:5,6 Trust in the Lord with all your heart and lean not on your own understanding; in all your ways acknowledge him, and he will make all your paths straight.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2006 06:53 AM
02-28-2006 06:53 AM
Re: Space usage
Hi,
The discrepancy between the output of bdf and df is usually caused by a process that is writing to a file which has been deleted. But since the process has it open it doesn't unlink it causing the reported anomaly. If you have lsof then you can check this fact by issuing the following command:
# lsof +aL1 /home
cheers!
The discrepancy between the output of bdf and df is usually caused by a process that is writing to a file which has been deleted. But since the process has it open it doesn't unlink it causing the reported anomaly. If you have lsof then you can check this fact by issuing the following command:
# lsof +aL1 /home
cheers!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2006 07:00 AM
02-28-2006 07:00 AM
Re: Space usage
Thanks for your help. lsof +aL1 /home
helped me to locate the process.
helped me to locate the process.
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP