Skip to content

Commit fe35093

Browse files
committed
Address PR comments
1 parent bc16c21 commit fe35093

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,16 +37,15 @@ Instance(**Type I and Type II**)
3737
| Type II | SuSE | SLES 12 SP4 | S384xm |
3838

3939
## Pre-requisites
40-
- Kdump service uses `/var/crash` directory to write dumps, make sure the partition corresponds to this directory has sufficient
41-
space to accommodate logs.
42-
40+
- Kdump service uses `/var/crash` directory to write dumps, make sure the partition corresponds to this directory has sufficient space to accommodate dumps.
4341
## Setup details
4442
- Script to enable Kdump can be found [here](https://github.com/Azure/sap-hana/blob/master/tools/enable-kdump.sh)
4543
- Run this script on HANA Large Instance using the below command
4644
```
4745
sudo bash enable-kdump.sh
4846
```
49-
- Reboot the system to apply changes.
47+
- If the command output is "Kdump is successfully enabled, please reboot the system to apply the change", then the Kdump is succesfully enabled. Reboot the system to apply changes.
48+
- If the command output is "Failed to do certain operation, Exiting !!!!", then Kdump service is not enabled. Refer to section [Support issue](#support-issue).
5049

5150
## Test Kdump
5251
**Note**: Below operation will trigger a kernel crash and system reboot.

0 commit comments

Comments
 (0)