Skip to content

Instantly share code, notes, and snippets.

@Fossil01
Last active May 18, 2016 13:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Fossil01/2194c001ec77697de65edee4351d66e8 to your computer and use it in GitHub Desktop.
Save Fossil01/2194c001ec77697de65edee4351d66e8 to your computer and use it in GitHub Desktop.
Create RAID array on OVH Server

Creating a RAID array on OVH Servers with Hardware RAID (MegaRAID)

Type this into your terminal:

MegaCli -CfgLDAdd -R1[252:2,252:3] -a0

Where R1 means RAID-1. So R0 means RAID-0 etc.

252:2 and 252:3 are the disk numbers as they appear in MegaCLI. 2,3 were my two SATA disks. The SSD's were already configured as RAID-1 when installing the OS. Not sure what 252 means.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment