Restore SDDC ManagerLast Updated January 22, 2025
Perform the following tasks to restore SDDC Manager.
Update vCenter Server SSH Keys in SDDC Manager Backup
To enable a restore of SDDC Manager, you must update the SSH keys for the new management
vCenter Server appliance in the backup archive.
Prerequisites
Verify that the vCenter Server restore
operation is complete.
Manual Procedure
- Copy the encrypted backup file to the/tmpfolder on the newly-deployed SDDC Manager appliance.
- Run the following command to extract the backup archive.When prompted, enter theencryption_password.
- Retrieve the newecdsa-sha2-nistp256andssh-rsaSSH keys for the management vCenter Server.
- Open the backup of the known hosts and replace the existing SSH keys with the new SSH keys for the management vCenter Server from Step 3, and save the file.
- Rename the original backup archive.
- Re-encrypt the backup folder as an archive using the same archive name.
PowerShell Procedure
- Start PowerShell.
- Replace the values in the sample code with your values and run the commands in the PowerShell console.
- Perform the configuration by running the command in the PowerShell console.
Restore SDDC Manager from a File-Based Backup
You restore the file-based backup on the newly-deployed SDDC Manager
appliance.
Manual Procedure
- Open an SSH connection to the SDDC Manager appliance asvcfuser.
- Change torootuser and edit therestore_status.jsonfile.
- Delete the “PostRestoreNfsRefresh” task in two places.
- Save the file.
- Obtain the authentication token from the SDDC Manager appliance by running the following command so that you can perform the restore process.
- Run the following command to verify the token.
- Run the following command to start the restore process.The command output contains the ID of the restore task.
- Monitor the restore task by using the following command until the status becomes Successful.
PowerShell Procedure
- Start PowerShell.
- Replace the values in the sample code with your values and run the commands in the PowerShell console.
- Perform the configuration by running the command in the PowerShell console.