You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -38,7 +38,7 @@ Instance(**Type I and Type II**)
38
38
| Type II | SuSE | SLES 12 SP3 | S384xm |
39
39
| Type II | SuSE | SLES 12 SP4 | S384xm |
40
40
41
-
## Pre-requisites
41
+
## Prerequisites
42
42
43
43
- Kdump service uses `/var/crash` directory to write dumps, make sure the partition corresponds to this directory has sufficient space to accommodate dumps.
44
44
@@ -48,12 +48,12 @@ Instance(**Type I and Type II**)
48
48
49
49
- Run this script on HANA Large Instance using the below command
50
50
51
-
> [!NOTE]
52
-
> sudo privilege needed to run this command.
51
+
> [!NOTE]
52
+
> sudo privilege needed to run this command.
53
53
54
-
```bash
55
-
sudo bash enable-kdump.sh
56
-
```
54
+
```bash
55
+
sudo bash enable-kdump.sh
56
+
```
57
57
58
58
- If the command outputs Kdump is successfully enabled, please reboot the system to apply the change, then the Kdump is successfully enabled. Reboot the system to apply changes.
59
59
@@ -66,10 +66,10 @@ sudo bash enable-kdump.sh
66
66
67
67
- Trigger a kernel crash
68
68
69
-
```bash
70
-
echo 1 > /proc/sys/kernel/sysrq
71
-
echo c > /proc/sysrq-trigger
72
-
```
69
+
```bash
70
+
echo 1 > /proc/sys/kernel/sysrq
71
+
echo c > /proc/sysrq-trigger
72
+
```
73
73
74
74
- After the system reboots successfully, check the `/var/crash` directory for kernel crash logs.
75
75
@@ -87,4 +87,4 @@ If the script fails with an error or Kdump isn't enabled, raise service request
0 commit comments