LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 02-20-2009, 07:02 AM   #1
lecnt
LQ Newbie
 
Registered: Feb 2009
Posts: 5

Rep: Reputation: 0
Question mdadm issues - active, degraded, Not Started


I have/had a RAID5 array with four 250GB drives. As a result of some poking around inside the computer while it was running, the system froze and I had to hard reset it. After booting up it looks like the RAID array got messed up. It looks as if one of the drives were removed. Here's what mdadm says:
Code:
# mdadm -D /dev/md0
/dev/md0:
        Version : 00.90.03
  Creation Time : Thu Dec 27 08:47:02 2007
     Raid Level : raid5
    Device Size : 244198464 (232.89 GiB 250.06 GB)
   Raid Devices : 4
  Total Devices : 3
Preferred Minor : 0
    Persistence : Superblock is persistent

    Update Time : Wed Feb 11 22:04:35 2009
          State : active, degraded, Not Started
 Active Devices : 3
Working Devices : 3
 Failed Devices : 0
  Spare Devices : 0

         Layout : left-symmetric
     Chunk Size : 64K

           UUID : 654d2ad9:ca55af99:8b394a0b:cda00542
         Events : 0.5

    Number   Major   Minor   RaidDevice State
       0      33        0        0      active sync   /dev/hde
       1      33       64        1      active sync   /dev/hdf
       2      34        0        2      active sync   /dev/hdg
       3       0        0        3      removed
and this is what dmesg says:
Code:
# dmesg | grep md0
md: md0 stopped.
md: md0: raid array is not clean -- starting background reconstruction
raid5: cannot start dirty degraded array for md0
raid5: failed to run raid set md0
and it won't even explain:
Code:
# mdadm -E /dev/md0
mdadm: No md superblock detected on /dev/md0.
Do I still have hope or did I lose all my data? I stopped messing around with it before I do something bad and mess it up even more (if that's even possible).

Any help would be greatly appreciated.

- George
 
Old 02-20-2009, 09:37 AM   #2
jschiwal
LQ Guru
 
Registered: Aug 2001
Location: Fargo, ND
Distribution: SuSE AMD64
Posts: 15,733

Rep: Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682
When you say "poking around inside the computer", do you mean physically?

Go into the bios. Does the computer physically detect the forth drive? You might want to check the cables and determine whether there is a hardware problem with the drive/cable/controller before proceeding.

Last edited by jschiwal; 02-20-2009 at 09:41 AM.
 
Old 02-20-2009, 09:57 AM   #3
lecnt
LQ Newbie
 
Registered: Feb 2009
Posts: 5

Original Poster
Rep: Reputation: 0
Oh, yes, I forgot to mention that the drive shows up ok and it looks like it's working. It was removed from the array. But the array should recover without that drive, right?

And yes, it was a physical poking. I didn't really get inside, I was just playing around the fan on the side but I guess by moving the fan's power cord I moved something else too.
 
Old 02-20-2009, 10:23 AM   #4
jschiwal
LQ Guru
 
Registered: Aug 2001
Location: Fargo, ND
Distribution: SuSE AMD64
Posts: 15,733

Rep: Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682
Try replacing the drive (/dev/hdh) and run "mdadm --query /dev/hdh". Does it recognize it as a member of an array?

I think you will want to monitor mdadm and determine if it is trying to rebuild the array. Did you have 3 drives & 1 spare? If it is rebuilding, then leave it alone until finished.
 
Old 02-20-2009, 10:39 AM   #5
lecnt
LQ Newbie
 
Registered: Feb 2009
Posts: 5

Original Poster
Rep: Reputation: 0
How do I replace the drive? Do I do the following?
Code:
mdadm --manage /dev/md0 --add /dev/hdh
The fourth drive wasn't a spare, all drives were used in the array. I'm so scared to do anything to the array.
 
Old 02-20-2009, 03:27 PM   #6
lecnt
LQ Newbie
 
Registered: Feb 2009
Posts: 5

Original Poster
Rep: Reputation: 0
Or do I have to do
Code:
mdadm --manage /dev/md0 --re-add /dev/hdh
 
Old 02-23-2009, 08:38 AM   #7
lecnt
LQ Newbie
 
Registered: Feb 2009
Posts: 5

Original Poster
Rep: Reputation: 0
OK, I was impatient so I had to try something and it worked. Here's what I did in case someone else has the same problem.
Code:
[root@LECBackup ~]# mdadm --manage /dev/md0 --re-add /dev/hdh
mdadm: re-added /dev/hdh
[root@LECBackup ~]# cat /sys/block/md0/md/array_state
inactive
[root@LECBackup ~]# echo "clean" > /sys/block/md0/md/array_state
[root@LECBackup ~]# cat /sys/block/md0/md/array_state
clean
[root@LECBackup ~]# mdadm -D /dev/md0
/dev/md0:
        Version : 00.90.03
  Creation Time : Thu Dec 27 08:47:02 2007
     Raid Level : raid5
     Array Size : 732595392 (698.66 GiB 750.18 GB)
    Device Size : 244198464 (232.89 GiB 250.06 GB)
   Raid Devices : 4
  Total Devices : 4
Preferred Minor : 0
    Persistence : Superblock is persistent

    Update Time : Wed Feb 11 22:04:35 2009
          State : clean
 Active Devices : 4
Working Devices : 4
 Failed Devices : 0
  Spare Devices : 0

         Layout : left-symmetric
     Chunk Size : 64K

           UUID : 654d2ad9:ca55af99:8b394a0b:cda00542
         Events : 0.5

    Number   Major   Minor   RaidDevice State
       0      33        0        0      active sync   /dev/hde
       1      33       64        1      active sync   /dev/hdf
       2      34        0        2      active sync   /dev/hdg
       3      34       64        3      active sync   /dev/hdh
After this I mounted the volume and I've been copying the data off of it ever since.
 
  


Reply

Tags
degraded, mdadm, started



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
mdadm: how to avoid complete rebuild of RAID 6 array (6/8 active devices) pbwtortilla Linux - Server 4 12-25-2009 08:06 PM
MDADM screws up the LVM partitions? Can't mount the LVMs after mdadm stopped alirezan1 Linux - Newbie 3 11-18-2008 04:42 PM
mdadm: active, degraded ... what do I do? mesosphere Linux - General 7 06-09-2008 03:18 PM
RAID 5 with mdadm "spare" and "active sync" confusion ufmale Linux - Server 1 12-08-2007 10:31 AM
Degraded raid1 array problem on slack 12.0.0 / mdadm slack-12.0.0 Slackware 5 10-12-2007 06:36 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 12:25 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration