While you are restoring NSX-T Manager 4.x, you may encounter the following error message:
Error: upstream connect error or disconnect/reset before headers. reset reason: connection termination (Error code: 503)
This error may disappear after a short time. However, the restore process continues and then fails with the following error:
Error copying inventory backup file from/to remote/local server: {/upload/NSX-ESX-R/inventory-summary/4.0.0.1.0.20159694-<UUID>-<IP Address>/inventory-<date&time>UTC.json=/image/backup/cluster/inventory_backup.json}.
To workaround this issue, you must 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.