A general word of caution.
The added raid drive will need to be blank, it is suggested to remove all drives except for the drive to be blanked
and boot to a CD i.e. Knoppix.
That will ensure you don't accidentally blank a drive with data on it.
WARNING! This will destroy ALL data on the hard drive, all boot sector info and all data on all partitions.
If the drive has.....
Windoz on it.
dd if=/dev/zero of=/dev/hdx bs=512 count=1
Zero's out the boot sector.
Linux or Windoz on it
dd if=/dev/zero of=/dev/hdx bs=1M
Zero's out the entire drive.
df -h # Will show the current installed drives.
Substitute the above (dd) commands with the absolute drive to be cleaned i.e. hdb (IDE) or sdb (SCSI).
Once the format is complete, ensure the Data Drive (SME installed) is in the primary master IDE position hda or the first SCSI drive drive #0.
With the Data Drive and Blank Drive installed, boot and recheck your bios to ensure the bios boot drive
is your SME Data Drive.
Boot to SME.... go to the admin console screen and select option # 5 manage disk redundancy.
It may take a minute or so for the admin screen to return after you select "Yes" under option # 5.
You can monitor progress of the raid sync via the console or remote shell...
watch -n .1 cat /proc/mdstat
Ctrl-c will exit the watch.
You can statically peak at the raid status from the command line at any time with....
cat /proc/mdstat
It may take several hours to sync depending on the performance of the system.
1-12 hours is not unusual on a slow IDE system, while a fast scsi may take as little as 20min
depending on the size of the drives.
SME will use Raid1 which requires....
Both drives should be of the same size.
2 drives (minimum) or 2 drives + 1 spare drive
hth