XK0-004 · Question #232
A Linux administrator receives a call from the network operations team that one of the database applications is down on a Linux server. The Linux server is configured with RAID 1 for redundancy, and t
The correct answer is A. mdadm /dev/md0 --remove /dev/sdb1 C. mdadm /dev/md0 --fail /dev/sdb1. https://gist.github.com/plepe/52ecc9f18efb32c68d18
Question
A Linux administrator receives a call from the network operations team that one of the database applications is down on a Linux server. The Linux server is configured with RAID 1 for redundancy, and the array /dev/md0 consists of two devices called /dev/sda1 and /dev/sdb1. After looking at the status of the RAID 1 array in the /proc/mdstat file, the administrator discovers the RAID 1 array is degraded and the disk /dev/sdb1 on which the database application was installed appears to have failed. Which of the following steps should the administrator take to remove the device /dev/sdb1 from the RAID array md0? (Choose two.)
Exhibit
Options
- Amdadm /dev/md0 --remove /dev/sdb1
- Bmdadm /dev/sdb1 --fail /dev/md0
- Cmdadm /dev/md0 --fail /dev/sdb1
- Dmdadm /dev/sdb1 --remove /dev/md0
- Eracadm --remove /dev/sdb1
- Fracadm --fail /dev/sdb1
How the community answered
(21 responses)- A81% (17)
- D10% (2)
- E5% (1)
- F5% (1)
Explanation
Topics
Community Discussion
No community discussion yet for this question.
