"Must Gather" information for IBM Cloud 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>
where
is shown under the VOLUME heading when you get the pvc in the previous command. For more 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 the shortcut Option + ⌘ + J (on macOS), or Shift + 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 the shortcut Shift + ⌘ + J (on macOS) or Shift + 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 on Develop > Show Javascript Console. You can also use the shortcut Option + ⌘ + C.