For the first three steps, use the files you stored following the procedure in Saving the DSC Repository Configuration Information
- Configure media server.For example, dsc config_media_servers -f 31.media_server.xml
- Configure backup application.For example, dsc backup_application_gcp -f config_gcp_user.xml
- Configure target group for replication.For example, dsc config_target_groups -f tg_gcp.xml -t target_gcp -r
- Navigate to /opt/teradata/client/17.06/dsa/dsc: cd $DSA_DSC_ROOT
- User: su dscuser
- Check the list of backup IDs available on the replication target group:sh recover.sh -m list_backupids -r replicating_target_group
- Get the bar_<backupID>.out from replication target group:sh recover.sh -m replicate_from -v <backupID> -r <replicationTargetGroupName>For example, sh recover.sh -m replicate_from -v 1603437512425 -r gcp_tg
- Restore the backup.sh recover.sh -m restore -v <backupID>For example, sh recover.sh -m restore -v 1603437512425
- Exit dscuser: exit
- Restart DSC:/etc/init.d/dsc restart