I do not know how big your backup file is but i used two methods not listed.
Both ways for me is to just install your server straight up and get it running on your hardware.
Then transfer your smeserver.tgz file by either
1 Place the file on different server then use the wget program on your new server to retrieve the from the server console.
on the server console
cd /
wget
http://someserver.com/directory/smeserver.tgz2 Place your smeserver.tgz file on the server in the Primary bay by attaching to the server from your workstation.
on the workstation
net use x: /d /y
net use x: \\newserver\Primary\html rootpassword /user:admin
copy smeserver.tgz x:
then on server
cd /
mv /home/e-smith/files/ibays/Primary/html/smeserver.tgz /
after you get the smeserver.tgz file into the root directory of your new server and then on the server console logged in with the root user name.
cd /
ls
a comment: you should see the file smeserver.tgz after the ls command
signal-event pre-restore
tar -C / zxvf smeserver.tgz
rm smeserver.tgz
signal-event post-upgrade
signal-event reboot
After the reboot, i then logged into the server-manager panel and went to each ibay and when reviewing the group/person permissions, clicked on the save button. I did this for each ibay.
Then on the server console, logged in with the root account again, run on the server
yum clean all
yum update
signal-event post-upgrade
signal-event reboot