Skip to content

Commit 422fb43

Browse files
authored
adjust spacing and capping
1 parent 5097509 commit 422fb43

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

articles/virtual-machines/workloads/sap/hana-large-instance-enable-kdump.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Instance(**Type I and Type II**)
2525

2626
## Supported SKUs
2727

28-
| Hana Large Instance Type | OS Vendor | OS Package Version | SKU |
28+
| Hana Large Instance type | OS vendor | OS package version | SKU |
2929
|-----------------------------|--------------|-----------------------|-------------|
3030
| Type I | SuSE | SLES 12 SP3 | S224m |
3131
| Type I | SuSE | SLES 12 SP4 | S224m |
@@ -38,7 +38,7 @@ Instance(**Type I and Type II**)
3838
| Type II | SuSE | SLES 12 SP3 | S384xm |
3939
| Type II | SuSE | SLES 12 SP4 | S384xm |
4040

41-
## Pre-requisites
41+
## Prerequisites
4242

4343
- Kdump service uses `/var/crash` directory to write dumps, make sure the partition corresponds to this directory has sufficient space to accommodate dumps.
4444

@@ -48,12 +48,12 @@ Instance(**Type I and Type II**)
4848

4949
- Run this script on HANA Large Instance using the below command
5050

51-
> [!NOTE]
52-
> sudo privilege needed to run this command.
51+
> [!NOTE]
52+
> sudo privilege needed to run this command.
5353
54-
```bash
55-
sudo bash enable-kdump.sh
56-
```
54+
```bash
55+
sudo bash enable-kdump.sh
56+
```
5757

5858
- 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.
5959

@@ -66,10 +66,10 @@ sudo bash enable-kdump.sh
6666

6767
- Trigger a kernel crash
6868

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+
```
7373

7474
- After the system reboots successfully, check the `/var/crash` directory for kernel crash logs.
7575

@@ -87,4 +87,4 @@ If the script fails with an error or Kdump isn't enabled, raise service request
8787
8888
* OS version
8989
90-
* Kernel version
90+
* Kernel version

0 commit comments

Comments
 (0)