1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00
Files
openshift-docs/modules/troubleshooting-debugging-ignition.adoc
2023-10-30 10:13:25 -04:00

26 lines
677 B
Plaintext

// Module included in the following assemblies:
//
// * support/troubleshooting/troubleshooting-operating-system-issues.adoc
:_mod-docs-content-type: PROCEDURE
[id="debugging-ignition_{context}"]
= Debugging Ignition failures
If a machine cannot be provisioned, Ignition fails and {op-system} will boot into the emergency shell. Use the following procedure to get debugging information.
.Procedure
. Run the following command to show which service units failed:
+
[source,terminal]
----
$ systemctl --failed
----
. Optional: Run the following command on an individual service unit to find out more information:
+
[source,terminal]
----
$ journalctl -u <unit>.service
----