Troubleshooting problems with Portworx data replication
Collect and analyze log files to troubleshoot problems when you use Portworx to recover Cloud Pak for Data.
cpdbr-oadp.log
The cpdbr-oadp.log file can provide important debugging information. To obtain the cpdbr-oadp.log file, run the following commands:
export CPDBR_TENANT_SERVICE_POD=`oc get po -n ${PROJECT_CPD_INST_OPERATORS} | grep cpdbr-tenant-service | awk '{print $1}'`
oc cp -n ${PROJECT_CPD_INST_OPERATORS} $CPDBR_TENANT_SERVICE_POD:cpdbr-oadp.log ./cpdbr-oadp.log