You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/virtual-machines/workloads/sap/os-upgrade-hana-large-instance.md
+10-11Lines changed: 10 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ The following are the few common known issues during the upgrade:
47
47
- On SKU Type II class SKU, the software foundation software (SFS) is removed after the OS upgrade. You need to reinstall the compatible SFS after the OS upgrade.
48
48
- Ethernet card drivers (ENIC and FNIC) rolled back to older version. You need to reinstall the compatible version of the drivers after the upgrade.
49
49
50
-
## SAP HANA Large Instance (Type I) Recommended Configuration
50
+
## SAP HANA Large Instance (Type I) recommended configuration
51
51
52
52
Operating system configuration can drift from the recommended settings over time due to patching, system upgrades, and changes made by customers. Additionally, Microsoft identifies updates needed for existing systems to ensure they are optimally configured for the best performance and resiliency. Following instructions outline recommendations that address network performance, system stability, and optimal HANA performance.
53
53
@@ -68,13 +68,13 @@ rpm -U driverpackage.rpm
68
68
rpm -e olddriverpackage.rpm
69
69
```
70
70
71
-
####Commands to confirm:
71
+
####Commands to confirm:
72
72
```
73
73
modinfo enic
74
74
modinfo fnic
75
75
```
76
76
77
-
### SuSE HLIs GRUB Update Failure
77
+
### SuSE HLIs GRUB update failure
78
78
SAP on Azure HANA Large Instances (Type I) can be in a non-bootable state after upgrade. The below procedure fixes this issue.
79
79
#### Execution Steps
80
80
@@ -85,7 +85,7 @@ SAP on Azure HANA Large Instances (Type I) can be in a non-bootable state after
85
85
* Please note that LUN ID varies from server to server.
86
86
87
87
88
-
### Disable EDAC (The Error Detection And Correction):
88
+
### Disable EDAC
89
89
The Error Detection And Correction (EDAC) module helps in detecting and correcting memory errors. However, the underlying hardware for SAP HANA on Azure Large Instances (Type I) is already performing the same function. Having the same feature enabled at the hardware and operating system (OS) levels can cause conflicts and can lead to occasional, unplanned shutdowns of the server. Therefore, it is recommended to disable the module from the OS.
90
90
91
91
#### Execution Steps
@@ -105,13 +105,12 @@ A reboot is required to take changes in place. Execute `lsmod` command and verif
105
105
### Kernel parameters
106
106
Make sure the correct setting for `transparent_hugepage`, `numa_balancing`, `processor.max_cstate`, `ignore_ce` and `intel_idle.max_cstate` are applied.
0 commit comments