LSI RAID Management: Difference between revisions

From DISI
Jump to navigation Jump to search
(Created page with "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 availa...")
 
(included a few commands related to MegaCli64)
 
Line 4: Line 4:


Linux Tarball available in ~teague/Downloads/lsi/te8msm02sr17.tgz
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'''


[[Category:Sysadmin]]
[[Category:Sysadmin]]

Latest revision as of 22:06, 5 March 2018

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