« Use fantomTest to test web pages from multiple locations
RESTful way to manage your databases »

Operating on Dell RAID arrays cheatsheet

I have to infrequently add new drives to Dell RAID arrays like H700. For some reason it takes me couple searches to find the info so here so I can find it later.

List all drives

/opt/MegaRAID/MegaCli/MegaCli64 -PDList -aALL

Create a RAID array (e.g. RAID 0)

/opt/MegaRAID/MegaCli/MegaCli64 -CfgLdAdd -r0 [32:4, 32:5] -aALL

List working RAID arrays

/opt/MegaRAID/MegaCli/MegaCli64 -LDInfo -Lall -aALL

Confirm you got the right RAID array e.g. Virtual Disk 1

/opt/MegaRAID/MegaCli/MegaCli64 -LDInfo -L1 -aALL

Delete RAID array

/opt/MegaRAID/MegaCli/MegaCli64 -CfgLdDel -L1 -aALL


								
				

This entry was posted on Wednesday, November 23rd, 2011 at 17:16 and is filed under Uncategorized. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

One Response to “Operating on Dell RAID arrays cheatsheet”

  1. spacer Jeff Schroeder Says:
    November 23rd, 2011 at 19:13

    You missed a few good ones. Here you go:

    Show the configuration
    β€’ MegaCli64 -CfgDsply -aAll
    β€’ MegaCli64 -AdpAllInfo -aAll

    Read the event log
    β€’ MegaCli -AdpEventLog -GetEvents -f events.log –aALL

Leave a Reply


Switch to our mobile site

gipoco.com is neither affiliated with the authors of this page nor responsible for its contents. This is a safe-cache copy of the original web site.