Hello!
Situation on a server (with 2 x 160GB disks):
# cat /proc/mdstat
Personalities : [raid1]
md2 : active raid1 sda2[0]
156143680 blocks [2/1] [U_]
md1 : active raid1 sda1[0]
104320 blocks [2/1] [U_]
# mdadm --detail --verbose /dev/md1
/dev/md1:
Version : 00.90.01
Creation Time : Sun Apr 26 22:44:37 2009
Raid Level : raid1
Array Size : 104320 (101.89 MiB 106.82 MB)
Device Size : 104320 (101.89 MiB 106.82 MB)
Raid Devices : 2
Total Devices : 1
Preferred Minor : 1
Persistence : Superblock is persistent
Update Time : Tue Feb 8 11:52:12 2011
State : clean, degraded
Active Devices : 1
Working Devices : 1
Failed Devices : 0
Spare Devices : 0
UUID : ed21ddc6:eb1c9806:88dd4ce6:0ab01c75
Events : 0.7324
Number Major Minor RaidDevice State
0 8 1 0 active sync /dev/sda1
1 0 0 - removed
# mdadm --detail --verbose /dev/md2
/dev/md2:
Version : 00.90.01
Creation Time : Sun Apr 26 22:44:37 2009
Raid Level : raid1
Array Size : 156143680 (148.91 GiB 159.89 GB)
Device Size : 156143680 (148.91 GiB 159.89 GB)
Raid Devices : 2
Total Devices : 1
Preferred Minor : 2
Persistence : Superblock is persistent
Update Time : Tue Feb 8 12:17:32 2011
State : clean, degraded
Active Devices : 1
Working Devices : 1
Failed Devices : 0
Spare Devices : 0
UUID : 5067b892:4028cee7:9a3ca544:4997f94a
Events : 0.16225638
Number Major Minor RaidDevice State
0 8 2 0 active sync /dev/sda2
1 0 0 - removed
Call me stupid if you like, but I'm just simply unable to follow the logics in pages like
http://wiki.contribs.org/SME_Server:Documentation:Technical_Manual:Chapter5 so PLEASE could someone give me a clue on what to do???
Background:
This situation was created after I tried to follow the instructions at
http://wiki.contribs.org/SME_Server:Documentation:Technical_Manual:Chapter5#Upgrading_the_Hard_Drive_SizeI swapped one of the disks to a larger one, and no automatic rebuild started...
The result on server (with one 160GB and one 1TB disk) was:
cat /proc/mdstat
Personalities : [raid1]
md2 : active raid1 sda2[0]
156143680 blocks [2/1] [U_]
md1 : active raid1 sda1[0]
104320 blocks [2/1] [U_]
(Hmm, same result as above...)
Since no automatic rebuild started up, and I couldn't afford to have the server down for a long time, I simply shut down and reinstalled the two original diska again.
So now I'm afraid I have created a small mess?
1. How shoud I proceed to get the situation back in order with the two existing 160 GB disks?
2. How should I proceed to switch to 2 x 1 TB disk later????
By the way: The server is a Dell T105.
Any clue is greatly appreciated!!!