Skip to content

Commit c7129eb

Browse files
committed
Address PR comments
1 parent b30a2ba commit c7129eb

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@ Instance(**Type I and Type II**)
2525
## Supported SKU
2626
| Hana Large Instance Type | OS Vendor | OS Package Version | SKU |
2727
|-----------------------------|--------------|-----------------------|-------------|
28-
| Type 2 | SuSE | SLES 12 SP3 | S384 |
29-
| Type 2 | SuSE | SLES 12 SP3 | S576m |
3028
| Type 1 | SuSE | SLES 12 SP3 | S224m |
3129
| Type 1 | SuSE | SLES 12 SP4 | S224m |
3230
| Type 1 | SuSE | SLES 12 SP3 | S96 |
3331
| Type 1 | SuSE | SLES 12 SP4 | S96 |
32+
| Type 2 | SuSE | SLES 12 SP3 | S384 |
33+
| Type 2 | SuSE | SLES 12 SP3 | S576m |
3434

3535
## Pre-requisites
36-
- Kdump service uses /var directory to write logs, make sure the partition correspond to this directory has sufficient
36+
- Kdump service uses `/var/crash` directory to write logs, make sure the partition corresponds to this directory has sufficient
3737
space to accommodate logs.
3838

3939
## Setup details
@@ -50,15 +50,15 @@ bash enable-kdump.sh
5050
echo 1 > /proc/sys/kernel/sysrq
5151
echo c > /proc/sysrq-trigger
5252
```
53-
- After the system reboots successfully, check the `/var/crash directory` for kernel crash logs.
53+
- After the system reboots successfully, check the `/var/crash` directory for kernel crash logs.
5454
- If the `/var/crash` has directory with current date, then the Kdump is successfully enabled.
5555

56-
### Support issue
57-
In case, if the script fails with some error or Kdump isn't enabled. Raise a ticket with Microsoft Operations team by opening a support ticket.
56+
## Support issue
57+
If the script fails with an error or Kdump isn't enabled, raise a ticket with Microsoft Operations team by opening a support ticket.
5858

59-
Include in your ticket:
59+
Include in ticket:
6060

61-
* Your HLI subscription ID.
62-
* Your server name.
61+
* HLI subscription ID.
62+
* server name.
6363
* OS name
6464
* OS version

0 commit comments

Comments
 (0)