- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Filesystem Full
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
05-22-2003 08:57 AM
05-22-2003 08:57 AM
Filesystem Full
When i issue the command df -k, one of the filesystems indicates 0% availability. I tried to remove some files in the filesystem but status didn't change. There is still lack of disk space.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2003 09:34 AM
05-22-2003 09:34 AM
Re: Filesystem Full
Note - If you removed less that 1% of the file system, it's %free will not change.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2003 09:40 AM
05-22-2003 09:40 AM
Re: Filesystem Full
The other option you have is to try to enlarge the filesystem.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2003 11:12 AM
05-22-2003 11:12 AM
Re: Filesystem Full
So, log off and come back, and you may see the space has disappeared.
Do "fuser -cu /mountpoint" on the mountpoint to see if anyone is in there.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2003 04:02 PM
05-22-2003 04:02 PM
Re: Filesystem Full
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2003 04:50 PM
05-22-2003 04:50 PM
Re: Filesystem Full
Cheers
Con
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2003 08:00 PM
05-22-2003 08:00 PM
Re: Filesystem Full
If you are telling free is 0% it will not come down till you reduce atleast by 1% but you can see channges in KB free/ KB used.
Sometime if you remove a file which is in use than also space will not be released.
2. make sure you are removing files from perticuler file system and the directory inside that FS is not symolic link to other place.
This may help u...
SS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2003 08:01 PM
05-22-2003 08:01 PM
Re: Filesystem Full
Here is a 1-2-3-4-... I would do in this case...
1> #df -k /filesystem
2> #du -sk /filesystem
if there is a difference in the usage shown by both these commands, then
3> #fuser -cu /filesystem
check the processes using the file system.
Check whether any of them has become defunct.
if nobody is using the file system
4> #fuser -cuk /filesystem
5> #umount /file system
note the volume group and logical volume of the filesystem
6> #fsck -y /dev/volumegroup/logicalvolume
7> #mount /filesystem
8> Cross-check the "du -sk" and "df -k" output.
And check available free space.
Hope this helps.
Regards...
Suhas.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2003 08:15 PM
05-22-2003 08:15 PM
Re: Filesystem Full
i faced this issue. after removing the files also the filesystem shows full.
is any application is using the file system ?
so u have to stop the application and umount the filesystem and mount it again.
run fsck also.
some applications causes like this problems.so before removing the files shutdown the application and remove it.
radhakrishnan