ZFS RaidController: Difference between revisions

From Lolly's Wiki
Jump to navigationJump to search
No edit summary
m (Text replacement - "<source" to "<syntaxhighlight")
Line 6: Line 6:
==X4170 mit MegaRAID==
==X4170 mit MegaRAID==
Konfiguration aller Disks als einzelne LogicalDrives
Konfiguration aller Disks als einzelne LogicalDrives
<source lang=bash>
<syntaxhighlight lang=bash>
-cfgclr -a0
-cfgclr -a0
-cfgldadd -r0[252:0] -a0
-cfgldadd -r0[252:0] -a0

Revision as of 20:02, 25 November 2021

Kategorie:Solaris RaidController

ZFS ist besser direkt auf den Disks

Wegen der besseren Checksummen im ZFS möchte man den RaidController abschalten, oder die Disks einzeln herausreichen.

X4170 mit MegaRAID

Konfiguration aller Disks als einzelne LogicalDrives <syntaxhighlight lang=bash> -cfgclr -a0 -cfgldadd -r0[252:0] -a0 -cfgldadd -r0[252:1] -a0 -cfgldadd -r0[252:2] -a0 -cfgldadd -r0[252:3] -a0 -ldsetprop EnDskCache -LAll -a0 -AdpBootDrive -set -L0 -a0 -AdpSetProp MaintainPdFailHistoryEnbl 0 -a0 q for quit </source>