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: support/azure/virtual-machines/linux/upgrade-rhel-8-dot-x-to-8-dot-10-on-sap-hana-apps.md
+21-10Lines changed: 21 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,13 +53,19 @@ For more information about performing the upgrade process on custom, golden, and
53
53
sudo rm /etc/yum/vars/releasever
54
54
```
55
55
56
-
3. Install the *rhui-azure-rhel8-base-sap-ha* package:
56
+
3. Create a config file by using this command:
57
+
58
+
```bash
59
+
sudo tee rhel8-base-sap-ha.config > /dev/null <<<$'[rhui-microsoft-azure-rhel8-base-sap-ha]\nname=Microsoft Azure RPMs for Red Hat Enterprise Linux 8 (rhel8-base-sap-ha)\nbaseurl=https://rhui4-1.microsoft.com/pulp/repos/unprotected/microsoft-azure-rhel8-base-sap-ha\nenabled=1\ngpgcheck=1\ngpgkey=https://packages.microsoft.com/keys/microsoft.asc\nsslverify=1'
60
+
```
61
+
62
+
4. Install the *rhui-azure-rhel8-base-sap-ha* package:
4. Verify that the corresponding repositories are available and show no errors:
68
+
5. Verify that the corresponding repositories are available and show no errors:
63
69
64
70
```bash
65
71
sudo dnf repolist
@@ -80,13 +86,13 @@ For more information about performing the upgrade process on custom, golden, and
80
86
> [!IMPORTANT]
81
87
> A single host can accommodate both SAP HANA and other SAP applications, such as NetWeaver. In this case, all the preceding repositories are required. Optionally, you can modify the */etc/yum.repos.d/rh-cloud-base-sap-ha.repo* file based on your system's specific requirements.
82
88
83
-
5. Upgrade the system to RHEL 8.10:
89
+
6. Upgrade the system to RHEL 8.10:
84
90
85
91
```bash
86
92
sudo dnf update
87
93
```
88
94
89
-
6. Reboot the VM to complete the upgrade:
95
+
7. Reboot the VM to complete the upgrade:
90
96
91
97
```bash
92
98
sudo reboot
@@ -105,14 +111,19 @@ For more information about performing the upgrade process on custom, golden, and
105
111
```bash
106
112
sudo rm /etc/yum/vars/releasever
107
113
```
114
+
3. Create a config file by using this command:
108
115
109
-
3. Install the *rhui-azure-rhel8-base-sap-apps* package:
116
+
```bash
117
+
sudo tee rhel8-base-sap-apps.config > /dev/null <<<$'[rhui-microsoft-azure-rhel8-base-sap-apps]\nname=Microsoft Azure RPMs for Red Hat Enterprise Linux 8 (rhel8-base-sap-apps)\nbaseurl=https://rhui4-1.microsoft.com/pulp/repos/unprotected/microsoft-azure-rhel8-base-sap-apps\nenabled=1\ngpgcheck=1\ngpgkey=https://packages.microsoft.com/keys/microsoft.asc\nsslverify=1'
118
+
```
119
+
120
+
4. Install the *rhui-azure-rhel8-base-sap-apps* package:
0 commit comments