| « Closed my VISA card | YouTube - Amnesty International KSU » |
The new ST3500641AS-RK that I ordered from Amazon.com arrived by UPS (Free 2nd Day -- Amazon Prime) this morning...it was cold, so I left the drive to acclimate and went off to work.
I got home late ![]()
Due to a bad BOINC project, I found the machine (orac) cool....fixing that, it started to warm up again...but I shut it down to remove the failed drive and install this new one.
Found out that the drive inside is the same as the previous OEM drives....ST3500630AS. Some minor differences though. This time I removed the limit 1.5Gbps jumpers from the drives while I was putting it together.
Then I booted up the system and set out to recover. Only it occurred to me that it isn't going to rebuild it as slickly as Veritas does (and did, when I resurrected a dead server early this morning for work). First question was how to do I (easily) get the partitioning the same. Quick search....found the command to be:
sudo sfsdisk -d /dev/sda | sudo sfsdisk /dev/sdb -O hdd-partition-sectors.save
Checked that things looked right with fdisk, and added the new partitions in to make RAID1 again.
sudo mdadm --add /dev/md0 /dev/sdb1
sudo mdadm --add /dev/md1 /dev/sdb2
Then I checked logs and watched /proc/mdstat of things come back.....ETA 131 minutes for the /dev/md1....guess I'll go to bed and check it in the morning.