襲撃状態の監視

襲撃状態の監視

Centos 6サーバーにMegaCLIをインストールし、RAIDの状態を監視しようとしています。これを実行すると、megacli -PDList -Aall結果は次のようになります。

[root@da435 MegaCli]# megacli -PDList -Aall
OSSpecificInitialize: Failed to load ./libsysfs.so.2.0.2 Please ensure that libsfs is present in the system.
The dependent library libsysfs.so.2.0.1 not available. Please contact LSI for distribution of the package

libsysfsライブラリがインストールされました:

[root@da435 MegaCli]# yum install libsysfs
Loaded plugins: fastestmirror, security
Setting up Install Process
Loading mirror speeds from cached hostfile
 * base: mirrors.tummy.com
 * epel: fedora-epel.mirror.lstn.net
 * extras: mirror.cc.columbia.edu
 * updates: mirror.genesishosting.com
Package libsysfs-2.1.0-7.el6.x86_64 already installed and latest version
Nothing to do

この問題を解決する方法を知っていますか?

ベストアンサー1

まず、パスを/opt/MegaRAID/MegaCliに変更してから、次のコマンドを実行する必要がありました。

cd /opt/MegaRAID/MegaCli
./MegaCli64 .

おすすめ記事