Recovering an Archived Agentless Backup
Recovery of an archived agentless backup is done in two steps. In Step 1, you restore the backup instance from media to a vStor volume. In Step 2, you complete the initially intended recovery by restoring from the vStor.
If recovering from AWS and you receive the ssdmrs closed connection
message, perform the following steps and restart the recovery job.
On the Catalogic DPX OVA appliance and navigate to the
bin
directory.$ cd /opt/DPX/bin
Open the
bevenv
script with a text editor such as vi:$ vi bexenv
Add the following lines to the end of the file, save the changes and exit.
NIB_PORT_RANGE=50000-50030 export NIB_PORT_RANGE
Unblock the ports on the Catalogic DPX OVA appliance by issuing the following command.
$ sudo firewall-cmd --permanent --zone=public --add-port=50000-50030/tcp
Navigate to the misc directory and restart the nibbler service.
$ cd ../misc $ sudo ./bexads stop $ sudo ./bexads start
Re-run any jobs that failed as a result of the error.
Last updated