我一直在尝试使用包括raidcfg和omconfig在内的dell srvadmin工具来创build一个raid。
控制器信息:
[root@ksssd tmp]# /opt/dell/toolkit/bin/raidcfg controller controllerid=0 Controller_ID/Slot_ID: 0 Controller_PCI_ID: 1:0:0 Controller_Name: PERC H310 Mini Channels: 2 No.of Virtual_Disks: 0 Array_Disks: 0:0:1,0:1:1,0:2:1,0:3:1 Firmware Version: 20.12.0-0004
但是,我得到这个:
[root@ksssd tmp]# /opt/dell/toolkit/bin/raidcfg controller action=createvdisk controllerid=0 adisk=0:0:1,0:1:1,0:2:1,0:3:1 -r=5 -ssz=64 -wp=wt -rp=ra -sz=3813376 Limit your array disk selection to those disks already included in another single virtual disk or to those array disks that are not used at all by another virtual disk.
我清除并重置控制器,甚至写入零到磁盘的开始和结束,不明白是什么问题…
解决了这个问题,必须先将磁盘从“非RAID”转换为“RAID能力”。
我在启动时使用了raid config工具来完成这一步。
至less在戴尔发货时,它们将处于“Raid-Capable”模式,只有在更换磁盘时才会产生影响。