Restore NSX Manager from a File-Based Backup
You restore the file-based backup of the first NSX Manager cluster node to the
newly-deployed NSX Manager instance.
UI Procedure
- In a Web browser, log in to the newly-deployed first NSX Manager cluster node by using the user interface as anEnterprise Administrator.
- On the main navigation bar, clickSystem.
- In the left navigation pane, underLifecycle management, clickBackup & Restore.
- In theNSX configurationpane, underSFTP server, clickEdit.
- In theBackup configurationdialog box, enter the details for your backup server, and clickSave.
- UnderBackup history, select the source backup, and clickRestore.
- During the restore, when prompted, reject adding NSX Manager nodes by clickingI understandandResume.
- If aConfirm CM/VC Connectivitydialog box appears, clickI understand the message mentioned above and wish to proceed, and clickResume.
- If a fabric node discovery time out dialog box appears, clickResumeto continue the restore.
PowerShell Procedure
- Start Windows PowerShell.
- Replace the values in the sample code with your values and run the commands in the PowerShell console.$extractedSDDCDataFile = ".\extracted-sddc-data.json" $workloadDomain ="sfo-m01" $sftpServer ="10.50.5.66" $sftpUser ="svc-vcf-bkup" $sftpPassword ="VMw@re1!" $sftpServerBackupPath ="/media/backups" $backupPassphrase ="VMw@re1!VMw@re1!"
- Perform the configuration by running the command in the PowerShell console.Invoke-NSXManagerRestore -extractedSDDCDataFile $extractedSDDCDataFile -workloadDomain $workloadDomain -sftpServer $sftpServer -sftpUser $sftpUser -sftpPassword $sftpPassword -sftpServerBackupPath $sftpServerBackupPath -backupPassphrase $backupPassphrase