File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
articles/virtual-machines/workloads/sap Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,8 @@ SAP on Azure HANA Large Instances (Type I) can be in a non-bootable state after
82
82
* Execute ` multipath -ll ` command.
83
83
* Get the LUN ID whose size is approximately 50G or use the command: ` fdisk -l | grep mapper `
84
84
* Update ` /etc/default/grub_installdevice ` file with line ` /dev/mapper/<LUN ID> ` . Example: /dev/mapper/3600a09803830372f483f495242534a56
85
- * Please note that LUN ID varies from server to server.
85
+ > [ !NOTE]
86
+ > LUN ID varies from server to server.
86
87
87
88
88
89
### Disable EDAC
@@ -94,7 +95,7 @@ SAP on Azure HANA Large Instances (Type I) can be in a non-bootable state after
94
95
```
95
96
lsmod | grep -i edac
96
97
```
97
- * Blacklist the modules by appending the following lines to the file ` /etc/modprobe.d/blacklist.conf `
98
+ * Disable the modules by appending the following lines to the file ` /etc/modprobe.d/blacklist.conf `
98
99
```
99
100
blacklist sb_edac
100
101
blacklist edac_core
You can’t perform that action at this time.
0 commit comments