- 论坛徽章:
- 2
|
本帖最后由 东方蜘蛛 于 2011-01-27 12:56 编辑
Resolution:
This problem can be fixed by throttling the speed of the Ultra320 HBA in the mpt driver configuration file to the maximum speed supported by the SE3310. It is also strongly recommended to upgrade the SE3310 controller and/or saf-te firmware to the latest version.
To limit the HBA speed to 160MB/s, create the file /kernel/drv/mpt.conf with the following contents, then reboot the system.
•For an SE3310 RAID array:
(there must be exactly 5 spaces between SUN and StorEdge)
device-type-scsi-options-list =
"SUN StorEdge 3310", "SE3310-scsi-options";
SE3310-scsi-options = 0x41ff8;
•For an SE3310 JBOD:
(this example is for a dual-ported HBA with device paths /pci@1e,600000/scsi@3 and /pci@1e,600000/scsi@3,1)
name="mpt" parent="/pci@1e,600000"
unit-address="3"
scsi-options=0x1ff8;
name="mpt" parent="/pci@1e,600000"
unit-address="3,1"
scsi-options=0x1ff8; |
|