Reviewing Maximo Real Estate and Facilities pod and container logs

Complete the following steps to review the Maximo® Real Estate and Facilities pod event log and logs for each container in the pod.

Before you begin

The datainit job loads a vanilla database and must complete without any errors before anything else gets deployed.

The update container and the remaining Maximo Real Estate and Facilitiescontainers are then installed. The containers have the same name as the pods, see Workload sizes and deployments.

The update container, which runs platform update packages, must complete before the remaining containers run.

Procedure

  1. Open the Red Hat® OpenShift® web console.
  2. Select Workloads > Pods to see the Maximo Real Estate and Facilities pods.
  3. To view the pod events log, select the Events tab.
  4. To view container logs, select the Logs tab.
  5. From the Containers menu, select the container that you want to diagnose.
  6. Optional: You can view the container logs from the oc CLI by entering the following command:
    oc logs <pod> -c <container>

    Where the pod name is similar to myinstance-myworkspace-appserver-0.

    For example:

    oc logs myinstance-myworkspace-appserver-0 -c appserver