mirror of
https://github.com/chubin/cheat.sheets
synced 2024-11-17 09:25:32 +00:00
0adbf03348
* 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
25 lines
558 B
Plaintext
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
|