Follow these steps to save DSC repository configuration information:
- Locate the names of the media server, target group, and storage apps used in the replication target group: dsc list_components -t target_group -r
- Collect the following application details:dsc export_config -t MEDIA_SERVER -n <media_server_name> -f MEDIA_SERVER.xmldsc export_config -t TARGET_GROUP -n <replication_tg_name> -f replicating_tg.xml -rdsc export_config -t <TYPE_OF_CONFIGURATION> -n <APP_NAME> -f APP.xml
where TYPE_OF_CONFIGURATION can be NBU_SERVER, DD_BOOST, DISK_FILE_SYSTEM, AWS_APP, AZURE_APP or GCP_APP
- Store these files (MEDIA_SERVER.xml, replicating_tg.xml, and APP.xml) in safe place outside the DSC. Anytime you change configuration or upgrade DSA, repeat these steps.