HP-UX HB v13.00 Ch-14 - JFS

HP-UX Handbook Rev 13.00 Page 36 (of 47)
Chapter 14 Journaled File System (JFS)
October 29, 2013
mounted for write access.
Message: 034
WARNING: msgcnt x: vxfs: mesg 034: vx_resetlog - mount_point file system can't reset
log
Explanation: The kernel encountered an error while resetting the log ID on the file system. This
happens only if the super-block update or log write encountered a device failure. The file system
is disabled to preserve its integrity.
Action: Unmount the file system and use fsck to run a full structural check. Check the console
log for I/O errors. If the problem is a disk failure,replace the disk before the file system is
mounted for write access.
Message: 035
WARNING: msgcnt x: vxfs: mesg 035: vx_inactive - mount_point file system inactive of
locked inode inumber
Explanation:
VOP_INACTIVE was called for an inode while the inode was being used. This should never
happen, but if it does, the file system is disabled.
Action: Unmount the file system and use fsck to run a full structural check. Report as a bug to
WTEC.
Message: 036
WARNING: msgcnt x: vxfs: mesg 036: vx_lctbad - mount_point file system link count
table lctnumber bad
Explanation:
Update to the link count table (LCT) failed. For a Version 2 and above disk layout, the LCT
contains the link count for all the structural inodes. The VX_FULLFSCK flag is set in the super-
block. If the super-block can't be written, the file system is disabled.
Action: Unmount the file system and use fsck to run a full structural check.
Message: 038
WARNING: msgcnt x: vxfs: mesg 038: vx_dqbad - mount_point file system quota file
update error for id
Explanation:
An update to the user quotas file failed for the user ID. The quotas file keeps track of the total
number of blocks and inodes used by each user, and also contains soft and hard limits for each
user ID. The VX_FULLFSCK flag is set in the super-block. If the super-block cannot be written,
the file system is disabled.
Action: Unmount the file system and use fsck to run a full structural check. Check the console