Complete the following steps to review the
IBM®
TRIRIGA® Application Suite pod event log
and logs for each container in the pod.
Before you begin
The datazip, update, and
tririga containers are installed for
TRIRIGA Application Suite.
The datazip and update containers both need to
complete before the tririga container runs.
Procedure
-
Open the Red Hat®
OpenShift® web console.
-
Select
to see the
TRIRIGA Application Suite pod.
- To view the pod events log, select the Events tab.
-
To view container logs, select the Logs tab.
- From the Containers menu, select the container that you want to diagnose. The main
TRIRIGA Application Suite container is selected by default.
- datazip
- The first
init
container, which loads a vanilla database.
- update
- The second
init
container, which runs platform update packages.
- tririga
- The main
TRIRIGA Application Suite container.
- Optional: You can view the container logs from the oc CLI
by entering the following command:
oc logs <pod> -c <container>
For example:
oc logs tas-s1 -c datazip