Continuously check the RAID auditing on your server to avoid to loss of data. Your data center will not monitor your RAID device health.
Here iam trying to explain how to monitor your RAID hardware on your freeBSD as well as Linux
We can check hardware RAID conditions using various commands. These commands are with respect to the RAID hardware manufacturer.
So first we need to understand which hard drive your server is using
dmesg | grep -i RAID
~]# pciconf -lv :- in freeBSD
server [~]# lspci :- In Linux
You will get a out put like
RAID bus controller: 3ware Inc 9xxx-series SATA-RAID
Now we can check the RAID status for this server.
For 3ware
[~]# tw_cli /c0 show
If this software is not installed on your server you need to install .. you can get the full details from the vendor
For Megacli
# MegaCli -LDInfo -LAll -aAll
For Adaptec
[~]# lspci
02:00.0 RAID bus controller: Adaptec AAC-RAID (rev 09)
[~]# grep aac /proc/devices
253 aac
Adaptec AAC raid Monitoring command:
/usr/StorMan/arcconf GETCONFIG 1
Thank you,
No comments:
Post a Comment