Skip to content

Commit 403c9b3

Browse files
authored
Merge pull request #9031 from msaenzbosupport/patch-33
AB#6076: Update upgrade-rhel-8-dot-x-to-8-dot-10-on-sap-hana-apps.md
2 parents 153f389 + 9b92a70 commit 403c9b3

File tree

1 file changed

+21
-10
lines changed

1 file changed

+21
-10
lines changed

support/azure/virtual-machines/linux/upgrade-rhel-8-dot-x-to-8-dot-10-on-sap-hana-apps.md

Lines changed: 21 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,19 @@ For more information about performing the upgrade process on custom, golden, and
5353
sudo rm /etc/yum/vars/releasever
5454
```
5555

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:
5763
5864
```bash
59-
sudo dnf --config='https://rhelimage.blob.core.windows.net/repositories/rhui-microsoft-azure-rhel8-base-sap-ha.config' install rhui-azure-rhel8-base-sap-ha
65+
sudo dnf --config rhel8-base-sap-ha.config install rhui-azure-rhel8-base-sap-ha
6066
```
6167
62-
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:
6369
6470
```bash
6571
sudo dnf repolist
@@ -80,13 +86,13 @@ For more information about performing the upgrade process on custom, golden, and
8086
> [!IMPORTANT]
8187
> 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.
8288
83-
5. Upgrade the system to RHEL 8.10:
89+
6. Upgrade the system to RHEL 8.10:
8490
8591
```bash
8692
sudo dnf update
8793
```
8894

89-
6. Reboot the VM to complete the upgrade:
95+
7. Reboot the VM to complete the upgrade:
9096

9197
```bash
9298
sudo reboot
@@ -105,14 +111,19 @@ For more information about performing the upgrade process on custom, golden, and
105111
```bash
106112
sudo rm /etc/yum/vars/releasever
107113
```
114+
3. Create a config file by using this command:
108115

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:
110121
111122
```bash
112-
sudo dnf --config='https://rhelimage.blob.core.windows.net/repositories/rhui-microsoft-azure-rhel8-base-sapapps.config' install rhui-azure-rhel8-base-sap-apps
123+
sudo dnf --config rhel8-base-sap-apps.config install rhui-azure-rhel8-base-sap-apps
113124
```
114125
115-
4. Verify that the corresponding repositories are available and show no errors:
126+
5. Verify that the corresponding repositories are available and show no errors:
116127
117128
```bash
118129
sudo dnf repolist
@@ -128,13 +139,13 @@ For more information about performing the upgrade process on custom, golden, and
128139
rhui-microsoft-azure-rhel8-base-sap-apps Microsoft Azure RPMs for Red Hat Enterprise Linux 8 (rhel8-base-sap-apps)
129140
```
130141
131-
5. Upgrade the system to RHEL 8.10:
142+
6. Upgrade the system to RHEL 8.10:
132143
133144
```bash
134145
sudo dnf update
135146
```
136147
137-
6. Reboot the VM to complete the upgrade:
148+
7. Reboot the VM to complete the upgrade:
138149
139150
```bash
140151
sudo reboot

0 commit comments

Comments
 (0)