I have a running development server, that hosts an Ubuntu Server on an OLAP secured SSD. The target board where I want to migrate this system can not unlock the SSD (because it had been locked by a different controller).
In addition to this, I would like to migrate the system to another unsecured RAID of HDDs. (The target board has a RAID controller, the source board has not.)
Goals: migrate data with the less time spent offline.
My idea: Would it be possible, to
- Prepare the target RAID of HDDs and install (in terms of version) the same Ubuntu Server onto it.
- Copy the contents of the original SSD over SSH to the target RAID of HDDs.
- Benefit.
As far as I can see the problem:
- The SSD is risky to be unlocked, there is a chance of data loss, since the controller and the method is unreliable.
- The SSD can not be read by the target board.
- The RAID of HDDs can not be read by the source board.
Cheers