This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
computing:storage:megaraid [2012/12/05 11:47] gcooper |
— (current) | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== LSI MegaRAID ====== | ||
- | |||
- | ===== MegaCLI ===== | ||
- | |||
- | http:// | ||
- | |||
- | http:// | ||
- | |||
- | Install MegaCLI: | ||
- | |||
- | < | ||
- | wget ftp:// | ||
- | |||
- | unzip 8.00.23_Linux_MegaCLI.zip | ||
- | |||
- | rpm -Uvh Lib_Utils-1.00-08.noarch.rpm MegaCli-8.00.23-1.i386.rpm | ||
- | </ | ||
- | |||
- | The path to MegaCLI may not be added during installation, | ||
- | |||
- | < | ||
- | cd / | ||
- | </ | ||
- | |||
- | Silence an alarm: | ||
- | |||
- | < | ||
- | ./MegaCli -AdpSetProp -AlarmSilence -aALL | ||
- | </ | ||
- | |||
- | :!: You have to escape the brackets and braces needed by some commands. | ||
- | |||
- | :!: To manipulate a particular physical device, address it by enclosure and slot: | ||
- | |||
- | |E |Enclosure Device ID| | ||
- | |S |Slot Number | ||
- | |||
- | Disk info for drive on port 6: | ||
- | |||
- | < | ||
- | ./MegaCli -pdInfo -PhysDrv \[252:6\] -aALL | ||
- | </ | ||
- | |||
- | Display all information about all RAID adapter / settings: | ||
- | |||
- | < | ||
- | ./MegaCli -AdpAllinfo -aALL | ||
- | </ | ||
- | |||
- | Display information about all physical drives: | ||
- | |||
- | < | ||
- | ./MegaCli -PDList -aALL | ||
- | </ | ||
- | |||
- | Display information about all logical / virtual drives: | ||
- | |||
- | < | ||
- | ./MegaCli -LDGetProp -LALL -aALL | ||
- | </ | ||
- | |||