This alert is related to the Adaptec RAID controller, which manages the logical device statuses on your RAID configuration. When this alert is triggered in a critical state, it means that a logical device state value is in a degraded or failed state, indicating that one or more disks in your RAID configuration have failed.
Data is priceless. Before taking any action, ensure to have necessary backups in place. Netdata is not liable for any loss or corruption of any data, database, or software.
Your Adaptec RAID card will automatically start rebuilding a faulty hard drive when you replace it with a healthy one. Sometimes this operation may take some time or may not start automatically.
Check if the rebuild process is already running:
root@netdata # arcconf GETSTATUS <Controller_num>
Replace <Controller_num>
with the number of your RAID controller.
Examine the output of the previous command to find any segments that are idle or missing.
If the rebuild process hasn't started automatically, change the logical device (ld) status manually. This action will trigger a rebuild on your RAID:
root@netdata # arcconf SETSTATE <Controller_num> LOGICALDRIVE <LD_num> OPTIMAL ADVANCED nocheck noprompt
Replace <Controller_num>
with the number of your RAID controller and <LD_num>
with the number of the logical device.