免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
12下一页
最近访问板块 发新帖
查看: 3997 | 回复: 10
打印 上一主题 下一主题

V440做raid1出现needs maintenance [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2007-07-03 09:48 |只看该作者 |倒序浏览
有一台V440,用sds做的raid1
# metastat
d0: Mirror
    Submirror 0: d10
      State: Needs maintenance
    Submirror 1: d20
      State: Needs maintenance
    Pass: 1
    Read option: roundrobin (default)
    Write option: parallel (default)
    Size: 32054400 blocks

d10: Submirror of d0
    State: Needs maintenance
    Invoke: metareplace d0 c1t0d0s0 <new device>
    Size: 32054400 blocks
    Stripe 0:
        Device              Start Block  Dbase State        Hot Spare
        c1t0d0s0                   0     No    Maintenance  


d20: Submirror of d0
    State: Needs maintenance
    Invoke: after replacing "Maintenance" components:
                metareplace d0 c1t1d0s0 <new device>
    Size: 32054400 blocks
    Stripe 0:
        Device              Start Block  Dbase State        Hot Spare
        c1t1d0s0                   0     No    Last Erred   

在CU中看到有tx处理过类似的问题,于是在做好系统备份后,我用以下命令去修复镜像
# metareplace -e d0 c1t0d0s0
修复完成后出现如下状态
# metastat
d0: Mirror
    Submirror 0: d10
      State: Needs maintenance
    Submirror 1: d20
      State: Needs maintenance
    Pass: 1
    Read option: roundrobin (default)
    Write option: parallel (default)
    Size: 32054400 blocks

d10: Submirror of d0
    State: Needs maintenance
    Invoke: metasync d0
    Size: 32054400 blocks
    Stripe 0:
        Device              Start Block  Dbase State        Hot Spare
        c1t0d0s0                   0     No    Resyncing  
  


d20: Submirror of d0
    State: Needs maintenance
    Invoke: after replacing "Maintenance" components:
                metareplace d0 c1t1d0s0 <new device>
    Size: 32054400 blocks
    Stripe 0:
        Device              Start Block  Dbase State        Hot Spare
        c1t1d0s0                   0     No    Last Erred

请问各位大侠,接下来该如何做啊?是重启一下还是直接调用metasync d0?谢谢

论坛徽章:
0
2 [报告]
发表于 2007-07-03 09:57 |只看该作者
v440是可以做硬raid1的,有可能是硬盘挂了。format看看

论坛徽章:
0
3 [报告]
发表于 2007-07-03 10:01 |只看该作者
从表象来看,硬盘没坏。需要再检测磁盘坏道吗?
# format
Searching for disks...done


AVAILABLE DISK SELECTIONS:
       0. c1t0d0 <SUN72G cyl 14087 alt 2 hd 24 sec 424>
          /pci@1f,700000/scsi@2/sd@0,0
       1. c1t1d0 <SUN72G cyl 14087 alt 2 hd 24 sec 424>
          /pci@1f,700000/scsi@2/sd@1,0
       2. c1t2d0 <SUN72G cyl 14087 alt 2 hd 24 sec 424>
          /pci@1f,700000/scsi@2/sd@2,0
       3. c1t3d0 <SUN72G cyl 14087 alt 2 hd 24 sec 424>
          /pci@1f,700000/scsi@2/sd@3,0

论坛徽章:
2
双鱼座
日期:2014-02-23 12:10:03操作系统版块每日发帖之星
日期:2015-12-17 06:20:00
4 [报告]
发表于 2007-07-03 10:15 |只看该作者
iostat -En
dmesg

论坛徽章:
0
5 [报告]
发表于 2007-07-03 10:18 |只看该作者
晕二楼的,别人是用sds做的raid1,不要想当然教条的说V440是硬raid

现检查d20(c1t1d0s0)是不是有问题(比如坏道之类的),做之前先备份。
metasync d0
如果d20坏了,则需要换盘
metareplace -e d20 c1t1d0s0

论坛徽章:
0
6 [报告]
发表于 2007-07-03 10:21 |只看该作者
好象有报错的,接下来该怎么办啊?
# iostat -En
c0t0d0          Soft Errors: 0 Hard Errors: 2 Transport Errors: 0
Vendor: TOSHIBA  Product: ODD-DVD SD-C2732 Revision: 1051 Serial No: 01/07/05
Size: 18446744073.71GB <-1 bytes>
Media Error: 0 Device Not Ready: 2 No Device: 0 Recoverable: 0
Illegal Request: 0 Predictive Failure Analysis: 0
c1t0d0          Soft Errors: 0 Hard Errors: 7 Transport Errors: 4
Vendor: FUJITSU  Product: MAT3073N SUN72G  Revision: 0602 Serial No: 000520B05D2R     
Size: 73.40GB <73400057856 bytes>
Media Error: 6 Device Not Ready: 0 No Device: 1 Recoverable: 0
Illegal Request: 0 Predictive Failure Analysis: 0
c1t1d0          Soft Errors: 2 Hard Errors: 23 Transport Errors: 12
Vendor: FUJITSU  Product: MAT3073N SUN72G  Revision: 0602 Serial No: 000520B05EWN     
Size: 73.40GB <73400057856 bytes>
Media Error: 20 Device Not Ready: 0 No Device: 3 Recoverable: 2
Illegal Request: 0 Predictive Failure Analysis: 0
c1t2d0          Soft Errors: 0 Hard Errors: 0 Transport Errors: 0
Vendor: FUJITSU  Product: MAT3073N SUN72G  Revision: 0602 Serial No: 000520B05DY9     
Size: 73.40GB <73400057856 bytes>
Media Error: 0 Device Not Ready: 0 No Device: 0 Recoverable: 0
Illegal Request: 0 Predictive Failure Analysis: 0
c1t3d0          Soft Errors: 0 Hard Errors: 0 Transport Errors: 0
Vendor: FUJITSU  Product: MAT3073N SUN72G  Revision: 0602 Serial No: 000520B05DFJ     
Size: 73.40GB <73400057856 bytes>
Media Error: 0 Device Not Ready: 0 No Device: 0 Recoverable: 0
Illegal Request: 0 Predictive Failure Analysis: 0
# dmesg
Jul  3 08:53:03 cim-sat01 scsi: [ID 107833 kern.warning] WARNING: /pci@1f,700000/scsi@2/sd@1,0 (sd2):
Jul  3 08:53:03 cim-sat01       Error for Command: read(10)                Error Level: Fatal
Jul  3 08:53:03 cim-sat01 scsi: [ID 107833 kern.notice]         Requested Block: 9273856                   Error Block: 9273960
Jul  3 08:53:03 cim-sat01 scsi: [ID 107833 kern.notice]         Vendor: FUJITSU                            Serial Number: 0520B05EWN  
Jul  3 08:53:03 cim-sat01 scsi: [ID 107833 kern.notice]         Sense Key: Media Error
Jul  3 08:53:03 cim-sat01 scsi: [ID 107833 kern.notice]         ASC: 0x11 (<vendor unique code 0x11>), ASCQ: 0x1, FRU: 0x0
Jul  3 08:53:03 cim-sat01 md_stripe: [ID 641072 kern.warning] WARNING: md: d20: read error on /dev/dsk/c1t1d0s0

论坛徽章:
2
双鱼座
日期:2014-02-23 12:10:03操作系统版块每日发帖之星
日期:2015-12-17 06:20:00
7 [报告]
发表于 2007-07-03 10:32 |只看该作者
c1t1d0          Soft Errors: 2 Hard Errors: 23 Transport Errors: 12
Vendor: FUJITSU  Product: MAT3073N SUN72G  Revision: 0602 Serial No: 000520B05EWN     
Size: 73.40GB <73400057856 bytes>
Media Error: 20 Device Not Ready: 0 No Device: 3 Recoverable: 2
Illegal Request: 0 Predictive Failure Analysis: 0
换这个磁盘吧!

论坛徽章:
0
8 [报告]
发表于 2007-07-03 10:39 |只看该作者
好的。那么现在这个状态下,我应该怎么再操作呢?是先重启动呢?还是做metasync d0?

论坛徽章:
0
9 [报告]
发表于 2007-07-03 10:41 |只看该作者
好像c1t0d0也命不长。
c1t0d0          Soft Errors: 0 Hard Errors: 7 Transport Errors: 4
Vendor: FUJITSU  Product: MAT3073N SUN72G  Revision: 0602 Serial No: 000520B05D2R     
Size: 73.40GB <73400057856 bytes>
Media Error: 6 Device Not Ready: 0 No Device: 1 Recoverable: 0
Illegal Request: 0 Predictive Failure Analysis: 0

论坛徽章:
2
双鱼座
日期:2014-02-23 12:10:03操作系统版块每日发帖之星
日期:2015-12-17 06:20:00
10 [报告]
发表于 2007-07-03 10:41 |只看该作者
现在最好不要重启,先把镜像拆掉,从c1t0d0启动主机。。。。
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP