Operating System - HP-UX
1837941 Members
3048 Online
110124 Solutions
New Discussion

Incorrectly reported filesystem size

 
Steve Boulding
Occasional Contributor

Incorrectly reported filesystem size

We have had a few recent instances of filesystem utilisation being mis-reported. For instance a bdf would show a filesystem being at 99% full, even though it was only actually 5% full. All these have been resolved by unmounting the filesystem. Is there a reason behind this and/or a better solution?

Thanks

2 REPLIES 2
melvyn burnard
Honored Contributor

Re: Incorrectly reported filesystem size

This sounds like the old issue of a file being removed/unlinked while a process still has it open. Unmounting the files system and remounting fixes this, but a process having a file open will usually stop the umount. More often, th e process terminates, leaves the in-core information there, and then only gets fixed on the umount/mount sequence.
I suspect a bad application or script here.
My house is the bank's, my money the wife's, But my opinions belong to me, not HP!
Iain F. Brown
Valued Contributor

Re: Incorrectly reported filesystem size

PHCO_17477 libc patch may cure the problem if not installed
Changes to __fstatvxfs() in libc/core/gen/statvxfs.c to reflect newer versions of the Veritas File System (VxFS) fixes erroneous results from bdf.