⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.23
Server IP:
178.33.27.10
Server:
Linux cpanel.dev-unit.com 3.10.0-1160.108.1.el7.x86_64 #1 SMP Thu Jan 25 16:17:31 UTC 2024 x86_64
Server Software:
Apache/2.4.57 (Unix) OpenSSL/1.0.2k-fips
PHP Version:
8.2.11
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
local
/
src
/
netdata
/
health
/
guides
/
mdstat
/
View File Name :
mdstat_disks.md
### Understand the alert This alert presents the number of devices in the down state for the respective RAID array raising it. If you receive this alert, then the array is degraded and some array devices are missing. ### What is a "degraded array" event? When a RAID array experiences the failure of one or more disks, it can enter degraded mode, a fallback mode that generally allows the continued usage of the array, but either loses the performance boosts of the RAID technique (such as a RAID-1 mirror across two disks when one of them fails; performance will fall back to that of a normal, single drive) or experiences severe performance penalties due to the necessity to reconstruct the damaged data from error correction data. ### Troubleshoot the alert - Examine for faulty or offline devices Having a degraded array means that one or more devices are faulty or missing. To fix this issue, check for faulty devices by running: ``` mdadm --detail <RAIDDEVICE> ``` Replace "RAIDDEVICE" with the name of your RAID device. To recover the array, replace the faulty devices or bring back any offline devices. ### Useful resources 1. [Degraded Mode](https://en.wikipedia.org/wiki/Degraded_mode) 2. [Mdadm recover degraded array procedure](https://www.thomas-krenn.com/en/wiki/Mdadm_recover_degraded_Array_procedure) 3. [mdadm Manual page](https://linux.die.net/man/8/mdadm) 4. [mdadm cheat sheet](https://www.ducea.com/2009/03/08/mdadm-cheat-sheet/)