Hi,
I recently installed 7.5.1 on a new server (HP ML 110 G6) with 4 identical HDD and followed the 'Moving SME to new hardware' howto to transfer everything from our existing server (also with 4 HDD but started out with 7.3 ? and upgraded to 7.5.1).
Last week I received
A DegradedArray event has been detected on md device /dev/md1
so I removed & re-added the sda1 to the array and then received
A SpareActive event has been detected on md device /dev/md1.
Device /dev/sda1 is now an active member of md device /dev/md1
This is the output of mdadm.conf and mdstat:
DEVICE partitions
ARRAY /dev/md2 level=raid5 num-devices=3 spares=2 UUID=85f95d35:6ee44c78:8bb85570:19e5f164
ARRAY /dev/md1 level=raid1 num-devices=4 UUID=58368727:fab34221:15b334b3:7232af96
[root@smeserver ~]# cat /proc/mdstat
Personalities : [raid1] [raid5]
md2 : active raid5 sdc2[0] sdd2[2] sdb2[1]
976558592 blocks level 5, 256k chunk, algorithm 2 [3/3] [UUU]
md1 : active raid1 sda1[0] sdd1[3] sdc1[2] sdb1[1]
104320 blocks [4/4] [UUUU]
unused devices: <none>
However, the output of mdadm.conf and mdstat on the original server is as follows:
DEVICE partitions
ARRAY /dev/md2
ARRAY /dev/md1
[root@smeserver3 ~]# cat /proc/mdstat
Personalities : [raid1] [raid5]
md2 : active raid5 sda2[0] sdc2[3] sdd2[2] sdb2[1]
490014208 blocks level 5, 256k chunk, algorithm 2 [3/3] [UUU]
md1 : active raid1 sda1[0] sdd1[3] sdc1[2] sdb1[1]
104320 blocks [3/3] [UUU]
unused devices: <none>
So on the old server, sda2 was part of the Raid 5 array but on the new server it is missing. Is this due to sda1 being kicked out of the array on the new server when the array degraded? Do I need to add sda2 back into the md2 array?
Is the Raid 5 array on the new server configured correctly or do I need to take any other action?
How can you tell from the mdstat if the Raid 5 array & spare is functioning properly?
Thanks for any advice (& thanks for the great software)
(Apologies if I am repeating a previous question but I had a search here and on Google and couldn't find anything that matched my installation with 4 disks.)