1831668 Members
2051 Online
110029 Solutions
New Discussion

file system full

 
Tgunawan
Occasional Advisor

file system full

I have hp ux 10.20, with other application on top of it.
Just got problem this station terminated and restart the application.
But after system recover, I run dmesg command and got file system full message.
When I check with bdf none of the Hdd partition shown 100% usage.
Can anybody tell me what to do?

Regards,

Ted
5 REPLIES 5
Pete Randall
Outstanding Contributor

Re: file system full

Ted,

This may well have been a temporary condition. Either that or the process that is filling the file system is still running, still has the file open, and thus bdf can't see it. Are there any processes associated with this application that would be writing to this filesystem at this point?


Pete


Pete
Mark Grant
Honored Contributor

Re: file system full

Teddy,

It probably was full but restarting the application sorted the problem out. I would guess the application created a tempory file that filled up the filesystem and then removed it. This is common practice for tempory files and does not give you the space back until the application closes the file. When you restarted the applciation the space came back.
Never preceed any demonstration with anything more predictive than "watch this"
T G Manikandan
Honored Contributor

Re: file system full

dmesg hold all system error messages which could also be history messges.

The file system could have filled some time before and now bdf gives that it is not full.

check for the timestamp of those messages.

If those messges are recent then that application process is creating a huge temporary file on that file system which fills up the space.

you can use lsof to trace that application process.
Umapathy S
Honored Contributor

Re: file system full

Ted,
You are telling that after system recover, the dmesg command gave file system full. Track the file system.

Check for any biggest files in that file system and try to run fuser on that.

HTH,
Umapathy
Arise Awake and Stop NOT till the goal is Reached!
john korterman
Honored Contributor

Re: file system full

Hi,
did the restart and recover operation involve booting the machine?
If not, the dmesg message could be old, just stating that at a certain time a file system was full.

just guessing...
regards,
John K.
it would be nice if you always got a second chance