Troubleshooting installation errors
This section provides step-by-step instructions for resolving common issues encountered during installation.
Resolving cpd-cli not found error
- Open Finder (macOS) or File Explorer (Windows).
- Navigate to your Downloads folder and locate the
cpd-cli-darwinfolder.If you don't find the folder, use the search function to locate it.
- Copy the following three items from the
cpd-cli-darwinfolder:
- Move Files to /usr/local/bin:
- Open Terminal (macOS) or Command Prompt (Windows).
- Open the /usr/local/bin directory in Finder or File
Explorer.
open /usr/local/bin - Paste the copied items into /usr/local/bin using Cmd+V (macOS) or Ctrl+V (Windows).
- Verify that cpd-cli is now accessible from your system’s path by using the following command:
cpd-cli version
Resolving OC not found error
- Open Finder (macOS) or File Explorer (Windows).
- Navigate to your Downloads folder and locate the OC executable.
- Move Files to /usr/local/bin:
- Copy the OC executable.
- Open the /usr/local/bin directory using either:
- Finder/File Explorer
- Terminal/Command Prompt
cd /usr/local/bin Open - Paste the oc executable into /usr/local/bin using Cmd+V (macOS) or Ctrl+V (Windows).
- Verify that OC is now accessible from your system’s path by using the following command:
OC version
CPD Scheduler deployment issue
If you installed the scheduler before creating the role bindings and the deployment fails, perform the following steps:
- In the OpenShift console, navigate to .
- In the Resources drop-down list, select CustomResourceDefinition.
- Change the filter type from Label to Name.
- In the search box, type Scheduling.
- Scroll down to find the Scheduling tile.
- Click Scheduling and go to the Instances tab.
- Locate the instance ibm-cpd-scheduler.
- Click the three vertical dots next to it and select Delete Scheduling to remove the instance.
- Reinstall the CPD Scheduler by following the instructions in Install Cloud Pak for Data.