LSI RAID Management

From DISI
Revision as of 22:06, 5 March 2018 by Benrwong (talk | contribs) (included a few commands related to MegaCli64)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

LSI RAID management cards are in the Dell machines, the NAS, and also the SiM boxes.

Management client software for linux: LSI MegaRAID Storage Manager.

Linux Tarball available in ~teague/Downloads/lsi/te8msm02sr17.tgz

MegaRaid64 Commands

Utility stored @ /opt/MegaRAID/MegaCli/MegaCli64

# show information + stats about RAID controller
/opt/MegaRAID/MegaCli/MegaCli64 -AdpAllInfo -aAll
# check Logical Disk information (shows RAID levels, sizes, and operational state)
/opt/MegaRAID/MegaCli/MegaCli64 -LDInfo -Lall -aAll
# show physical disk information (outputs individual disk sizes, models)
/opt/MegaRAID/MegaCli/MegaCli64 -PDList -aAll | less