An uncertified drive has been detected
SUN 6540 一块硬盘故障,新购一块替换之后发现状态异常,磁盘识别为未认证状态,以下回答来自oracle 论坛,仅供各位参考使用,另外说一下百度搜索实在是惨不忍睹,除了广告没有什么有价值的信息。
Storage 6140 disk replacement because of DacStore Revision
像这种情况,一定要注意控制器版本,同时也不建议进入命令行去操作,毕竟数据无价,避免不值得的操作。
本例情况就是和供应商重新换一块就好了。
附:请勿随意操作!
Controller firmware 6.xx and earlier have a different metadata (DACstore) data structure than controller firmware 7.xx and later. Metadata consists of the array and logical drive configuration data for a specific DS4000 or DS5000 storage subsystem. These two metadata data structures are not interchangeable. When powered up and in optimal operational state, the storage subsystem with controller firmware version 7.xx and later will be able to convert the metadata from the drives configured in storage subsystems with controller firmware version 6.xx and earlier to controller firmware version 7.xx metadata data structure. However, the storage subsystem with controller firmware version 6.xx and earlier cannot read the metadata from the drives configured in storage subsystems with controller firmware version 7.xx and later.
shellUsr
wy3oo&w4
1) unplug all drives
2) connect to the serial or via rlogin to one controller (doesn't matter
which one)
3) insert a drive
-> you get an output like this:
04/01/08-11:13:27 (GMT) (ssmDriveSpinTask): NOTE:
cfgCommonReplaceCode: dev = 0x400002
04/01/08-11:13:29 (GMT) (ssmDriveSpinTask): WARN: Unsupported
dacstore: dev = 0x400002
(ssmDriveSpinTask): NOTE: cfgCommonReplaceCode: complete dev =
0x400002
4) note down the devnum (0x400002 in this case)
5) rewrite the dacstore area: isp cfgWipe1,<devnum>
(isp cfgWipe1,0x400002 for this example)
6) repeat steps 3 to 5 for all drives
7) if done, reboot bot controllers and you will see all drives
Case closed, I appreciated your help Alexander, thank you.