Hi,
I’ve just set up my Suse 11.1 system with software RAID 1 on all partitions. Now I wanted to set up RAID monitoring, but mdadm gave me this suspicious looking message:
susebox:/ mdadm --monitor /dev/md1
Mar 10 11:43:34: DegradedArray on /dev/md1 unknown device
I got the same message for all arrays. Does this mean that all arrays are degraded?
mdadm --detail gives me the following:
susebox:/ mdadm --detail /dev/md1
/dev/md1:
Version : 1.00
Creation Time : Sun Feb 22 14:13:26 2009
Raid Level : raid1
Array Size : 2096468 (2047.68 MiB 2146.78 MB)
Used Dev Size : 2096468 (2047.68 MiB 2146.78 MB)
Raid Devices : 2
Total Devices : 1
Persistence : Superblock is persistent
Intent Bitmap : Internal
Update Time : Tue Mar 10 11:51:08 2009
State : active, degraded
Active Devices : 1
Working Devices : 1
Failed Devices : 0
Spare Devices : 0
Name : linux:1
UUID : aff88832:e4618dcb:f6ea008f:376d32c7
Events : 958
Number Major Minor RaidDevice State
0 8 2 0 active sync /dev/sda2
1 0 0 1 removed
/proc/mdstat shows the following:
Personalities : [raid1] [raid0] [raid6] [raid5] [raid4]
md3 : active raid1 sda4[0]
953594164 blocks super 1.0 [2/1] [U_]
bitmap: 455/455 pages [1820KB], 1024KB chunk
md0 : active raid1 sda1[0]
96376 blocks super 1.0 [2/1] [U_]
bitmap: 4/6 pages [16KB], 8KB chunk
md1 : active raid1 sda2[0]
2096468 blocks super 1.0 [2/1] [U_]
bitmap: 7/8 pages [28KB], 128KB chunk
md2 : active raid1 sda3[0]
20964752 blocks super 1.0 [2/1] [U_]
bitmap: 160/160 pages [640KB], 64KB chunk
So, is my raid array degraded or not? If yes, what do I need to do? If not, how can I properly set up monitoring? I’ve looked at a number of different tutorials, but am still confused.
Thanks in advance for your help!