VERITAS File System 4.1 Administrator's Guide

Kernel Messages
Kernel Messages
Appendix B 209
008, 009 WARNING: msgcnt x: mesg 008: V-2-08: vx_direrr - mount_point file system
inode inumber block blkno error errno
WARNING: msgcnt x: mesg 009: V-2-09: vx_direrr - mount_point file system
inode inumber immediate directory error errno
Description
A directory operation failed in an unexpected manner. The mount point,
inode, and block number identify the failing directory. If the inode is an
immediate directory, the directory entries are stored in the inode, so no
block number is reported. If the error is ENOENT or ENOTDIR, an
inconsistency was detected in the directory block. This inconsistency
could be a bad free count, a corrupted hash chain, or any similar directory
structure error. If the error is EIO or ENXIO, an I/O failure occurred
while reading or writing the disk block.
The VX_FULLFSCK flag is set in the super-block so that fsck will do a
full structural check the next time it is run.
Action
Check the console log for I/O errors. If the problem was caused by a disk
failure, replace the disk before the file system is mounted for write access.
Unmount the file system and use fsck to run a full structural check.
010 WARNING: msgcnt x: mesg 010: V-2-10: vx_ialloc - mount_point file
system inode inumber not free
Description
When the kernel allocates an inode from the free inode bitmap, it checks
the mode and link count of the inode. If either is non-zero, the free inode
bitmap or the inode list is corrupted.
The VX_FULLFSCK flag is set in the super-block so that fsck will do a
full structural check the next time it is run.
Action
Unmount the file system and use fsck to run a full structural check.
Table B-1 (Continued)
Message
Number
Message and Definition