We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe35093 commit 6d234beCopy full SHA for 6d234be
articles/virtual-machines/workloads/sap/hana-large-instance-enable-kdump.md
@@ -41,6 +41,8 @@ Instance(**Type I and Type II**)
41
## Setup details
42
- Script to enable Kdump can be found [here](https://github.com/Azure/sap-hana/blob/master/tools/enable-kdump.sh)
43
- Run this script on HANA Large Instance using the below command
44
+**Note** sudo privilege needed to run this command.
45
+
46
```
47
sudo bash enable-kdump.sh
48
@@ -49,6 +51,7 @@ sudo bash enable-kdump.sh
49
51
50
52
## Test Kdump
53
**Note**: Below operation will trigger a kernel crash and system reboot.
54
55
- Trigger a kernel crash
56
57
echo 1 > /proc/sys/kernel/sysrq
0 commit comments