ICPH
Member
Hi,
server has 2 drives, primary SSD with operating system and secondary HDD.
I want to clone SSD into HDD. So if SSD fail, i can somehow just switch boot priority and reset server to boot from HDD.
STEP1 - What command/s i need to do to do this clone? Also link to tutorial would help
i found one tutorial on how to clone hdd which says: boot live linux ISO via IPMI/DRAC and check which drive is which:
cat /proc/partitions
if source drive is sda and destination is sdb, then do:
dd if=/dev/sda of=/dev/sdb bs=1024
(the destination drive should be smae? or bigger than source drive..
i did not tested this. is there anyone who tested or know good tutorial?
---
Then STEP 2 - how to change boot priority if primary drive fails badly? I assume filesystem will be in read-only state or totally non responding, so reset server and via IPMI/DRAC do something, what? Hitting "Del" key or such to enter bios and select boot drive?
server has 2 drives, primary SSD with operating system and secondary HDD.
I want to clone SSD into HDD. So if SSD fail, i can somehow just switch boot priority and reset server to boot from HDD.
STEP1 - What command/s i need to do to do this clone? Also link to tutorial would help
i found one tutorial on how to clone hdd which says: boot live linux ISO via IPMI/DRAC and check which drive is which:
cat /proc/partitions
if source drive is sda and destination is sdb, then do:
dd if=/dev/sda of=/dev/sdb bs=1024
(the destination drive should be smae? or bigger than source drive..
i did not tested this. is there anyone who tested or know good tutorial?
---
Then STEP 2 - how to change boot priority if primary drive fails badly? I assume filesystem will be in read-only state or totally non responding, so reset server and via IPMI/DRAC do something, what? Hitting "Del" key or such to enter bios and select boot drive?
Last edited by a moderator: