Retrying a Cloud Pak for Data restore with IBM Storage Fusion

If a restore job fails, clean up Cloud Pak for Data before you retry the restore.

About this task

Best practice: You can run the commands in this task exactly as written if you set up environment variables. For instructions, see Setting up installation environment variables.

Ensure that you source the environment variables before you run the commands in this task.

Procedure

  1. Before you retry to restore Cloud Pak for Data operators, delete the following information:
    • Cloud Pak for Data operators and IBM Cloud Pak® foundational services projects (namespaces)
      oc delete namespace ${PROJECT_CPD_OPS}
      oc delete namespace ${PROJECT_CPFS_OPS}
    • Catalog sources that are related to Cloud Pak for Data and IBM Cloud Pak foundational services
  2. Before you retry to restore the Cloud Pak for Data instance, delete the Cloud Pak for Data instance project and any tethered projects.
    oc delete namespace ${PROJECT_CPD_INSTANCE}
    oc delete namespace ${PROJECT_TETHERED}