On my system I want to replace my RAID bus controller: LSI Logic / Symbios Logic MegaRAID SAS 2108 [Liberator] (rev 05)
with a PERC H310
.
Will it be possible to import the existing RAID5 configuration with the new controller?
My system boots from a separate SSD and the raid provides the /home
directory. Is there a possibility to ex- and import the raid configuration and via linux tooling?
I already found this answer:
Reconfiguring RAID 1 Array after Replacing RAID Controller
But this is the replacement of an PERC
controller with another one.
The megacli
tool has the commands
-CfgSave -f filename -aN
-CfgRestore -f filename -aN
Could that be of any use?
The perccli
also has some interesting parameters:
/cx/fall import [preview] [securityKey = xxx]
/cx show foreignautoimport
/cx set foreignautoimport=<on|off>
Does someone have experiences with these?