Container deployment issues
Check the steps to do if you run into deployment issues.
If a problem occurs during the deployment, check the steps described below to solve it.
Docker compose
Red Hat OpenShift
- See the system requirements documented in the readme IBM Workload Automation for OpenShift V4.x.
- Make sure that all required configuration parameters have been correctly configured in the custom resources (OpenShift 4.x) or in the template.yml file (OpenShift 3.x), for example, license, pools, storage class, to name a few.
- From the OpenShift command line, check the POD logs by launching the "oc logs -f pod_name" command. If launched with the -f (--follow) option, it shows useful information about the installation phase. From the OpenShift platform, go to Stateful Sets section in Applications, double click on PODS and then click on the POD's name to see the related logs.
- Activate the debug mode to check the container installation and configuration logs by setting true the "WA_DEBUG" parameter in the configuration file.
- If you find an error in the logs, check the detailed logs in /home/wauser/wadata/installation/logs