You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
558 B
Plaintext

# MegaCli
# A command line administration of LSI MegaRaid controllers.
# It allows to create physical raids, gather info about raids and monitor raids.
# Install MegaCLI
yum install MegaCli # CentOS
apt-get install megacli # Ubuntu
# Controller information
MegaCli -AdpAllInfo -aALL
MegaCli -CfgDsply -aALL
# Enclosure information
MegaCli -EncInfo -aALL
# Virtual drive information
MegaCli -LDInfo -Lall -aALL
# Physical drive information
MegaCli -PDList -aALL
MegaCli -PDInfo -PhysDrv [E:S] -aALL
# Battery backup information
MegaCli -AdpBbuCmd -aALL