- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: root file system fills up, reboot goes back to...
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
09-10-2002 12:56 PM
09-10-2002 12:56 PM
root file system fills up, reboot goes back to 7 %
Please help be figure out why my root fs fills up preriodically. I can't find any obvious reasons and when the system is restarted bdf shows / at 7%.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2002 01:07 PM
09-10-2002 01:07 PM
Re: root file system fills up, reboot goes back to 7 %
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2002 01:09 PM
09-10-2002 01:09 PM
Re: root file system fills up, reboot goes back to 7 %
I have actually seen this happen to a system having a problem. (Where /etc/rc.log fills /.) You may want to use the command 'du' to look and see what is getting to be very large on your system as / starts filling.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2002 01:13 PM
09-10-2002 01:13 PM
Re: root file system fills up, reboot goes back to 7 %
It could be any number of things.
You need to look at the system - specifically the / filesystem before it's full to determine just what's filling it.
Use this command:
du -akx | sort -nr | more
and it will list in descending size order the files/dirs in / & this will help you/us determine just what's eating up the space.
Clay's correct - nothing *should* be writing to / to the point that it would fill it up.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2002 01:36 PM
09-10-2002 01:36 PM
Re: root file system fills up, reboot goes back to 7 %
HTH
Marty
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2002 12:32 PM
09-12-2002 12:32 PM
Re: root file system fills up, reboot goes back to 7 %
I am really surprised that after reboot the bdf is back at 7%.
I had a problem where the rpc.lockd.log file in /var/adm was filling up. There was a patch to fix the problem.
Don't know if that helps, but it may be a place to look.
- Allan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2002 12:38 PM
09-12-2002 12:38 PM
Re: root file system fills up, reboot goes back to 7 %
crw-rw-rw- 1 bin bin 3 0x000002 Sep 12 15:20 /dev/null
If it does not, then recreate it using mknod command.
Rich