LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 01-10-2010, 03:59 AM   #1
radnoran
LQ Newbie
 
Registered: Jan 2010
Posts: 1

Rep: Reputation: 0
mdadm and degraded arrays


I wasn't sure if this was the right place to post this.

However, I'm currently having issues with an email being sent out about a degraded array.

I've checked through mdadm, and have received the following when I've run commands.

I'm still pretty new to linux, and in-fact, this is the first time I've had to do something with software RAID.

Any idea's on how I remedy the degraded array?

Code:
root@x [~]
root@x [~]# mdadm --detail /dev/md0 --test
/dev/md0:
        Version : 0.90
  Creation Time : Sat Jan  9 06:26:48 2010
     Raid Level : raid1
     Array Size : 225279360 (214.84 GiB 230.69 GB)
  Used Dev Size : 225279360 (214.84 GiB 230.69 GB)
   Raid Devices : 2
  Total Devices : 1
Preferred Minor : 0
    Persistence : Superblock is persistent

    Update Time : Sun Jan 10 03:56:38 2010
          State : active, degraded
 Active Devices : 1
Working Devices : 1
 Failed Devices : 0
  Spare Devices : 0

           UUID : a361507c:398443c0:4b8636c7:d644af10
         Events : 0.13513

    Number   Major   Minor   RaidDevice State
       0       0        0        0      removed
       1       8       17        1      active sync   /dev/sdb1

root@x [~]# mdadm --detail /dev/md1 --test
/dev/md1:
        Version : 0.90
  Creation Time : Sat Jan  9 06:26:40 2010
     Raid Level : raid1
     Array Size : 16779776 (16.00 GiB 17.18 GB)
  Used Dev Size : 16779776 (16.00 GiB 17.18 GB)
   Raid Devices : 2
  Total Devices : 1
Preferred Minor : 1
    Persistence : Superblock is persistent

    Update Time : Sun Jan 10 01:53:32 2010
          State : clean, degraded
 Active Devices : 1
Working Devices : 1
 Failed Devices : 0
  Spare Devices : 0

           UUID : d4fb8f39:c65f7e8c:047983be:069e505f
         Events : 0.14

    Number   Major   Minor   RaidDevice State
       0       8        2        0      active sync   /dev/sda2
       1       0        0        1      removed

# mdadm --query /dev/sda1
/dev/sda1: is not an md array
/dev/sda1: device 0 in 2 device mismatch raid1 /dev/md0.  Use mdadm --examine for more detail.
root@x [~]# mdadm --query /dev/sda2
/dev/sda2: is not an md array
/dev/sda2: device 0 in 2 device active raid1 /dev/md1.  Use mdadm --examine for more detail.
root@x [~]# mdadm --query /dev/sdb1
/dev/sdb1: is not an md array
/dev/sdb1: device 1 in 2 device active raid1 /dev/md0.  Use mdadm --examine for more detail.
root@x [~]# mdadm --query /dev/sdb2
/dev/sdb2: is not an md array
/dev/sdb2: device 1 in 2 device mismatch raid1 /dev/md1.  Use mdadm --examine for more detail.
Thanks.
 
Old 01-11-2010, 01:18 PM   #2
indienick
Senior Member
 
Registered: Dec 2005
Location: London, ON, Canada
Distribution: Arch, Ubuntu, Slackware, OpenBSD, FreeBSD
Posts: 1,853

Rep: Reputation: 65
Am I right in assuming that RAID md0 has members sda1 and sdb1, and RAID md1 has members sda2 and sdb2?

If this is the case, just run the following command to re-add the missing members back to their respective RAIDs:
Code:
root# mdadm /dev/md0 -a /dev/sda1
root# mdadm /dev/md1 -a /dev/sdb2
Before you do the commands I've listed above, please post the output of /proc/mdstat. To watch what's happening with the RAID, as it rebuilds, or just in general, issue the following command:
Code:
root# watch -n1 cat /proc/mdstat
To kill this command, just press Ctrl-C.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
raid1 mdadm repair degraded array with used good hard drive catbird Linux - Hardware 7 07-09-2009 12:31 AM
mdadm issues - active, degraded, Not Started lecnt Linux - General 6 02-23-2009 08:38 AM
parition type for mdadm raid arrays ljwobker Linux - Server 0 01-08-2009 05:29 PM
mdadm: active, degraded ... what do I do? mesosphere Linux - General 7 06-09-2008 03:18 PM
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 - Newbie

All times are GMT -5. The time now is 06:51 PM.

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