Skip to content

Commit a8350f3

Browse files
committed
Address PR comments
1 parent 01407aa commit a8350f3

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

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

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -20,33 +20,34 @@ ms.custom: H1Hack27Feb2017
2020

2121
# Enable Kdump service
2222
This document describes the details on how to enable Kdump service on Azure HANA Large
23-
Instance(**Type 1 and Type 2**)
23+
Instance(**Type I and Type II**)
2424

2525
## Supported SKUs
2626
| Hana Large Instance Type | OS Vendor | OS Package Version | SKU |
2727
|-----------------------------|--------------|-----------------------|-------------|
28-
| Type 1 | SuSE | SLES 12 SP3 | S224m |
29-
| Type 1 | SuSE | SLES 12 SP4 | S224m |
30-
| Type 1 | SuSE | SLES 12 SP2 | S72m |
31-
| Type 1 | SuSE | SLES 12 SP3 | S72m |
32-
| Type 1 | SuSE | SLES 12 SP3 | S96 |
33-
| Type 1 | SuSE | SLES 12 SP4 | S96 |
34-
| Type 2 | SuSE | SLES 12 SP3 | S384 |
35-
| Type 2 | SuSE | SLES 12 SP3 | S576m |
28+
| Type I | SuSE | SLES 12 SP3 | S224m |
29+
| Type I | SuSE | SLES 12 SP4 | S224m |
30+
| Type I | SuSE | SLES 12 SP2 | S72m |
31+
| Type II | SuSE | SLES 12 SP3 | S72m |
32+
| Type II | SuSE | SLES 12 SP3 | S96 |
33+
| Type II | SuSE | SLES 12 SP4 | S96 |
34+
| Type II | SuSE | SLES 12 SP3 | S384 |
35+
| Type II | SuSE | SLES 12 SP3 | S576m |
3636

3737
## Pre-requisites
38-
- Kdump service uses `/var/crash` directory to write logs, make sure the partition corresponds to this directory has sufficient
38+
- Kdump service uses `/var/crash` directory to write dumps, make sure the partition corresponds to this directory has sufficient
3939
space to accommodate logs.
4040

4141
## Setup details
4242
- Script to enable Kdump can be found [here](https://github.com/Azure/sap-hana/blob/master/tools/enable-kdump.sh)
4343
- Run this script on HANA Large Instance using the below command
4444
```
45-
bash enable-kdump.sh
45+
sudo bash enable-kdump.sh
4646
```
4747
- Reboot the system to apply changes.
4848

4949
## Test Kdump
50+
**Note**: Below operation will trigger a kernel crash and system reboot.
5051
- Trigger a kernel crash
5152
```
5253
echo 1 > /proc/sys/kernel/sysrq
@@ -56,11 +57,10 @@ echo c > /proc/sysrq-trigger
5657
- If the `/var/crash` has directory with current date, then the Kdump is successfully enabled.
5758

5859
## Support issue
59-
If the script fails with an error or Kdump isn't enabled, raise a ticket with Microsoft Operations team by opening a support ticket.
60-
61-
Include in ticket:
60+
If the script fails with an error or Kdump isn't enabled, raise service request with Microsoft support team with following details.
6261

6362
* HLI subscription ID.
64-
* server name.
65-
* OS name
66-
* OS version
63+
* Server name
64+
* OS vendor
65+
* OS version
66+
* Kernel version

articles/virtual-machines/workloads/sap/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
href: ha-setup-with-stonith.md
7777
- name: OS Backup for Type II SKUs
7878
href: os-backup-type-ii-skus.md
79-
- name: Kdump enable for HANA Large Instances
79+
- name: Enable Kdump for HANA Large Instances
8080
href: hana-large-instance-enable-kdump.md
8181
- name: OS Upgrade for HANA Large Instances
8282
href: os-upgrade-hana-large-instance.md

0 commit comments

Comments
 (0)