LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   RAID 1 Error (https://www.linuxquestions.org/questions/linux-newbie-8/raid-1-error-850818/)

fareedreg 12-17-2010 02:39 AM

RAID 1 Error
 
1 Attachment(s)
I had just configure RAID 1 on my IBM X3400 Server ..Partition information is md0 boot , md1 swap and md2 is root ....but after resyn when i run cat /proc/mdstat I realize that md0 and md1 is ok and present with [UU] status. BUT the md2 is showing on one [U_].. that means my root partition is not properly in RAID 1..

Please suggest how can i make it active in both drive. Or i need to reinstall complete system again. Screen shot attached

fareedreg 12-17-2010 08:26 AM

Quote:

Originally Posted by fareedreg (Post 4194483)
I had just configure RAID 1 on my IBM X3400 Server ..Partition information is md0 boot , md1 swap and md2 is root ....but after resyn when i run cat /proc/mdstat I realize that md0 and md1 is ok and present with [UU] status. BUT the md2 is showing on one [U_].. that means my root partition is not properly in RAID 1..

Please suggest how can i make it active in both drive. Or i need to reinstall complete system again. Screen shot attached



If I try to make the raid again with command...

$ mdadm /dev/md2 -- add /dev/sdb1

then it give error that

mdadm: Cannot open /dev/sdb1 : Device or resource busy


How can i manage to get the raid back on the root partition.

fareedreg 12-28-2010 06:32 AM

Not able to find out solution yet..

Noway2 12-28-2010 09:33 AM

You appear to have some kind of error. What are the outputs of
Code:

mdadm --detail status /dev/md2 and cat /proc/mdstat


All times are GMT -5. The time now is 08:07 AM.