Documentation forDatabase Performance Analyzer

Troubleshoot DPA deployment to a container

If you have issues deploying DPA on the Kubernetes Cloud Platform or on a Docker daemon platform, see one of the following sections:

Troubleshoot a deployment on the Kubernetes Cloud Platform

Verify the following:

  • The Kubernetes cluster has all the necessary configurations described in Deploy DPA on the Kubernetes Cloud Platform.

  • The DPA docker container image of a specific version and tag is present in the container registry.

  • The Persistent Volume Claim is present for the DPA container.

  • The CPU and memory limit given to the DPA container .yaml file is sufficient.

  • The external IP service is attached to the DPA container.

Check the logs of the DPA container from the Kubernetes Cloud Console by running the command kubectl logs POD-NAME, or check the logs from the cloud provider UI such as the AWS Cloud Portal.

Troubleshoot a deployment on a Docker daemon platform

Verify the following:

  • The Docker daemon was installed correctly on the host machine.

  • The host machine folders are mapped with the DPA docker container for the Persistent Volume Claim.

  • The Docker image was imported into the local Docker repository and the docker daemon is installed.

Check the logs of the DPA container by running the Docker command docker logs CONTAINER_ID.