ESXi Config Restore

ESXi Config Restore

Having a backup is great, but it only helps if you know how to restore it. Previously I showed you how to take an ESXi Config Backup. Now let me show you the process to restore that ESXi config backup.

The Process

If you aren’t sure how, here’s a post I made about how to get your ESXi Build Number without vCenter for your current ESXi and your ESXi config backup file.

Your current ESXi build number and the ESXi build number in the ESXi config backup file must match.

Technically you can still restore with mismatching build numbers however that is a bug and it could cause unexpected behavior and based on VMware’s documentation it would likely not be supported if something goes wrong later on.

You can read more about this bug on my post called ESXi Config Restore Bug.

Your commands will be different than mine but this is the command I ran.

mv /vmfs/volumes/ESX01-NVME/configBundle.tgz /tmp/configBundle.tgz

Your SSH connection will drop as it will reboot the ESXi host to apply the ESXi config backup file settings.

Once the ESXi host has booted it will now be running with all the settings that were in your ESXi config backup file.

You have now restored your ESXi config backup file.

Exit mobile version