ONTAP Hardware

Failed Disk Problem

natrian_maxwell
17,254 Views

Hello,

( PLease excuse any typos....some of my keys are sticking.)

I am currently running Netapp Simulator 7.3.2. Last night before I went to bed I decided to zero all of my spare disks. Well, during the course of my night, my simulator went to sleep. This caused 6 disks to go into a failed status.

How can I recover these disks and brink them ou of a broken status?

Example:

Broken disks

RAID Disk    Device    HA  SHELF BAY CHAN Pool Type  RPM  Used (MB/blks)    Phys (MB/blks)
---------    ------    ------------- ---- ---- ---- ----- --------------    --------------
failed      v4.29    v4    1   13  FC:B   -  FCAL  N/A  1020/2089984      1027/2104448
failed      v4.37    v4    2   5   FC:B   -  FCAL  N/A  1020/2089984      1027/2104448
failed      v4.38    v4    2   6   FC:B   -  FCAL  N/A  1020/2089984      1027/2104448
failed      v4.39    v4    2   7   FC:B   -  FCAL  N/A  1020/2089984      1027/2104448
failed      v4.40    v4    2   8   FC:B   -  FCAL  N/A  1020/2089984      1027/2104448
failed      v4.41    v4    2   9   FC:B   -  FCAL  N/A  1020/2089984      1027/2104448
Netapp>

Thanks

1 ACCEPTED SOLUTION

sinhaa
17,254 Views

You can try the following to unfail your disks.

"priv set diag" { swicth to diag mode }

"disk unfail -s <disk_name>"  { -s is to unfail your disks and to make them spare}

e.g. "disk unfail -s v4.29"

Let me know how it worked out.

warm regards,
Abhishek

If this post resolved your issue, help others by selecting ACCEPT AS SOLUTION or adding a KUDO.

View solution in original post

3 REPLIES 3

sinhaa
17,255 Views

You can try the following to unfail your disks.

"priv set diag" { swicth to diag mode }

"disk unfail -s <disk_name>"  { -s is to unfail your disks and to make them spare}

e.g. "disk unfail -s v4.29"

Let me know how it worked out.

warm regards,
Abhishek

If this post resolved your issue, help others by selecting ACCEPT AS SOLUTION or adding a KUDO.

natrian_maxwell
17,254 Views

Perfect thanks. Is there a way I can do mulitple at once? Or do you normally have to do them one at a time?

sinhaa
17,254 Views

I think the command takes only one disk name at a time. I tired with 2 disk names and got the error as:

f2050-184-104*> disk unfail 0c.00.2 0c.00.3
disk unfail: Has extra arguments
usage: disk unfail [-s (make disk spare)] <disk_name>
f2050-184-104*>

If you have too many disk you can write a small script to do this.

Thanks.

warm regards,

Abhishek

If this post resolved your issue, help others by selecting ACCEPT AS SOLUTION or adding a KUDO.
Public