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
01-21-2005 02:36 AM
01-21-2005 02:36 AM
I cant find the file that is doing it. I checked all '.' files and dirs. I dont see anyting,,,,anywhere in root that is doing this. Anyone seen this before?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2005 02:39 AM
01-21-2005 02:39 AM
Re: / full
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2005 02:42 AM
01-21-2005 02:42 AM
Solutiondu -kx | sort -rn | head
or
find / -xdev -size +10000
both before and after installation, one of these commands should find it.
You can use diff on the results, but it should be obvious.
OVO also spills it's Java and other error messages into /etc/rc.log - have a look there.
I won't ask if /tmp is a filesystem of it's own :)
If You found the bad file, don't simply delete it, do a fuser -u on it first, only delete if it's not opened by anything.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2005 02:42 AM
01-21-2005 02:42 AM
Re: / full
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2005 08:00 AM
01-21-2005 08:00 AM
Re: / full
After trying the above solutions ...if you still have the problem , it could be possible that some process is holding the space ... do an fuser on the / File system
and see who is accessing it ... if possible try killing / stoping that application / process ... or a reboot will clear the spcae , if it is process related.
Rgds / James
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2005 11:37 AM
01-21-2005 11:37 AM
Re: / full
for example... let's suppose /home is a file-system having lot's of Free space.
then create: /home/OV and link -s the /etc/OV into /home/OV.
you might want to also do this befoe you perform the link:
before link:
Stop all OV processes
mv /etc/OV /etc/OV.OLD
mkdir /home/OV
ln -s /home/OV /etc/OV
cd /etc/OV.OLD
find . -print |cpio -pdmuv /home/OV
now, bring up OV, and it might be writing to /etc/OV, which now points to /home/OV.
again, substitute: "/home" for a file-system name or a new file-system with lot's of free space.
as an alternative here, if it's a log file that is causing the space problems, you might want to simply link it's parent directory instead.
bol (best of luck)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2005 03:03 PM
01-21-2005 03:03 PM