Must Gather information for IBM Application Modernization Accelerator
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 Application Modernization Accelerator.
In all cases please get the following information:
-
The version of Application Modernization Accelerator.
-
The version of OpenShift that Application Modernization Accelerator is installed in.
For issues where Application Modernization Accelerator UI is not accessible and/or pods are not in a healthy state
- Get the state of the pods:
oc get pods -n <ama-project> - Describe each pod
oc describe pod <pod-name> -n <ama-project> - Get the logs for each pod
oc logs <pod-name> -n <ama-project> - Get the route information
oc get routes -n <ama-project> - Get the persistence being used:
oc get pvc -n <ama-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.
-