Software Raid Rebuild

FreePBX 13.0.163
SHMZ release 6.5 (Final)
Asterisk 11.14.2

sda is degraded (screenshot below). My goal is to rebuild utilizing a new drive. What is the ideal way to accomplish this?

Hello,

Not sure if this can help you or not: http://wiki.freepbx.org/display/PPS/Rebuilding+Software+Raid

Upon following this guide, I’ve encountered an issue with the drive I’m copying from:

[~]# fdisk -l /dev/sdb
Device Boot Start End Blocks Id System
/dev/sdb1 * 1 39 307200 fd Linux raid autodetect
Partition 1 does not end on cylinder boundary.
/dev/sdb2 39 169 1048576 fd Linux raid autodetect
Partition 2 does not end on cylinder boundary.
/dev/sdb3 169 60802 487029760 fd Linux raid autodetect
[root@trxbxla ~]#

Is there a documented solution for this?

Solution found (sfdisk -d /dev/sdb | sfdisk --force /dev/sda). Rebuild underway.