I've followed the first step and now have a new server with all the data moved across to the new server.
The data seems to include only /etc/ and /home. Does that mean nothing under /var is copied across, i.e. no historic server logs from /var/log, no raw database files from var/lib/mysql (transferred as exports presumably)?
I can understand a backup system not needing thosethings, but if transferring a system to new hardware, perhaps we need a few additional steps to ensure the new system is more than just an empty shell.
-- Jason
PS Another thing that needs noting is that the initial 'yum update' is not going to bring everything up to date. You also need to enable the appropriate repos to do some of te updates, e.g. "yum --enablerepo=smecontribs install smeserver-userpanel" on the new server and "yum --enablerepo=smecontribs update smeserver-userpanel" on the old server to bring them both into line, as the installed package on the new server is likely to be more current than the one on the old server.