2
0
mirror of https://github.com/chubin/cheat.sheets synced 2024-11-17 09:25:32 +00:00
cheat.sheets/sheets/MegaCli
Igor Chubin 0adbf03348 Fix comment length in all first-level cheat sheets
*  sheets/MegaCli
*  sheets/az
*  sheets/azure
*  sheets/blktrace
*  sheets/emacs
*  sheets/exim
*  sheets/go
*  sheets/ipython
*  sheets/jq
*  sheets/nmap
*  sheets/perl
*  sheets/psql
*  sheets/redis
*  sheets/sed
*  sheets/smartctl
*  sheets/solidity
*  sheets/yq_v4
2020-11-22 13:10:48 +01:00

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