Skip to content

Commit 2646fac

Browse files
committed
Address PR comments
1 parent be00753 commit 2646fac

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

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

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,19 +48,21 @@ S
4848
- Script to enable Kdump can be found [here](https://github.com/Azure/sap-hana/blob/master/tools/enable-kdump.sh)
4949

5050
- Run this script on HANA Large Instance using the below command
51-
**Note** sudo privilege needed to run this command.
51+
[!NOTE]
52+
sudo privilege needed to run this command.
5253

5354
```bash
5455
sudo bash enable-kdump.sh
5556
```
5657

57-
- If the command output is "Kdump is successfully enabled, please reboot the system to apply the change", then the Kdump is successfully enabled. Reboot the system to apply changes.
58+
- If the command output is Kdump is successfully enabled, please reboot the system to apply the change, then the Kdump is successfully enabled. Reboot the system to apply changes.
5859

59-
- If the command output is "Failed to do certain operation, Exiting !!!!", then Kdump service is not enabled. Refer to section [Support issue](#support-issue).
60+
- If the command output is Failed to do certain operation, Exiting !!!!, then Kdump service is not enabled. Refer to section [Support issue](#support-issue).
6061

6162
## Test Kdump
6263

63-
**Note**: Below operation will trigger a kernel crash and system reboot.
64+
[!NOTE]
65+
Below operation will trigger a kernel crash and system reboot.
6466

6567
- Trigger a kernel crash
6668

0 commit comments

Comments
 (0)