A situation has been identified where a backup of a Virtual Appliance, successfully created and exported from the Management Center (MC) to an external server, cannot be restored after the virtual appliance is deleted from the MC, subsequently re-deployed with the identical initial setup and host name, and then re-added to the same Management Center.
The process followed was:
When attempting to upload the backup file from the external server via the Management Center interface, the restoration process fails, presenting the following error message:Host name could not be imported due to an unexpected server error. Reason: Specified file does not contain any backup images for the selected device
The failure occurs because, despite the newly deployed Virtual Appliance having the same configuration (e.g., hostname) as the old one, the Management Center treats it as a completely distinct entity.
The underlying reason is that upon deletion and subsequent re-deployment of the Virtual Appliance, even if it uses the same virtual machine image or configuration template, a different internal Appliance ID is assigned to the new instance. This Appliance ID is a unique identifier used by the Management Center to associate a backup file with a specific managed device. Since the backup file contains the Appliance ID of the original device, the Management Center correctly rejects the file during the restoration attempt on the new device, interpreting it as a backup intended for a different appliance, hence the "Specified file does not contain any backup images for the selected device" error. In essence, the new device is functionally identical but internally unique from the perspective of the Management Center's database.
Recommended Solutions and Workarounds
Since the Management Center's backup/restore mechanism is tied to the unique Appliance ID, configuration restoration must be handled at the individual appliance level (on the appliance itself or via alternative methods) rather than via a Management Center backup created for a different Appliance ID.
The following solutions should be implemented depending on the specific appliance being managed (e.g., Content Analysis System or Proxy):
1. For Content Analysis System (CAS)
If the device being managed is a Content Analysis System, the configuration and system information should be backed up directly on the CAS appliance itself, independent of the Management Center.
2. For Proxy Appliances (e.g., Edge SWG, ProxySG/ASG)
If the device is a Proxy appliance, a different process is required to export and import the configuration, particularly if sensitive data like keyrings is involved.