Site icon Default Reasoning

How to: Backup and restore ESXi configuration using vMA

unhide recovery partition

A quick blog post about backing up and restoring the configuration of your ESXi hosts. It will shorten your recovery time when something goes wrong during an upgrade or in case of hardware failure and you want to restore the configuration of your ESXi hosts as soon as possible. Here are the steps to perform a back-up and restore of your ESXi host.

Backup

  1. SSH or login to the vMA.
  2. Add the host as target to the vMA: vifp addserver <FQDN or IP Address>
  3. Enter the password.
  4. Set the server as target: vifptarget -s <FQDN or IP Address> Notice that your prompt will reflect the FQDN or IP address of the host.
  5. Save the configuration with: vicfg-cfgbackup -s /tmp/<Config_File_Name>
  6. Done, the config has been saved in the tmp directory of the vMA.

Restore

  1. Add the host and set it as target in the vMA, just like in step 1 to 3 in the back-up procedure.
  2. Restore the configuration with: vicfg-cfgbackup -f -l /tmp/<Config_File_Name>
  3. Type Yes to start the restore procedure.
  4. When the procedure is finished, the host will reboot with the new settings.

Done!

Cheers!

– Marek.Z

Exit mobile version