Post-backup tasks after creating an offline backup with the OADP utility
For some services, additional tasks must be done after you create an offline backup of Cloud Pak for Data with the Cloud Pak for Data OADP backup and restore utility.
Data Refinery
If Data Refinery is installed and you stopped all Data Refinery runtimes and jobs, restart the service.
-
Log in to Red Hat® OpenShift® Container Platform as a cluster administrator.
${OC_LOGIN}Remember:OC_LOGINis an alias for theoc logincommand. - Run the following command.
The value of
<number_of_replicas>depends on thescaleConfigsetting when Data Refinery was installed (1 for small, 3 for medium, and 4 for large).oc scale --replicas=<number_of_replicas> deploy wdp-shaper wdp-dataprep
watsonx.ai
If watsonx.ai is installed, manually scale up three deployments.
-
Log in to Red Hat OpenShift Container Platform as a cluster administrator.
${OC_LOGIN}Remember:OC_LOGINis an alias for theoc logincommand. - Wait for watsonxai-cr to reach the
Completedstate:oc get watsonxai -n ${PROJECT_CPD_INST_OPERANDS}Check that the command returns output such as in the following example:
NAME VERSION RECONCILED STATUS AGE watsonxai-cr 8.1.0 8.1.0 Completed 2d23h - Scale up the following
deployment:
oc scale deploy caikit-runtime-stack-operator -n ${PROJECT_CPD_INST_OPERATORS} --replicas=1