ZFS RaidController: Difference between revisions
From Lolly's Wiki
Jump to navigationJump to search
No edit summary |
|||
Line 13: | Line 13: | ||
-cfgldadd -r0[252:3] -a0 | -cfgldadd -r0[252:3] -a0 | ||
-ldsetprop EnDskCache -LAll -a0 | -ldsetprop EnDskCache -LAll -a0 | ||
-AdpBootDrive -set -L0 -a0 | |||
-AdpBootDrive -set -L1 -a0 | |||
q for quit | q for quit | ||
</source> | </source> |
Revision as of 10:49, 7 November 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
-AdpBootDrive -set -L0 -a0
-AdpBootDrive -set -L1 -a0
q for quit