Chinaunix首页 | 论坛 | 博客
  • 博客访问: 55762
  • 博文数量: 21
  • 博客积分: 10
  • 博客等级: 民兵
  • 技术积分: 155
  • 用 户 组: 普通用户
  • 注册时间: 2011-04-11 08:40
个人简介

努力过着轻松日子的苦逼IT工程师……

文章分类

全部博文(21)

文章存档

2013年(21)

我的朋友

分类: LINUX

2013-08-23 10:39:14

Problem



Veritas Storage Foundation lists the status of a disk as "failing" in response to errors that are detected while reading or writing to a disk. The status is designed to draw administrative attention to disks that have experienced errors. Reviewing the status of the disks in the disk array, as well as any connected storage area network (SAN) components, is recommended to determine if a hardware problem exists.

Since it is possible for a disk to be flagged as "failing" in response to an isolated event, this status does not necessarily mean that the disks have a hardware problem.

 


Error



# vxdisk list

DEVICE TYPE DISK GROUP STATUS
c0t0d0s2 auto:sliced rootdg01 rootdg online
c0t1d0s2 auto:sliced rootdg01 rootdg2 online failing


Solution



 

This article is a part of a set on troubleshooting failed, or failing, disks. Click here to start at the beginning:

 


Note: "Failing" should not be confused with "failed was." This is a different status. Further information on the "failed was" status can be found here:


1. Check the disk array as well as any connected SAN components for hardware problems.

2. Review the messages log, for the operating system, for events that refer to disk read and write errors.

3. If no persistent I/O errors are discovered, it may be that the "failing" status was triggered by transient error rather than a truly failing disk. In this case, you can simply clear the status. If the failing status continues to reappear for the same disk, it may be a sign that there is genuine, hardware problem with the disk, or with the SAN connectivity.

 


Note: If the "failing" status appears to be a genuine problem, and not just a transient error, the disk may be replaced. Information about replacing failing disks can be found here:

 

Use vxedit to clear the "failing" status (Figure 1):

Figure 1 - Using vxedit to clear the "failing" status


Syntax:

vxedit -g set failing=off


Example, with typical output:

# vxedit -g rootdg2 set failing=off rootdg01


Vxdisk now shows that the "failing" status has been cleared:


# vxdisk list
DEVICE TYPE DISK GROUP STATUS
c0t0d0s2 auto:sliced rootdg01 rootdg online
c0t1d0s2 auto:sliced rootdg01 rootdg2 online        

 




Legacy ID



306560


Article URL

阅读(470) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~