Skip to content

Commit 37f12bd

Browse files
authored
Update os-upgrade-hana-large-instance.md
1 parent 6d4bc2b commit 37f12bd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

articles/virtual-machines/workloads/sap/os-upgrade-hana-large-instance.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,8 @@ SAP on Azure HANA Large Instances (Type I) can be in a non-bootable state after
8282
* Execute `multipath -ll` command.
8383
* Get the LUN ID whose size is approximately 50G or use the command: `fdisk -l | grep mapper`
8484
* 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.
8687
8788

8889
### Disable EDAC
@@ -94,7 +95,7 @@ SAP on Azure HANA Large Instances (Type I) can be in a non-bootable state after
9495
```
9596
lsmod | grep -i edac
9697
```
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`
9899
```
99100
blacklist sb_edac
100101
blacklist edac_core

0 commit comments

Comments
 (0)