ZFS RaidController: Difference between revisions

From Lolly's Wiki
Jump to navigationJump to search
No edit summary
No edit summary
Line 12: Line 12:
-cfgldadd -r0[252:2] -a0
-cfgldadd -r0[252:2] -a0
-cfgldadd -r0[252:3] -a0
-cfgldadd -r0[252:3] -a0
-ldsetprop -EnDskCache -LAll -a0
-ldsetprop EnDskCache -LAll -a0
q for quit
q for quit
</source>
</source>

Revision as of 15:46, 13 October 2014

Kategorie:Solaris Kategorie:ZFS

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
q for quit