To know the Hardware RAID controller and other information use lspci command.
lspci | grep -i raid
O/P:
01:00.0 RAID bus controller: LSI Logic / Symbios Logic MegaRAID SAS 2108 [Liberator] (rev 05)
The above command shows the RAID controller vendor details.
Installation of Megacli in Centos:
- Download the MeGaCLIzip from the below link
- http://www.lsi.com/downloads/Public/RAID Controllers/RAID Controllers Common Files/8.07.14_MegaCLI.zip
- Unzip the contents and install the RPM’s in the folder using rpm -ivh command
- Setup an alias likeroot#: alias MegaCli="/opt/MegaRAID/MegaCli/MegaCli64"
- Add the same line to /root/.bashrc
No comments:
Post a Comment