000-221 · Question #75
What is the supported process to correct filesystem corruption which prevents a normal boot?
The correct answer is A. Boot the system into a maintenance shell Access the volume group and start a shell before mounting. Repairing filesystem corruption that blocks a normal AIX boot requires booting into a maintenance shell, accessing the volume group, and running fsck on the corrupted filesystem before mounting it.
Question
What is the supported process to correct filesystem corruption which prevents a normal boot?
Options
- ABoot the system into a maintenance shell Access the volume group and start a shell before mounting
- BBoot the system into a maintenance shell Access the volume group and start a shell Run fsck on the
- CBoot the system into a restricted shell Access the volume group and start a shell before mounting the
- DBoot the system into a restricted shell Access the volume group and start a shell Run fsck on the rootvg
How the community answered
(55 responses)- A71% (39)
- B4% (2)
- C16% (9)
- D9% (5)
Why each option
Repairing filesystem corruption that blocks a normal AIX boot requires booting into a maintenance shell, accessing the volume group, and running fsck on the corrupted filesystem before mounting it.
Booting into a maintenance shell in AIX provides a recovery environment where filesystems are not automatically mounted, allowing safe use of repair utilities. The volume group must be varied on manually to make the physical volumes accessible before fsck can be run against the corrupted filesystem. Running fsck prior to mounting is critical because executing it on an already-mounted filesystem can cause additional corruption rather than repairing it.
While this option also references a maintenance shell, the described sequence omits or misorders the required steps, making it an incomplete or incorrect recovery procedure compared to option A.
A restricted shell in AIX limits available commands and is not the correct boot environment for performing low-level filesystem repair operations such as varying on volume groups and running fsck.
Booting into a restricted shell does not provide the necessary access to AIX maintenance utilities required to vary on the rootvg and execute fsck for filesystem repair.
Concept tested: AIX filesystem repair using fsck in maintenance mode
Source: https://www.ibm.com/docs/en/aix/7.1?topic=f-fsck-command
Topics
Community Discussion
No community discussion yet for this question.