Skip to content

Commit 6bdbd1e

Browse files
authored
Merge pull request #43448 from jldohmann/GH-42367
2 parents c2d759e + fb49dd2 commit 6bdbd1e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

modules/investigating-kernel-crashes.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The `kdump` service, included in `kexec-tools`, provides a crash-dumping mechani
1313
The `kdump` service is a Technology Preview feature only. Technology Preview features are not supported with Red Hat production service level agreements (SLAs) and might not be functionally complete. Red Hat does not recommend using them in production. These features provide early access to upcoming product features, enabling customers to test functionality and provide feedback during the development process.
1414

1515
For more information about the support scope of Red Hat Technology Preview
16-
features, see https://access.redhat.com/support/offerings/techpreview/.
16+
features, see link:https://access.redhat.com/support/offerings/techpreview/[].
1717

1818
{op-system} ships with `kexec-tools`, but manual configuration is required to enable `kdump`.
1919

@@ -37,7 +37,7 @@ Network dumps are required when using LUKS. `kdump` does not support local crash
3737
+
3838
For details on configuring the `kdump` service, see the comments in `/etc/sysconfig/kdump`, `/etc/kdump.conf`, and the `kdump.conf` manual page.
3939
ifdef::openshift-enterprise[]
40-
Also refer to the link:https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/system_design_guide/installing-and-configuring-kdump_system-design-guide#configuring-the-kdump-target_configuring-kdump-on-the-command-line[RHEL `kdump` documentation] for further information on configuring the dump target.
40+
Also refer to the link:https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/managing_monitoring_and_updating_the_kernel/configuring-kdump-on-the-command-line_managing-monitoring-and-updating-the-kernel[RHEL `kdump` documentation] for further information on configuring the dump target.
4141
endif::[]
4242

4343
. Enable the `kdump` systemd service.
@@ -131,7 +131,7 @@ $ butane 99-worker-kdump.bu -o 99-worker-kdump.yaml
131131
== Testing the kdump configuration
132132

133133
ifdef::openshift-enterprise[]
134-
See the link:https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/system_design_guide/installing-and-configuring-kdump_system-design-guide#testing-the-kdump-configuration_installing-and-configuring-kdump[Testing the kdump configuration] section in the {op-system-base} documentation for `kdump`.
134+
See the link:https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/managing_monitoring_and_updating_the_kernel/configuring-kdump-on-the-command-line_managing-monitoring-and-updating-the-kernel#testing-the-kdump-configuration_configuring-kdump-on-the-command-line[Testing the kdump configuration] section in the {op-system-base} documentation for `kdump`.
135135
endif::[]
136136

137137
ifdef::openshift-origin[]
@@ -141,7 +141,7 @@ endif::[]
141141
== Analyzing a core dump
142142

143143
ifdef::openshift-enterprise[]
144-
See the link:https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/system_design_guide/installing-and-configuring-kdump_system-design-guide#analyzing-a-core-dump_installing-and-configuring-kdump[Analyzing a core dump] section in the {op-system-base} documentation for `kdump`.
144+
See the link:https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/managing_monitoring_and_updating_the_kernel/analyzing-a-core-dump_managing-monitoring-and-updating-the-kernel[Analyzing a core dump] section in the {op-system-base} documentation for `kdump`.
145145
endif::[]
146146

147147
ifdef::openshift-origin[]
@@ -155,7 +155,7 @@ ifdef::openshift-origin[]
155155
* link:https://fedoraproject.org/wiki/How_to_use_kdump_to_debug_kernel_crashes[Setting up kdump in Fedora]
156156
endif::[]
157157
ifdef::openshift-enterprise[]
158-
* link:https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/system_design_guide/installing-and-configuring-kdump_system-design-guide[Setting up kdump in RHEL]
158+
* link:https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/managing_monitoring_and_updating_the_kernel/configuring-kdump-on-the-command-line_managing-monitoring-and-updating-the-kernel[Setting up kdump in RHEL]
159159
endif::[]
160160
* link:https://www.kernel.org/doc/html/latest/admin-guide/kdump/kdump.html[Linux kernel documentation for kdump]
161161
* kdump.conf(5) — a manual page for the `/etc/kdump.conf` configuration file containing the full documentation of available options

0 commit comments

Comments
 (0)