Monitoring raid status
Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
I have installed MegaCLI on a centos 6 server and trying to monitor the raid status. When I run megacli -PDList -Aall
this is the result:
[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 library is installed:
[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
Any idea how can I fix this?
centos raid
add a comment |
up vote
0
down vote
favorite
I have installed MegaCLI on a centos 6 server and trying to monitor the raid status. When I run megacli -PDList -Aall
this is the result:
[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 library is installed:
[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
Any idea how can I fix this?
centos raid
What is the result ofldd megacli
?
– Romeo Ninov
Nov 18 at 9:27
ldd: ./megacli: No such file or directory
– Amin
Nov 18 at 20:14
1
enter the full path to themegacli
executable
– Romeo Ninov
Nov 18 at 20:38
Wow, man you saved me! it worked! I ran "./MegaCli64 -PDList -Aall | less" in "/opt/MegaRAID/MegaCli" path.
– Amin
Nov 18 at 22:26
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I have installed MegaCLI on a centos 6 server and trying to monitor the raid status. When I run megacli -PDList -Aall
this is the result:
[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 library is installed:
[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
Any idea how can I fix this?
centos raid
I have installed MegaCLI on a centos 6 server and trying to monitor the raid status. When I run megacli -PDList -Aall
this is the result:
[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 library is installed:
[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
Any idea how can I fix this?
centos raid
centos raid
edited Nov 18 at 9:26
Romeo Ninov
4,89431627
4,89431627
asked Nov 18 at 8:51
Amin
3915
3915
What is the result ofldd megacli
?
– Romeo Ninov
Nov 18 at 9:27
ldd: ./megacli: No such file or directory
– Amin
Nov 18 at 20:14
1
enter the full path to themegacli
executable
– Romeo Ninov
Nov 18 at 20:38
Wow, man you saved me! it worked! I ran "./MegaCli64 -PDList -Aall | less" in "/opt/MegaRAID/MegaCli" path.
– Amin
Nov 18 at 22:26
add a comment |
What is the result ofldd megacli
?
– Romeo Ninov
Nov 18 at 9:27
ldd: ./megacli: No such file or directory
– Amin
Nov 18 at 20:14
1
enter the full path to themegacli
executable
– Romeo Ninov
Nov 18 at 20:38
Wow, man you saved me! it worked! I ran "./MegaCli64 -PDList -Aall | less" in "/opt/MegaRAID/MegaCli" path.
– Amin
Nov 18 at 22:26
What is the result of
ldd megacli
?– Romeo Ninov
Nov 18 at 9:27
What is the result of
ldd megacli
?– Romeo Ninov
Nov 18 at 9:27
ldd: ./megacli: No such file or directory
– Amin
Nov 18 at 20:14
ldd: ./megacli: No such file or directory
– Amin
Nov 18 at 20:14
1
1
enter the full path to the
megacli
executable– Romeo Ninov
Nov 18 at 20:38
enter the full path to the
megacli
executable– Romeo Ninov
Nov 18 at 20:38
Wow, man you saved me! it worked! I ran "./MegaCli64 -PDList -Aall | less" in "/opt/MegaRAID/MegaCli" path.
– Amin
Nov 18 at 22:26
Wow, man you saved me! it worked! I ran "./MegaCli64 -PDList -Aall | less" in "/opt/MegaRAID/MegaCli" path.
– Amin
Nov 18 at 22:26
add a comment |
1 Answer
1
active
oldest
votes
up vote
2
down vote
I had to change the path to /opt/MegaRAID/MegaCli first and then run the command with:
cd /opt/MegaRAID/MegaCli
./MegaCli64 .
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
2
down vote
I had to change the path to /opt/MegaRAID/MegaCli first and then run the command with:
cd /opt/MegaRAID/MegaCli
./MegaCli64 .
add a comment |
up vote
2
down vote
I had to change the path to /opt/MegaRAID/MegaCli first and then run the command with:
cd /opt/MegaRAID/MegaCli
./MegaCli64 .
add a comment |
up vote
2
down vote
up vote
2
down vote
I had to change the path to /opt/MegaRAID/MegaCli first and then run the command with:
cd /opt/MegaRAID/MegaCli
./MegaCli64 .
I had to change the path to /opt/MegaRAID/MegaCli first and then run the command with:
cd /opt/MegaRAID/MegaCli
./MegaCli64 .
edited Nov 18 at 23:08
Jeff Schaller
36.3k952119
36.3k952119
answered Nov 18 at 22:28
Amin
3915
3915
add a comment |
add a comment |
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f482493%2fmonitoring-raid-status%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
What is the result of
ldd megacli
?– Romeo Ninov
Nov 18 at 9:27
ldd: ./megacli: No such file or directory
– Amin
Nov 18 at 20:14
1
enter the full path to the
megacli
executable– Romeo Ninov
Nov 18 at 20:38
Wow, man you saved me! it worked! I ran "./MegaCli64 -PDList -Aall | less" in "/opt/MegaRAID/MegaCli" path.
– Amin
Nov 18 at 22:26