使用MegaCli获取硬raid磁盘状态
Posted jalyzjs
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了使用MegaCli获取硬raid磁盘状态相关的知识,希望对你有一定的参考价值。
##下载安装MegaCli
apt -y install unzip rpm wget
cd /server/src
wget https://docs.broadcom.com/docs-and-downloads/raid-controllers/raid-controllers-common-files/8-07-14_MegaCLI.zip
unzip 8-07-14_MegaCLI.zip
rpm -ivh /server/src/Linux/MegaCli-8.07.14-1.noarch.rpm --force --nodeps
ln -s /opt/MegaRAID/MegaCli/MegaCli64 /usr/local/bin/megacli
##执行megacli如果报错megacli: error while loading shared libraries: libncurses.so.5: cannot open shared object file: No such file or directory
apt -y install libncurses5
硬件raid信息查询
megacli -LDInfo -Lall -aALL ##查看raid状态,主要raid level和number of drives查看raid级别和总盘数
megacli -cfgdsply -aall ##查看raid盘的状态,firmware state: online spun up表示该盘正常,其他状态均为不正常,需报警检查。
详细参考:https://cloud.tencent.com/developer/article/1409642
以上是关于使用MegaCli获取硬raid磁盘状态的主要内容,如果未能解决你的问题,请参考以下文章