I created a raid array in my System. But if i take a look at the Webadmin Raid Section it tells me the Raid is Damaged.
I think everything is correct all drives are there,all are formated and partionated.
Here is fdisk -l:
dcerouter_1047678:~# fdisk -l
Disk /dev/sda: 500.1 GB, 500107862016 bytes
81 heads, 63 sectors/track, 191411 cylinders, total 976773168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0xd545b967
Device Boot Start End Blocks Id System
/dev/sda1 2048 976773167 488385560 83 Linux
Disk /dev/sdb: 500.1 GB, 500107862016 bytes
81 heads, 63 sectors/track, 191411 cylinders, total 976773168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x663227a6
Device Boot Start End Blocks Id System
/dev/sdb1 2048 976773167 488385560 83 Linux
Disk /dev/md127: 1000.2 GB, 1000213577728 bytes
2 heads, 4 sectors/track, 244192768 cylinders, total 1953542144 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 524288 bytes / 1048576 bytes
Disk identifier: 0xc1649732
Device Boot Start End Blocks Id System
/dev/md127p1 2048 1953542143 976770048 83 Linux
Disk /dev/sdc: 124.2 GB, 124218507264 bytes
255 heads, 63 sectors/track, 15102 cylinders, total 242614272 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000001
Device Boot Start End Blocks Id System
/dev/sdc1 * 63 219303314 109651626 83 Linux
/dev/sdc2 219303315 242613629 11655157+ 82 Linux swap / Solaris
My Sytem is:
/sda is 1 Raid Disk
/sdb is 2 Raid Disk
/md127 is the raid
/sdc is the systemdisk(not in raid)
Mdadm detail tells me:
dcerouter_1047678:~# mdadm --detail /dev/md127
mdadm: excess program on PROGRAM line: /usr/pluto/bin/monitoring_RAID.sh - ignored
/dev/md127:
Version : 1.2
Creation Time : Thu Mar 3 20:07:05 2016
Raid Level : raid0
Array Size : 976771072 (931.52 GiB 1000.21 GB)
Raid Devices : 2
Total Devices : 2
Persistence : Superblock is persistent
Update Time : Thu Mar 3 20:07:05 2016
State : clean
Active Devices : 2
Working Devices : 2
Failed Devices : 0
Spare Devices : 0
Chunk Size : 512K
Name : dcerouter:0 (local to host dcerouter)
UUID : 212d1c96:296dc5ec:a9969cfb:8db856e7
Events : 0
Number Major Minor RaidDevice State
0 8 1 0 active sync /dev/sda1
1 8 17 1 active sync /dev/sdb1
But if i take a look in the Webadmin it tells me Raid is Damaged.39 CORE Storage Software Raid 0 /dev/md127p1 2 931.52GiB DAMAGED
What is wrong?
Howie