Monitorando o status do raid

0

Instalei a MegaCLI em um servidor centos 6 e tentei monitorar o status do raid. Quando eu executo megacli -PDList -Aall , esse é o resultado:

[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
A biblioteca

libsysfs está instalada:

[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

Alguma ideia de como posso corrigir isso?

    
por Amin 18.11.2018 / 09:51

1 resposta

2

Eu tive que mudar o caminho para / opt / MegaRAID / MegaCli primeiro e depois executar o comando com:

cd /opt/MegaRAID/MegaCli
./MegaCli64 .
    
por 18.11.2018 / 23:28

Tags