Complete this task to check for file system consistency.
About this task
The purpose of this task is to discover all error messages
that indicate the need to run fsck. Perform the following steps to
check for file system consistency errors:
Procedure
- Open the /var/log/messages file.
- Search for error messages of the following types:
- GFS: fsid=<cluster name>:<file system name>: fatal filesystem
consistency error
- GFS: fsid=<cluster name>:<file system name>: about to withdraw
from the cluster
- GFS: fsid=<cluster name>:<file system name>: telling LM
to withdraw
- GFS: fsid=<cluster name>:<file system name>: withdrawn
- kernel: [<ffffffff887e8094>] :gfs:gfs_lm_withdraw+0xc4/0xd3
- gfs_controlId[2905]: <file system name> finish: needs recovery
jjd 0 nodeid 2 status 1
Results
If you find these types of error messages, run fsck on the file systems referenced by the error messages.