Once again, thanks a lot for your help. This has been a good learning experience!
I managed to bring the sdb disk back into the RAID array by utilizing the mdadm add command. So, the first part of the problem is fixed.
The other is that your system seems to be booting from sdb (it's booting from a grub configuration which is different than the one you can see on the /boot partition).
The boot sequence defined in the bios is probably set to boot the logical mapped sdb disk before the sda disk. But, when the disks are properly mirrored, it should not matter which one is first. Should I change the bios boot sequence to boot sda before sdb?
Anyway, after synchronizing the disks, the correct boot menu appeared in the next boot and I managed to boot from the newest kernel. Unfortunately this did not fix my network problem. Every now and then the card does not come up on boot and I have the performance issue. Copying a 0.2 GB file over the local Gigabit network from a client to a server disk takes approximately 1 hour. The weird thing is that this used to be OK, something has happened. I suspect it is connected to getting more files on the disk and a connection to samba as described here:
http://bugs.centos.org/view.php?id=3218. It is different from this bug since I also have write problems. My question is then, are there any plans for a kernel update on the SME8 in the near future that might fix this problem?
You haven't told us your system history, so we don't know when that might have occurred.
The system is a fresh install from a CD with both disks installed. I have never intentionally booted the system with only one disk. The following is what I suspect has happened:
1. Fresh install on new hardware, 2 disks no USB and no internet connection plugged in.
2. Boot with USB plugged in and an external net connection. The boot took forever probably because it was trying to boot from my USB, but it finally came up. I suspect that it only came up with the sda disk. I did a yum update causing the new kernel to be installed on the sda disk, I also installed the affa contrib and did a restore from the USB.
3. In the next boot , I most probably changed the bios boot sequence due to the problem above. The boot finished in a normal time and I came up with both disks, but a degraded array. Since the bios boot sequence is booting sdb before sda, the boot menu was reflecting the grub.conf on the sdb disk which originated from the CD install and not the grub.conf on the sda originating from the yum update.