Question about migrating FreeBSD to different hardware.

Hello, first post!

I'm still learning BSD/Linux/Unix, but I have a noob-ish type of question.

Here's the scenario.

I have an old PIII server running FreeBSD 4.5 (yes, that old) that I need to migrate to newer hardware, particularly an HP DL360 G4. I was successful in getting a clonezilla image done but restoring it has been a challenge. It seems that 4.5 doesn't recognize the HP disk controller driver because I tried to do a minimal install to do a filesystem restore with dump files (my other migration method) and it doesn't recognize the hd's I have there.

Would I be better off installing a newer version then restoring my dump files onto there or try something else with clonezilla?

Thanks again for any feedback!

R.
 
You won't be able to get a 4.x release onto modern hardware.

You are better off installing FreeBSD 8.2 onto the new server, then installing the new versions of all the needed software, then copying the data files as needed off the old harddrive.
 
Also remember that with every reinstall you learn something new. All the mistakes you made the first time around are now gone, and you can start from scratch.
 
Thanks for the quick response.

Just so I understand this correctly:

Install 8.2, plus any other packages then copy data files off the old hard drive.

I take it restoring these same files from a dump file would not matter?
 
rommelx10 said:
Thanks for the quick response.

Just so I understand this correctly:

Install 8.2, plus any other packages then copy data files off the old hard drive.

I take it restoring these same files from a dump file would not matter?

From backups, not from a dump, unless you play around with the options to restore() to only extract the data files.

You do *NOT* want to restore everything. Just the configuration and data files used by the software.
 
Back
Top