When you attempt to restore a VMware NSX-T Data Center 4.x environment from a backup, the process fails with the following error message in the NSX UI:
Restore process failed. Authentication failed on fileserver http://notset.
This error prevents the automated restore workflow from proceeding, even if the file server credentials are confirmed to be valid and the network path is functional.
VMware NSX 4.x
Note: For further assistance and to troubleshoot for a possible cause, proceed to open a support case with Broadcom Support using the instructions contained in Creating and managing Broadcom cases. Include issue details and what troubleshooting has already been performed along with all the NSX manager log bundles uploaded to the newly generated SR.
To workaround this issue, bypass the automated download process by manually transferring the backup files from the SFTP server directory to the NSX-T Manager local file system.
root or admin.
root, switch to engineering mode using st en and provide root credentials./image/backup/cluster/ folder:
cd /image/backup/cluster/
sftp <username>@<sftpserver>sftp -P <port-number> <username>@<sftpserver>
cd /<sftppath>/inventory-summary/
get command:
get 4.#.#.#.####-<UUID>/inventory-<date>.json
exit and press Enter.inventory_backup.json:
mv 4.#.#.#.####-<UUID>/inventory-<date>.json inventory_backup.json
You cannot restore the NSX-T Manager when this error occurs.
For additional information, see Troubleshooting NSX Backup and Restore Failures.