Restoring NetBackup Snapshot Manager for Data Center
You can restore NetBackup Snapshot Manager for Data Center using any of the following methods using a backup located on-premises.
To recover NetBackup Snapshot Manager for Data Center
- Copy the existing NetBackup Snapshot Manager for Data Center backup to the new NetBackup Snapshot Manager for Data Center server and extract it to the NetBackup Snapshot Manager for Data Center installation directory.
In the following example, because
/cloudpointwas backed up, the command creates a new/cloudpointdirectory.# tar -zxf cloudpoint_dr.tar.gz -C /cloudpoint/
- Download or copy the NetBackup Snapshot Manager for Data Center installer binary to the new server.
- Install NetBackup Snapshot Manager for Data Center.
Use the following command:
(For Docker)
# sudo docker run -it --rm -u 0 -v /cloudpoint:/cloudpoint -v /var/run/docker.sock:/var/run/docker.sock veritas/flexsnap-deploy:10.x.x.x.xxxx install
(For Podman)
# sudo podman run -it --rm -u 0 -v /cloudpoint:/cloudpoint -v /var/run/podman.sock:/var/run/podman.sock veritas/flexsnap-deploy:10.x.x.x.xxxx install
Here,
10.x.x.x.xxxxrepresents the NetBackup Snapshot Manager for Data Center version. Replace it as per your currently installed product version.Note:
This is a single command. Ensure that you enter the command without any line breaks.
- When the installation completes, you can resume working with NetBackup Snapshot Manager for Data Center using your existing credentials.