Must Gather information for IBM Transformation Advisor
Must Gather information aids in problem determination and saves time to resolve cases. Collect all the necessary diagnostic and technical details for troubleshooting or resolving an issue with IBM Transformation Advisor.
In all cases please get the following information:
-
The version of Transformation Advisor.
-
The version of OpenShift that Transformation Advisor is installed in.
For issues where Transformation Advisor UI is not accessible and/or pods are not in a healthy state
- Get the state of the pods:
oc get pods -n <ta-project> - Describe each pod
oc describe pod <pod-name> -n <ta-project> - Get the logs for each pod
oc logs <pod-name> -n <ta-project> - Get the route information
oc get routes -n <ta-project> - Get the persistence being
used:
oc get pvc -n <ta-project> - Get the PersistenceVolume
status
oc get pv <pvname> When <pvname> is shown under the VOLUME heading when you get the pvc in the previous command.
For more information on persistence, see Prerequisites.
For issues where UI is not functioning as expected
-
Browser type and version.
-
The developer console output.
-
To open the developer console in Google Chrome, open the Chrome menu in the browser and select
More Tools > Developer Tools. You can also use theshortcut Option + ⌘ + J (on macOS), orShift + CTRL + J (on Windows/Linux). -
To open the developer console in Firefox, click on the Firefox menu in the browser and select
Web Developer > Browser Console. You can also use theshortcut Shift + ⌘ + J (on macOS)orShift + CTRL + J (on Windows/Linux). -
Before you can access the developer console in Safari, you first need to enable the Developer Menu. To do that, go into Safari preferences (
Safari Menu > Preferences) and select the Advanced tab. After that menu is enabled, you will find the developer console by clicking onDevelop > Show Javascript Console. You can also use theshortcut Option + ⌘ + C.
-