ZFS RaidController: Difference between revisions

From Lolly's Wiki
Jump to navigationJump to search
m (Text replacement - "<source" to "<syntaxhighlight")
m (Text replacement - "</source" to "</syntaxhighlight")
Line 16: Line 16:
-AdpSetProp MaintainPdFailHistoryEnbl 0 -a0
-AdpSetProp MaintainPdFailHistoryEnbl 0 -a0
q for quit
q for quit
</source>
</syntaxhighlight>

Revision as of 22:11, 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

-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