Skip to content

Commit fa06b40

Browse files
authored
Merge pull request #55079 from jldohmann/debug-ignition
add debugging ignition procedure
2 parents e158462 + cb41450 commit fa06b40

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
// Module included in the following assemblies:
2+
//
3+
// * support/troubleshooting/troubleshooting-operating-system-issues.adoc
4+
5+
:_content-type: PROCEDURE
6+
[id="debugging-ignition_{context}"]
7+
= Debugging Ignition failures
8+
9+
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.
10+
11+
.Procedure
12+
13+
. Run the following command to show which service units failed:
14+
+
15+
[source,terminal]
16+
----
17+
$ systemctl --failed
18+
----
19+
20+
. Optional: Run the following command on an individual service unit to find out more information:
21+
+
22+
[source,terminal]
23+
----
24+
$ journalctl -u <unit>.service
25+
----

support/troubleshooting/troubleshooting-operating-system-issues.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,5 @@ endif::[]
5757
* kdump.conf(5) — a manual page for the `/etc/kdump.conf` configuration file containing the full documentation of available options
5858
* kexec(8) — a manual page for the `kexec` package
5959
* link:https://access.redhat.com/site/solutions/6038[Red Hat Knowledgebase article] regarding kexec and kdump
60+
61+
include::modules/troubleshooting-debugging-ignition.adoc[leveloffset=+1]

0 commit comments

Comments
 (0)