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

HP-UX Handbook Rev 13.00 Page 37 (of 47)
Chapter 14 Journaled File System (JFS)
October 29, 2013
log for I/O errors. If the disk has a hardware failure, it should be repaired before the file system
is mounted for write access.
Message: 039
WARNING: msgcnt x: vxfs: mesg 039: vx_dqget - mount_point file system user quota
file can't read quota for id
Explanation:
A read of the user quotas file failed for the uid. The quotas file keeps track of the total number
of blocks and inodes used by each user, and 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
log for I/O errors. If the disk has a hardware failure, it should be repaired before the file system
is mounted for write access.
Message: 040
WARNING: msgcnt x: vxfs: mesg 040: vx_bsdquotaupdate - mount_point file system
user id disk limit reached.
Explanation:
The hard limit on blocks was reached. Further attempts to allocate blocks for files owned by the
user will fail.
Action: Remove some files to free up space.
Message: 041
WARNING: msgcnt x: vxfs: mesg 041: vx_bsdquotaupdate - mount_point file system
user id disk quota exceeded too long
Explanation:
The soft limit on blocks was exceeded continuously for longer than the soft quota time limit.
Further attempts to allocate blocks for files will fail.
Action: Remove some files to free up space.
Message: 042
WARNING: msgcnt x: vxfs: mesg 042: vx_bsdquotaupdate - mount_point file system
user id disk quota exceeded.
Explanation: The soft limit on blocks is exceeded. The soft limit can be exceeded for a certain
amount of time before allocations begin to fail. Once the soft quota time limit has expired,
further attempts to allocate blocks for files will fail.
Action: Remove some files to free up space.