1847591 Members
4576 Online
110265 Solutions
New Discussion

Filesystem inode error

 
nancy rippey
Trusted Contributor

Filesystem inode error

I am recieving an inode error under var. I unmounted var and ran an fsck which fixed some damage, I then reran fsck and /var was clean. When the server booted I still receive the inode error. I have been able to track it down to a file under /var/spool/sockets/pwgr. The file does not exist but I tried a rm -r anyway and the response was that it does not exist, as root I then tried to touch the file but recieve 'cannot create', I can touch other files no problem.
I have run the vsfs version of fsam for extent reorg. but am still having the problem. Any ideas?
nrip
3 REPLIES 3
Mark Vollmers
Esteemed Contributor

Re: Filesystem inode error

when you rebooted, did you use the "reboot -n" command? the HP manuals say that you need to to do this otherwise the changes that were made by the fsck don't get saved because the "reboot" command runs the sync command, which undo the changes.
"We apologize for the inconvience" -God's last message to all creation, from Douglas Adams "So Long and Thanks for all the Fish"
nancy rippey
Trusted Contributor

Re: Filesystem inode error

Yes, my command was shutdown -nr
nrip
Juergen Nagel_1
Frequent Advisor

Re: Filesystem inode error

Hallo,

I would run the fsck on the /dev/vg00/lvolXX.
Make sync an rerun the fsck. After that, make a normal shutdown.

bye