From f2734a7c103bbdf662ff16905a175a25b9fc36f3 Mon Sep 17 00:00:00 2001
From: Tahlia Richardson <3069029+tahliar@users.noreply.github.com>
Date: Fri, 30 Sep 2022 13:53:06 +1000
Subject: [PATCH] Update kdump steps (#256)
jsc#DOCTEAM-358
bsc#1188396
---
xml/ha_fencing.xml | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/xml/ha_fencing.xml b/xml/ha_fencing.xml
index 55403daaa..14f8a4fed 100644
--- a/xml/ha_fencing.xml
+++ b/xml/ha_fencing.xml
@@ -458,7 +458,7 @@ commit
KDUMP_POSTSCRIPT to send a notification to all nodes
when the Kdump process is finished. For example:
-/usr/lib/fence_kdump_send -i INTERVAL -p PORT -c 1 &node1; &node2; &node3; [...]
+KDUMP_POSTSCRIPT="/usr/lib/fence_kdump_send -i INTERVAL -p PORT -c 1 &node1; &node2; &node3;"
The node that does a Kdump will restart automatically after Kdump has
finished.
@@ -466,11 +466,11 @@ commit
- Write a new initrd to include the library fence_kdump_send
- with network enabled. Use the option to overwrite
- the existing file, so the new file will be used for the next boot process:
+ Run either systemctl restart kdump.service or mkdumprd.
+ Either of these commands will detect that /etc/sysconfig/kdump
+ was modified, and will regenerate the initrd to include the
+ library fence_kdump_send with network enabled.
-&prompt.root;dracut -f -a kdump