mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 21:46:22 +01:00
26 lines
668 B
Plaintext
26 lines
668 B
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// * support/troubleshooting/troubleshooting-operating-system-issues.adoc
|
|
|
|
:_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
|
|
----
|